Close Menu
Technotification
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Technotification
    • Home
    • News
    • How To
    • Explained
    • Facts
    • Lists
    • Programming
    • Security
    • Gaming
    Technotification
    Home › Security › Top CMD commands Used in Hacking (2024 Updated)

    Top CMD commands Used in Hacking (2025 Updated)

    By Vikram Singh RaoJanuary 2, 2025
    Facebook Twitter Reddit LinkedIn
    CMD Commands used in Hacking

    In this article, I am going to make a list of some important Windows CMD commands used in Hacking.

    Contents

    • Top CMD Commands Used In Hacking
      • 1. ping
      • 2. nslookup
      • 3. tracert
      • 4. arp
      • 5. route
      • 6. ipconfig
      • 7. netstat
      • 8. netuser

    Top CMD Commands Used In Hacking

    1. ping

    This command will allow you to know if the host you pinging is alive, which means if it is up at the time of executing the “ping” command.
    For Example, You can try ping 8.8.8.8 which belongs to Google

    ping 8.8.8.8

    or

    ping www.google.com

    (www.google.com is the website you want to ping, but you don’t know the IP)

    2. nslookup

    This command has many functionalities. One is for resolving DNS into IP. Let’s say you know the website URL but you don’t know its IP but you want to find it out.

    nslookup www.google.com

    (www.google.com is the website for which you want to find out the IP)

    Now, another really nice function of nslookup is to find out the IP of specific Mail Servers

    nslookup (enter)
    set type=mx (enter)
    yahoo.com

    This command will give you the mail server IP of yahoo.com. You can use whatever server you want and if it is listed on DNS, then you get the IP. Simple, isn’t it? You can send a spoofed email to your friends using the IP address of the mail server. You can check the tutorial here for sending a spoofed email.

    3. tracert

    This command will give you the hops that a packet will travel to reach its final destination. This command is really helpful if you know the route a packet takes before it goes to the target box.

    tracert x.x.x.x

    (x is the IP address)

    or

    tracert www.google.com

    (www.google.com is the website you don’t know the IP)

    4. arp

    This command will show you the arp table. You can find out if anyone has done arp poisoning in your LAN using this command.

    arp -a

    5. route

    This command will show you the routing table, gateway, interface, and metric.

    route print

    6. ipconfig

    This command will show you a lot of useful things like your IP, Gateway, DNS in use, etc. This command will give all that info but for all networks, you might have it.

    ipconfig

    ipconfig /all

    Also, in case you have a dynamic IP and want to change it, then type…

    Code:

    ipconfig /release

    (this will release your IP)

    ipconfig /renew

    (this will renew your IP)

    7. netstat

    This command will show you connection stats

    netstat

    or

    netstat -a

    (this will show you all the listening ports and connections with DNS names)

    netstat -n

    (this will show you all the open connections with IP addresses)

    netstat -an

    (this will combine both of the above)

    net view x.x.x.x or computer name (will list the available sharing folders on the target box)

    8. netuser

    This command resets the Windows User Password without Knowing the Old Password.

    net user yourusername *

    Change your username with your PC username and press Enter. Now type the new password.

    Share. Facebook Twitter LinkedIn Tumblr Reddit Telegram WhatsApp
    Vikram Singh Rao
    • Website
    • Facebook
    • X (Twitter)
    • LinkedIn

    I am an entrepreneur at heart who has made his hobby turned a passion, his profession now.

    Related Posts

    5 Best Programming Languages for Machine Learning in 2025

    February 18, 2025

    10 Must-Have Chrome Extensions for Web Developers in 2025

    February 17, 2025

    10 Useful Tools For Software Development in 2025

    February 13, 2025

    10 Poster Maker Apps for Android in 2025

    February 4, 2025

    5 Google Docs Alternatives You Can Use in 2025

    January 6, 2025

    The Psychology of a Phishing Email: How Scammers Play with Your Mind

    July 16, 2024
    Lists You May Like

    10 Sites to Watch Free Korean Drama [2025 Edition]

    January 2, 2025

    The Pirate Bay Proxy List in 2025 [Updated List]

    January 2, 2025

    10 Best RARBG Alternative Sites in April 2025 [Working Links]

    April 1, 2025

    10 Best Torrent Search Engine Sites (2025 Edition)

    February 12, 2025

    10 Best GTA V Roleplay Servers in 2025 (Updated List)

    January 6, 2025

    5 Best Torrent Sites for Software in 2025

    January 2, 2025

    1337x Alternatives, Proxies, and Mirror Sites in 2025

    January 2, 2025

    10 Best Torrent Sites for eBooks in 2025 [Working]

    January 2, 2025

    10 Best Anime Torrent Sites in 2025 [Working Sites]

    January 6, 2025

    Top Free Photo Editing Software For PC in 2025

    January 2, 2025
    Pages
    • About
    • Contact
    • Privacy
    • Careers
    Privacy

    Information such as the type of browser being used, its operating system, and your IP address is gathered in order to enhance your online experience.

    © 2013 - 2025 Technotification | All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.