Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Friday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Jun 28, 2026
Ad icon
QA Engineer Intern
pramukag
Updated:
Jun 28, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Tips & Tricks Collection of DC
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="||~DxxCxxxx~||" data-source="post: 5431460" data-attributes="member: 137393"><p><strong>Network Hacking</strong></p><p></p><p>Network Hacking is generally means gathering information about domain by using tools like Telnet, NslookUp, Ping, Tracert, Netstat, etc.</p><p> It also includes OS Fingerprinting, Port Scaning and Port Surfing using various tools.</p><p> </p><p><strong>Ping :-</strong> Ping is part of ICMP (Internet Control Message Protocol) which is used to troubleshoot TCP/IP networks. So, Ping is basically a command that allows you to check whether the host is alive or not.</p><p> To ping a particular host the syntax is (at command prompt)--</p><p></p><p><strong>c:/>ping hostname.com</strong></p><p><strong></strong></p><p>example:- c:/>ping www. google.com</p><p></p><p><img src="http://img198.imageshack.us/img198/4577/ping.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p> Various attributes used with 'Ping' command and their usage can be viewed by just typing <strong>c:/>ping</strong> at the command prompt.</p><p></p><p><strong>Netstat :- </strong> It displays protocol statistics and current TCP/IP network connections. i.e. local address, remote address, port number, etc. </p><p> It's syntax is (at command prompt)--</p><p></p><p><strong>c:/>netstat -n</strong></p><p></p><p><img src="http://img83.imageshack.us/img83/6894/9766wg.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>Telnet :- </strong> Telnet is a program which runs on TCP/IP. Using it we can connect to the remote computer on particular port. When connected it grabs the daemon running on that port. </p><p> The basic syntax of Telnet is (at command prompt)--<strong></strong></p><p><strong></strong></p><p><strong>c:/>telnet hostname.com</strong> </p><p> </p><p>By default telnet connects to port 23 of remote computer. </p><p>So, the complete syntax is-<strong></strong></p><p><strong></strong></p><p><strong>c:/>telnet www. hostname.com port</strong> </p><p> </p><p>example:- c:/>telnet www. yahoo.com 21 or c:/>telnet 192.168.0.5 21</p><p> </p><p></p><p> <strong>Tracert :- </strong> It is used to trace out the route taken by the certain information i.e. data packets from source to destination. </p><p>It's syntax is (at command prompt)--<strong></strong></p><p><strong></strong></p><p><strong>c:/>tracert www. hostname.com</strong> </p><p></p><p>example:- c:/>tracert www. insecure.in</p><p></p><p><img src="http://img83.imageshack.us/img83/7544/tracert.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p> Here "* * * Request timed out." indicates that firewall installed on that system block the request and hence we can't obtain it's IP address.</p><p> </p><p> various attributes used with tracert command and their usage can be viewed by just typing <strong>c:/>tracert</strong> at the command prompt.</p><p></p><p> The information obtained by using tracert command can be further used to find out exact operating system running on target system.</p></blockquote><p></p>
[QUOTE="||~DxxCxxxx~||, post: 5431460, member: 137393"] [b]Network Hacking[/b] Network Hacking is generally means gathering information about domain by using tools like Telnet, NslookUp, Ping, Tracert, Netstat, etc. It also includes OS Fingerprinting, Port Scaning and Port Surfing using various tools. [B]Ping :-[/B] Ping is part of ICMP (Internet Control Message Protocol) which is used to troubleshoot TCP/IP networks. So, Ping is basically a command that allows you to check whether the host is alive or not. To ping a particular host the syntax is (at command prompt)-- [B]c:/>ping hostname.com [/B] example:- c:/>ping www. google.com [IMG]http://img198.imageshack.us/img198/4577/ping.gif[/IMG] Various attributes used with 'Ping' command and their usage can be viewed by just typing [B]c:/>ping[/B] at the command prompt. [B]Netstat :- [/B] It displays protocol statistics and current TCP/IP network connections. i.e. local address, remote address, port number, etc. It's syntax is (at command prompt)-- [B]c:/>netstat -n[/B] [IMG]http://img83.imageshack.us/img83/6894/9766wg.gif[/IMG] [B]Telnet :- [/B] Telnet is a program which runs on TCP/IP. Using it we can connect to the remote computer on particular port. When connected it grabs the daemon running on that port. The basic syntax of Telnet is (at command prompt)--[B] c:/>telnet hostname.com[/B] By default telnet connects to port 23 of remote computer. So, the complete syntax is-[B] c:/>telnet www. hostname.com port[/B] example:- c:/>telnet www. yahoo.com 21 or c:/>telnet 192.168.0.5 21 [B]Tracert :- [/B] It is used to trace out the route taken by the certain information i.e. data packets from source to destination. It's syntax is (at command prompt)--[B] c:/>tracert www. hostname.com[/B] example:- c:/>tracert www. insecure.in [IMG]http://img83.imageshack.us/img83/7544/tracert.gif[/IMG] Here "* * * Request timed out." indicates that firewall installed on that system block the request and hence we can't obtain it's IP address. various attributes used with tracert command and their usage can be viewed by just typing [B]c:/>tracert[/B] at the command prompt. The information obtained by using tracert command can be further used to find out exact operating system running on target system. [/QUOTE]
Insert quotes…
Verification
Winadiyakata thappara keeyak tibeda?
Post reply
Top
Bottom