Table of contents
This program is for educational or protecting servers and also teaching people that hacking can be very dangerous.
The easy way to do this is run main.py -i
There are some syntax that you can do if you don't want to do the easy way.
main.py
Syntax:
-i Interative Mode
-a The ip to target
-e The exploit to use (can't use if -b is active)
-b Go through every exploit in the software
-u Update repository
Create an .ini file in your /exploits folder Here is an example:
File startcmdself.ini
[Order]
myhackvar=42
inst1=startCMD
[startCMD]
type=Run
remote=localhost
file=cmd.exe
arg1 = myhackvar
result=myhackvar
[saveToFile]
type=Save
file=data.txt
data=myhackvarFor example notepad in windows
Control+S
File Type: *
File Name: [your-vurn].ini
First, download Git then run this code in your term
mkdir mycopy
git clone https://github.com/FreGitHu/super-hack.git