This commit is contained in:
mokrunka 2020-12-23 07:43:50 -08:00
commit 2eb5b5771f
14 changed files with 33 additions and 26 deletions

View File

@ -30,6 +30,7 @@ class Multitor(HackingTool):
"sudo git clone https://github.com/trimstray/multitor.git", "sudo git clone https://github.com/trimstray/multitor.git",
"cd multitor;sudo bash setup.sh install" "cd multitor;sudo bash setup.sh install"
] ]
RUN_COMMANDS = ["multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy"]
PROJECT_URL = "https://github.com/trimstray/multitor" PROJECT_URL = "https://github.com/trimstray/multitor"
def __init__(self): def __init__(self):

View File

@ -10,7 +10,7 @@ class SlowLoris(HackingTool):
TITLE = "SlowLoris" TITLE = "SlowLoris"
DESCRIPTION = "Slowloris is basically an HTTP Denial of Service attack." \ DESCRIPTION = "Slowloris is basically an HTTP Denial of Service attack." \
"It send lots of HTTP Request" "It send lots of HTTP Request"
INSTALL_COMMANDS = ["sudo pip install slowloris"] INSTALL_COMMANDS = ["sudo pip3 install slowloris"]
def run(self): def run(self):
target_site = input("Enter Target Site:- ") target_site = input("Enter Target Site:- ")
@ -45,9 +45,9 @@ class UFONet(HackingTool):
"More Usage Visit" "More Usage Visit"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/epsylon/ufonet.git", "sudo git clone https://github.com/epsylon/ufonet.git",
"cd ufonet;sudo python setup.py install" "cd ufonet;sudo python3 setup.py install;sudo pip3 install GeoIP;sudo pip3 install python-geoip;sudo pip3 install pygeoip;sudo pip3 install requests;sudo pip3 install pycrypto;sudo pip3 install pycurl;sudo pip3 install whois;sudo pip3 install scapy-python3"
] ]
RUN_COMMANDS = ["sudo ./ufonet --gui"] RUN_COMMANDS = ["sudo python3 ufonet --gui"]
PROJECT_URL = "https://github.com/epsylon/ufonet" PROJECT_URL = "https://github.com/epsylon/ufonet"

View File

@ -19,8 +19,10 @@ class RouterSploit(HackingTool):
class WebSploit(HackingTool): class WebSploit(HackingTool):
TITLE = "WebSploit" TITLE = "WebSploit"
DESCRIPTION = "Websploit is an advanced MITM framework." DESCRIPTION = "Websploit is an advanced MITM framework."
INSTALL_COMMANDS = ["https://github.com/The404Hacking/websploit.git"] INSTALL_COMMANDS = [
RUN_COMMANDS = ["cd websploit;python3 websploit.py"] "sudo git clone https://github.com/The404Hacking/websploit.git;cd websploit/Setup;sudo chmod +x install.sh && sudo bash install.sh"
]
RUN_COMMANDS = ["sudo websploit"]
PROJECT_URL = "https://github.com/The404Hacking/websploit " PROJECT_URL = "https://github.com/The404Hacking/websploit "

View File

@ -28,8 +28,9 @@ class Dracnmap(HackingTool):
"exploit the network and gathering information with nmap help." "exploit the network and gathering information with nmap help."
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/Screetsec/Dracnmap.git", "sudo git clone https://github.com/Screetsec/Dracnmap.git",
"cd Dracnmap && chmod +x Dracnmap.sh" "cd Dracnmap && chmod +x dracnmap-v2.2-dracOs.sh dracnmap-v2.2.sh"
] ]
RUN_COMMANDS = ["sudo ./dracnmap-v2.2.sh"]
PROJECT_URL = "https://github.com/Screetsec/Dracnmap" PROJECT_URL = "https://github.com/Screetsec/Dracnmap"
def __init__(self): def __init__(self):

View File

@ -40,7 +40,7 @@ class Droidcam(HackingTool):
DESCRIPTION = "Powerful Tool For Grab Front Camera Snap Using A Link" DESCRIPTION = "Powerful Tool For Grab Front Camera Snap Using A Link"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/kinghacker0/WishFish.git;" "sudo git clone https://github.com/kinghacker0/WishFish.git;"
"sudo apt install php wget openssh" "sudo apt install php wget openssh-client"
] ]
RUN_COMMANDS = ["cd wishfish && sudo bash wishfish.sh"] RUN_COMMANDS = ["cd wishfish && sudo bash wishfish.sh"]
PROJECT_URL = "https://github.com/kinghacker0/WishFish" PROJECT_URL = "https://github.com/kinghacker0/WishFish"

View File

@ -11,8 +11,10 @@ class FacialFind(HackingTool):
DESCRIPTION = "A Social Media Mapping Tool that correlates profiles\n " \ DESCRIPTION = "A Social Media Mapping Tool that correlates profiles\n " \
"via facial recognition across different sites." "via facial recognition across different sites."
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo apt install -y software-properties-common",
"sudo add-apt-repository ppa:mozillateam/firefox-next && sudo apt update && sudo apt upgrade", "sudo add-apt-repository ppa:mozillateam/firefox-next && sudo apt update && sudo apt upgrade",
"sudo git clone https://github.com/Greenwolf/social_mapper.git", "sudo git clone https://github.com/Greenwolf/social_mapper.git",
"sudo apt install -y build-essential cmake libgtk-3-dev libboost-all-dev",
"cd social_mapper/setup", "cd social_mapper/setup",
"sudo python3 -m pip install --no-cache-dir -r requirements.txt", "sudo python3 -m pip install --no-cache-dir -r requirements.txt",
'echo "[!]Now You have To do some Manually\n' 'echo "[!]Now You have To do some Manually\n'

View File

@ -8,11 +8,11 @@ class WifiJammerNG(HackingTool):
DESCRIPTION = "Continuously jam all wifi clients and access points within range." DESCRIPTION = "Continuously jam all wifi clients and access points within range."
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/MisterBianco/wifijammer-ng.git", "sudo git clone https://github.com/MisterBianco/wifijammer-ng.git",
"cd wifijammer-ng;sudo pip3 install -r requirements.txt" "cd wifijammer-ng;sudo pip install -r requirements.txt"
] ]
RUN_COMMANDS = [ RUN_COMMANDS = [
'echo "python wifijammer.py [-a AP MAC] [-c CHANNEL] [-d] [-i INTERFACE] [-m MAXIMUM] [-k] [-p PACKETS] [-s SKIP] [-t TIME INTERVAL] [-D]"| boxes | lolcat', 'echo "python wifijammer.py [-a AP MAC] [-c CHANNEL] [-d] [-i INTERFACE] [-m MAXIMUM] [-k] [-p PACKETS] [-s SKIP] [-t TIME INTERVAL] [-D]"| boxes | lolcat',
"cd wifijammer-ng;sudo python3 wifijammer.py" "cd wifijammer-ng;sudo python wifijammer.py"
] ]
PROJECT_URL = "https://github.com/MisterBianco/wifijammer-ng" PROJECT_URL = "https://github.com/MisterBianco/wifijammer-ng"
@ -25,7 +25,7 @@ class KawaiiDeauther(HackingTool):
"sudo git clone https://github.com/aryanrtm/KawaiiDeauther.git", "sudo git clone https://github.com/aryanrtm/KawaiiDeauther.git",
"cd KawaiiDeauther;sudo bash install.sh" "cd KawaiiDeauther;sudo bash install.sh"
] ]
RUN_COMMANDS = ["cd KawaiiDeauther;sudo KawaiiDeauther.sh"] RUN_COMMANDS = ["cd KawaiiDeauther;sudo bash KawaiiDeauther.sh"]
PROJECT_URL = "https://github.com/aryanrtm/KawaiiDeauther" PROJECT_URL = "https://github.com/aryanrtm/KawaiiDeauther"

View File

@ -101,11 +101,11 @@ class Spycam(HackingTool):
DESCRIPTION = "Script to generate a Win32 payload that takes the webcam " \ DESCRIPTION = "Script to generate a Win32 payload that takes the webcam " \
"image every 1 minute and send it to the attacker" "image every 1 minute and send it to the attacker"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/thelinuxchoice/spycam.git", "sudo git clone https://github.com/indexnotfound404/spycam.git",
"cd spycam && bash install.sh && chmod +x spycam" "cd spycam && bash install.sh && chmod +x spycam"
] ]
RUN_COMMANDS = ["cd spycam && ./spycam"] RUN_COMMANDS = ["cd spycam && ./spycam"]
PROJECT_URL = "https://github.com/thelinuxchoice/spycam" PROJECT_URL = "https://github.com/indexnotfound404/spycam"
class MobDroid(HackingTool): class MobDroid(HackingTool):
@ -114,7 +114,7 @@ class MobDroid(HackingTool):
"easy way\n without typing long commands and save your time" "easy way\n without typing long commands and save your time"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"git clone https://github.com/kinghacker0/mob-droid.git"] "git clone https://github.com/kinghacker0/mob-droid.git"]
RUN_COMMANDS = ["cd Mob-Droid;sudo python mob-droid.py"] RUN_COMMANDS = ["cd mob-droid;sudo python mob-droid.py"]
PROJECT_URL = "https://github.com/kinghacker0/Mob-Droid" PROJECT_URL = "https://github.com/kinghacker0/Mob-Droid"
@ -123,7 +123,7 @@ class Enigma(HackingTool):
DESCRIPTION = "Enigma is a Multiplatform payload dropper" DESCRIPTION = "Enigma is a Multiplatform payload dropper"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/UndeadSec/Enigma.git"] "sudo git clone https://github.com/UndeadSec/Enigma.git"]
RUN_COMMANDS = ["cd Enigma;sudo python3 enigma3.py"] RUN_COMMANDS = ["cd Enigma;sudo python enigma.py"]
PROJECT_URL = "https://github.com/UndeadSec/Enigma" PROJECT_URL = "https://github.com/UndeadSec/Enigma"

View File

@ -10,8 +10,8 @@ class Setoolkit(HackingTool):
DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \ DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \
"testing framework designed for social engineering" "testing framework designed for social engineering"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"git clone https://github.com/trustedsec/social-engineer-toolkit.git", "git clone https://github.com/trustedsec/social-engineer-toolkit/",
"sudo python social-engineer-toolkit/setup.py" "cd social-engineer-toolkit && sudo python3 setup.py"
] ]
RUN_COMMANDS = ["sudo setoolkit"] RUN_COMMANDS = ["sudo setoolkit"]
PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit" PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit"
@ -19,7 +19,7 @@ class Setoolkit(HackingTool):
class SocialFish(HackingTool): class SocialFish(HackingTool):
TITLE = "SocialFish" TITLE = "SocialFish"
DESCRIPTION = "Automated Phishing Tool & Information Collector" DESCRIPTION = "Automated Phishing Tool & Information Collector NOTE: username is 'root' and password is 'pass'"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/UndeadSec/SocialFish.git && sudo apt-get install python3 python3-pip python3-dev -y", "sudo git clone https://github.com/UndeadSec/SocialFish.git && sudo apt-get install python3 python3-pip python3-dev -y",
"cd SocialFish && sudo python3 -m pip install -r requirements.txt" "cd SocialFish && sudo python3 -m pip install -r requirements.txt"
@ -86,7 +86,7 @@ class QRJacking(HackingTool):
TITLE = "QR Code Jacking" TITLE = "QR Code Jacking"
DESCRIPTION = "QR Code Jacking (Any Website)" DESCRIPTION = "QR Code Jacking (Any Website)"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/cryptedwolf/ohmyqr.git && sudo apt-get install scrot"] "sudo git clone https://github.com/cryptedwolf/ohmyqr.git && sudo apt -y install scrot"]
RUN_COMMANDS = ["cd ohmyqr && sudo bash ohmyqr.sh"] RUN_COMMANDS = ["cd ohmyqr && sudo bash ohmyqr.sh"]
PROJECT_URL = "https://github.com/cryptedwolf/ohmyqr" PROJECT_URL = "https://github.com/cryptedwolf/ohmyqr"

View File

@ -21,7 +21,7 @@ class Pyshell(HackingTool):
DESCRIPTION = "Pyshell is a Rat Tool that can be able to download & upload " \ DESCRIPTION = "Pyshell is a Rat Tool that can be able to download & upload " \
"files,\n Execute OS Command and more.." "files,\n Execute OS Command and more.."
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/khalednassar702/Pyshell.git;" "sudo git clone https://github.com/knassar702/Pyshell.git;"
"sudo pip install pyscreenshot python-nmap requests" "sudo pip install pyscreenshot python-nmap requests"
] ]
RUN_COMMANDS = ["cd Pyshell;./Pyshell"] RUN_COMMANDS = ["cd Pyshell;./Pyshell"]

View File

@ -9,7 +9,7 @@ class AndroGuard(HackingTool):
TITLE = "Androguard" TITLE = "Androguard"
DESCRIPTION = "Androguard is a Reverse engineering, Malware and goodware " \ DESCRIPTION = "Androguard is a Reverse engineering, Malware and goodware " \
"analysis of Android applications and more" "analysis of Android applications and more"
INSTALL_COMMANDS = ["sudo pip install -U androguard"] INSTALL_COMMANDS = ["sudo pip3 install -U androguard"]
PROJECT_URL = "https://github.com/androguard/androguard " PROJECT_URL = "https://github.com/androguard/androguard "
def __init__(self): def __init__(self):

View File

@ -10,7 +10,7 @@ class Web2Attack(HackingTool):
DESCRIPTION = "Web hacking framework with tools, exploits by python" DESCRIPTION = "Web hacking framework with tools, exploits by python"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/santatic/web2attack.git"] "sudo git clone https://github.com/santatic/web2attack.git"]
RUN_COMMANDS = ["cd web2attack && sudo bash w2aconsole"] RUN_COMMANDS = ["cd web2attack && sudo python3 w2aconsole"]
PROJECT_URL = "https://github.com/santatic/web2attack" PROJECT_URL = "https://github.com/santatic/web2attack"

View File

@ -134,9 +134,9 @@ class Howmanypeople(HackingTool):
"Please check your country's laws" "Please check your country's laws"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo apt-get install tshark" "sudo apt-get install tshark"
";sudo pip install howmanypeoplearearound" ";sudo python3 -m pip install howmanypeoplearearound"
] ]
RUN_COMMANDS = ["sudo howmanypeoplearearound"] RUN_COMMANDS = ["howmanypeoplearearound"]
class WirelessAttackTools(HackingToolsCollection): class WirelessAttackTools(HackingToolsCollection):

View File

@ -36,7 +36,7 @@ class XSSFinder(HackingTool):
TITLE = "Extended XSS Searcher and Finder" TITLE = "Extended XSS Searcher and Finder"
DESCRIPTION = "Extended XSS Searcher and Finder" DESCRIPTION = "Extended XSS Searcher and Finder"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"git glone https://github.com/Damian89/extended-xss-search.git"] "git clone https://github.com/Damian89/extended-xss-search.git"]
PROJECT_URL = "https://github.com/Damian89/extended-xss-search" PROJECT_URL = "https://github.com/Damian89/extended-xss-search"
def after_install(self): def after_install(self):
@ -123,8 +123,9 @@ class RVuln(HackingTool):
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo git clone https://github.com/iinc0gnit0/RVuln.git;" "sudo git clone https://github.com/iinc0gnit0/RVuln.git;"
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;" "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;"
"source $HOME/.cargo/env", "source $HOME/.cargo/env;"
"sudo apt install openssl-dev;sudo cp -r RVuln/ /usr/bin" "sudo apt install librust-openssl-dev;"
"cd RVuln;sudo su;cargo build --release;mv target/release/RVuln"
] ]
RUN_COMMANDS = ["RVuln"] RUN_COMMANDS = ["RVuln"]
PROJECT_URL = "https://github.com/iinc0gnit0/RVuln" PROJECT_URL = "https://github.com/iinc0gnit0/RVuln"