Basic windows command lines for ethical hacking.
To open command line. Go to start menu and type "cmd" without quotations. And it will start command prompt.
To go to C:\> drive type cd\
To create a directory type mkdir directory_name.
To go to C:\> drive type cd\
To create a directory type mkdir directory_name.
C:\>mkdir IsuruTo insert some text into notepad.
C:\>echo Leann will come again. > leann.txtTo list tasks.
C:\>tasklistTo find specific task.
C:\>tasklist | findstr firefoxTo kill a task.
C:\>taskkill /PID 6880 /F6880 is the process id. And /F will kill the task forcefully. To write all tasks into a file.
C:\>tasklist > qwe.txtTo change color of command prompt.
C:\>color aTo view all the files in your drive in tree view.
C:\>treeTo view ip information.
C:\>ipconfigTo ping any web address.
C:\>ping www.google.comTo trace route.
C:\>tracert 209.85.175.103Netstat This is to display the TCP/IP network protocol statistics and information.
C:\>netstatTo list the users.
C:\>net userTo delete the user.
C:\>net user sam/DELETE
Good post, great for us. Let me go back the following once again & once again...: )
ReplyDeleteMalware Removing
Ethical Hacking