What's new

Tutorial BEST CMD COMMANDS USED FOR H**KING IN 2020

kuya_andy02

Eternal Poster
Established
Joined
Sep 1, 2016
Posts
213
Reaction
2,742
Points
495
Info: this article, we are about to share some of the best CMD commands that are widely used in häçking purposes in windows 10. Every häçkers must know this

🔴PING Command:
This command uses your internet connection in order to send some packets of data to a specific web address then these packets are sent back to your PC. It helps you to know if the host you pinging is alive.
You can use the Ping command whenever you need to verify that the host computer can connect to the TCP/IP network and its resources.

👉For example, you can type in Command prompt ping 8.8.8.8 which belongs to Google.
You can replace “8.8.8.8” to “www.google.com” or something else which you want to ping.

🔴nslookup Command:
It is a network administration command-line tool that helps you to obtain domain name or IP address mapping for any specific DNS record. Suppose you have a website URL but want to know its IP Address, you can simply type in CMD

👉For example: nslookup You do not have permission to view the full content of this post. Log in or register now. (Replace Google.com with your website URL of which you want to find the IP address)

🔴Tracert command:
You can say Trace Route like its name it allows users to trace the route than an IP packed has taken to reach a destination. The command calculates and displays the amount of time each hop took to reach a destination. You just need to type

👉For example: tracert x.x.x.x (if you know the IP Address) or else you can type tracert You do not have permission to view the full content of this post. Log in or register now. (If you don’t know the IP address)

🔴Arp command:
This command helps you to modify the ARP cache. You can run an arp-a command on each computer to see whether the computers have the correct MAC address listed for each other to ping each other succeed on the same subnet.

This command also helps users to find out if anyone has done arp poisoning in their LAN.

👉You can try typing arp-a in command prompt.

🔴ipconfig command:
This is the command which shows every useful thing. It will show you IPv6 address, temporary IPv6 address, IPv4 address, Subnet Mask, Default gateway and all other things that you want to know.

👉You can type in command prompt “ipconfig” or "ipconfig/all"


🔴Route print command:
It is a command which is used to view and manipulate the IP routing table in the Microsoft Windows operating system. This command will show you routing table, metric and interface.

👉You can type in command prompt "route print"

🔴Net view command:
This command displays the whole list of resources, computers or domains that are shared by the specified computer.

👉You can type in command prompt "net view x.x.x.x or computername"

🔴Net User command:
Well, this command is used to modify changes to user accounts on a computer. You can add, remove users with the help of this command

👉You can use these commands while using net user

net user [<UserName> {<Password> | *} [<Options>]] [/domain] net user [<UserName> {<Password> | *} /add [<Options>] [/domain]] net user [<UserName> [/delete] [/domain]]
 

Similar threads

Back
Top