Archive
Posts Tagged ‘Professionals’
Tough commands used by Professionals in Command Prompt
October 3, 2010
Leave a comment
netstat
telnet
ftp
nslookup
nslookup http://www.google.com –> Port sniffing is restricted in some countries and companies
net
net user
net user <username> <password> /add –> to create a new user to the system
net localgroup administrators <username> /add —> to add the user as admin to the system
net user <username> * –> this will ask for a new password for the existing user and can be able to change the password of existing user
Please know your consciousness and use this only for ethical purpose.
-Yuva
Categories: Hacker
Command Prompt, Professionals, Tough commands