Security Trybe
Security Trybe

@SecurityTrybe

15 Tweets 5 reads Mar 24, 2023
13 CMD (Command Prompt) Commands
Every Hacker/ Programmer Should Know
1. Creat New Folder
/> mkdir [FolderName]
Makes directory and creates a new folder in the working directory
2. Copy Files
/> copy [file] [destination]
Copy a file to a particular destination
3. List Files
/> dir
Lists files and folders contained in the current working directory
4. Ipconfig
/> ipconfig
It displays your Network information, like IP, Gateway, DNS…
5. Change Directory
/> cd [FolderName]
Let’s you change and access the directory
6. Hide a Folder
/> attrib +h +s +r [FolderName]
The command can be used to hide folder or a file
7. Delete Files
/> del [file]
Deletes Files and Files in Folder
8.Tracert
/> tracert google.com
It traces an IP’s route to it’s destination
9. Nslookup
/> nslookup google.com
Obtains Server records…Obtains IP Adress
10.Ping
/> ping google.com
It helps you know if the host you are pinging is alive
11.Shutdown System
/> shutdown -s
This command line shuts down a System
12. Rename Files
/> ren [files] [newFolderName]
Rename Files and Folder
13. ARP
/> arp -a
It shows you the ARP table. Using this command you can find out if arp poisoning was done on your LAN
Follow us on IG-@SecurityTrybe, For More Cybersecurity Posts and Updates
Link- instagram.com

Loading suggestions...