Open notepad and paste the code below in
Save it as 'Hackingtutorial.bat' (without the quotes)
And then run it

Code:
echo off
cls
goto start

:start
Echo Warning
echo This is a dangerous route you have chosen
echo -----------------------------------------
echo Are you sure you want to continue?
echo Y/N
set /p continue=
if '%continue%' == 'Y' goto first
if '%continue%' == 'y' goto first
if '%continue%' == 'N' goto quit
if '%continue%' == 'n' goto quit

:quit
exit

:first
cls
echo -----------------------------------------
echo Welcome to Saint Dannz's tutorials
echo In this tutorial you will learn the basics of how to hack a site
echo -----------------------------------------
echo Disclaimer
echo I take no responsibility for any actions that take place during or following to this batch file
echo -----------------------------------------
echo Press B to begin or q to quit
set /p task1=
if '%task1%' == 'B' goto second
if '%task1%' == 'b' goto second
if '%task1%' == 'Q' goto quit
if '%task1%' == 'q' goto quit

:second
cls
echo Open up a new session of cmd
pause
cls
echo Now, to find your targets IP address, type
echo -
echo ping site-name.ext
echo -
echo For example
echo ping example.com
echo -
echo Note:
echo If nothing comes back, the target is offline
echo -----------------------------------------
echo press d when you have completed this or q to quit
set /p task2=
if '%task2%' == 'D' goto third
if '%task2%' == 'd' goto third
if '%task2%' == 'Q' goto quit
if '%task2%' == 'q' goto quit

:third
cls
echo Now, we have the ip address
echo All we need to do is port scan the ip address
echo Super fast scanner is reliable, search it on google
echo -----------------------------------------
echo press d when you have completed this or q to quit
set /p task3=
if '%task3%' == 'D' goto fourth
if '%task3%' == 'd' goto fourth
if '%task3%' == 'Q' goto quit
if '%task3%' == 'q' goto quit

:fourth
cls
echo Ok, we now have the open ports of that ip address
echo in your command console type
echo :
echo nmap IP PORT
echo :
echo -----------------------------------------
echo This will show you the program and its version number running on that port
echo -----------------------------------------
echo press d when you have completed this or q to quit
set /p task4=
if '%task4%' == 'D' goto fifth
if '%task4%' == 'd' goto fifth
if '%task4%' == 'Q' goto quit
if '%task4%' == 'q' goto quit

:fifth
cls
echo Search that program and version number for exploits
echo -----------------------------------------
echo You could use google, although there are sites
echo out there that you can search for an exploit in
echo -----------------------------------------
echo press d to go to the final step or q to quit
set /p task5=
if '%task5%' == 'D' goto sixth
if '%task5%' == 'd' goto sixth
if '%task5%' == 'Q' goto quit
if '%task5%' == 'q' goto quit

:sixth
cls
echo You are now ready to hack that site! Type
echo :
echo telnet IP PORT
echo :
echo -----------------------------------------
echo This will connect you to the site
echo Now, use the command you have found for the exploit
echo and bam, you have access
echo -----------------------------------------
echo make sure you delete traces of yourself being there
echo and when possible, use multiple proxies to hide your IP
echo -----------------------------------------
echo -----------------------------------------
echo Credits go to St Dannz for creating this tutorial
echo -----------------------------------------
echo press q to quit
set /p end=
if '%end%' == 'Q' goto quit
if '%end%' == 'q' goto quit


Credits by St. Dannzz

0 comments

Adding A Floating Social Media Button In Blogger by Itching And Burning Sensation

Get This