From 513545f6f33fda4fb7fbc9d67b75eea4e780755c Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:28:41 -0500 Subject: [PATCH 01/33] fixed link error --- tools/remote_administration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/remote_administration.py b/tools/remote_administration.py index b5d7e0e..b8f226a 100644 --- a/tools/remote_administration.py +++ b/tools/remote_administration.py @@ -21,7 +21,7 @@ class Pyshell(HackingTool): DESCRIPTION = "Pyshell is a Rat Tool that can be able to download & upload " \ "files,\n Execute OS Command and more.." 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" ] RUN_COMMANDS = ["cd Pyshell;./Pyshell"] From ee2e5d5735b2e45a0cb140f369918348bb42d04f Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:29:44 -0500 Subject: [PATCH 02/33] fixed spelling mistake --- tools/xss_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xss_attack.py b/tools/xss_attack.py index 1797923..5422d68 100644 --- a/tools/xss_attack.py +++ b/tools/xss_attack.py @@ -36,7 +36,7 @@ class XSSFinder(HackingTool): TITLE = "Extended XSS Searcher and Finder" DESCRIPTION = "Extended XSS Searcher and Finder" 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" def after_install(self): From 614269e7d5c7cc5efc5957a55962e549ccd8e882 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:30:56 -0500 Subject: [PATCH 03/33] fixed spelling mistake --- tools/exploit_frameworks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/exploit_frameworks.py b/tools/exploit_frameworks.py index b285095..316a90d 100644 --- a/tools/exploit_frameworks.py +++ b/tools/exploit_frameworks.py @@ -19,7 +19,7 @@ class RouterSploit(HackingTool): class WebSploit(HackingTool): TITLE = "WebSploit" DESCRIPTION = "Websploit is an advanced MITM framework." - INSTALL_COMMANDS = ["https://github.com/The404Hacking/websploit.git"] + INSTALL_COMMANDS = ["git clone https://github.com/The404Hacking/websploit.git"] RUN_COMMANDS = ["cd websploit;python3 websploit.py"] PROJECT_URL = "https://github.com/The404Hacking/websploit " From 6c1342ed339cd50ad179ac90faac1cd8a6852d89 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:32:14 -0500 Subject: [PATCH 04/33] updated links --- tools/payload_creator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/payload_creator.py b/tools/payload_creator.py index 22ae29a..8a1c8e2 100644 --- a/tools/payload_creator.py +++ b/tools/payload_creator.py @@ -101,11 +101,11 @@ class Spycam(HackingTool): DESCRIPTION = "Script to generate a Win32 payload that takes the webcam " \ "image every 1 minute and send it to the attacker" 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" ] RUN_COMMANDS = ["cd spycam && ./spycam"] - PROJECT_URL = "https://github.com/thelinuxchoice/spycam" + PROJECT_URL = "https://github.com/indexnotfound404/spycam" class MobDroid(HackingTool): From 4771fb2b87cdce0b63001801f92a4241b5533055 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:33:01 -0500 Subject: [PATCH 05/33] Update xss_attack.py --- tools/xss_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xss_attack.py b/tools/xss_attack.py index 5422d68..0f60f59 100644 --- a/tools/xss_attack.py +++ b/tools/xss_attack.py @@ -124,7 +124,7 @@ class RVuln(HackingTool): "sudo git clone https://github.com/iinc0gnit0/RVuln.git;" "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;" "source $HOME/.cargo/env", - "sudo apt install openssl-dev;sudo cp -r RVuln/ /usr/bin" + "sudo apt install librust-openssl-dev;sudo cp -r RVuln/ /usr/bin" ] RUN_COMMANDS = ["RVuln"] PROJECT_URL = "https://github.com/iinc0gnit0/RVuln" From 04bdf00916e03a426a2e8310ad53e0b9d8d77d62 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:33:47 -0500 Subject: [PATCH 06/33] Update android_attack.py --- tools/others/android_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/others/android_attack.py b/tools/others/android_attack.py index 65bdb21..3c06381 100644 --- a/tools/others/android_attack.py +++ b/tools/others/android_attack.py @@ -40,7 +40,7 @@ class Droidcam(HackingTool): DESCRIPTION = "Powerful Tool For Grab Front Camera Snap Using A Link" INSTALL_COMMANDS = [ "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"] PROJECT_URL = "https://github.com/kinghacker0/WishFish" From 557518e40c5675fa52dd00f6b42fdb297c76611a Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:07:12 -0500 Subject: [PATCH 07/33] updated howmanypeoplearound install to python3 --- tools/wireless_attack_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wireless_attack_tools.py b/tools/wireless_attack_tools.py index f508bdd..ad57e8d 100644 --- a/tools/wireless_attack_tools.py +++ b/tools/wireless_attack_tools.py @@ -134,7 +134,7 @@ class Howmanypeople(HackingTool): "Please check your country's laws" INSTALL_COMMANDS = [ "sudo apt-get install tshark" - ";sudo pip install howmanypeoplearearound" + ";sudo python3 -m pip install howmanypeoplearearound" ] RUN_COMMANDS = ["sudo howmanypeoplearearound"] From 40c1d152f99c16cd7a7e4fec3c9f833ebadb884d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:09:52 -0500 Subject: [PATCH 08/33] Update wireless_attack_tools.py --- tools/wireless_attack_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wireless_attack_tools.py b/tools/wireless_attack_tools.py index ad57e8d..960413b 100644 --- a/tools/wireless_attack_tools.py +++ b/tools/wireless_attack_tools.py @@ -136,7 +136,7 @@ class Howmanypeople(HackingTool): "sudo apt-get install tshark" ";sudo python3 -m pip install howmanypeoplearearound" ] - RUN_COMMANDS = ["sudo howmanypeoplearearound"] + RUN_COMMANDS = ["howmanypeoplearearound"] class WirelessAttackTools(HackingToolsCollection): From ff673b9c4a6cb7a55b351a8f7e9075e4a87e2eba Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:19:29 -0500 Subject: [PATCH 09/33] update slowloris install to python3 --- tools/ddos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddos.py b/tools/ddos.py index be19d5f..b27e54e 100644 --- a/tools/ddos.py +++ b/tools/ddos.py @@ -10,7 +10,7 @@ class SlowLoris(HackingTool): TITLE = "SlowLoris" DESCRIPTION = "Slowloris is basically an HTTP Denial of Service attack." \ "It send lots of HTTP Request" - INSTALL_COMMANDS = ["sudo pip install slowloris"] + INSTALL_COMMANDS = ["sudo pip3 install slowloris"] def run(self): target_site = input("Enter Target Site:- ") From 93dde63ef5e5588f75850d262049d6f0496286e7 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 08:35:09 -0500 Subject: [PATCH 10/33] Update anonsurf.py --- tools/anonsurf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/anonsurf.py b/tools/anonsurf.py index 0544fad..9e07d27 100644 --- a/tools/anonsurf.py +++ b/tools/anonsurf.py @@ -30,7 +30,8 @@ class Multitor(HackingTool): "sudo git clone https://github.com/trimstray/multitor.git", "cd multitor;sudo bash setup.sh install" ] - PROJECT_URL = "https://github.com/trimstray/multitor" + RUN_COMMANDS = ["multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy"] + PROJECT_URL = "https://github.com/trimstray/multitor" def __init__(self): super(Multitor, self).__init__(runnable = False) From 6d3c1de1d99152861b55196481bcebd3982a7609 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:11:45 -0500 Subject: [PATCH 11/33] Update information_gathering_tools.py --- tools/information_gathering_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/information_gathering_tools.py b/tools/information_gathering_tools.py index 7d424c7..eb09ae3 100644 --- a/tools/information_gathering_tools.py +++ b/tools/information_gathering_tools.py @@ -30,6 +30,7 @@ class Dracnmap(HackingTool): "sudo git clone https://github.com/Screetsec/Dracnmap.git", "cd Dracnmap && chmod +x Dracnmap.sh" ] + RUN_COMMANDS = ["sudo ./Dracnmap.sh"] PROJECT_URL = "https://github.com/Screetsec/Dracnmap" def __init__(self): From aaf4673b0222af20efb1ac7a8cf2d60c1f5043cf Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:54:32 -0500 Subject: [PATCH 12/33] Update information_gathering_tools.py --- tools/information_gathering_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/information_gathering_tools.py b/tools/information_gathering_tools.py index eb09ae3..269a229 100644 --- a/tools/information_gathering_tools.py +++ b/tools/information_gathering_tools.py @@ -28,9 +28,9 @@ class Dracnmap(HackingTool): "exploit the network and gathering information with nmap help." INSTALL_COMMANDS = [ "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.sh"] + RUN_COMMANDS = ["sudo ./dracnmap-v2.2.sh"] PROJECT_URL = "https://github.com/Screetsec/Dracnmap" def __init__(self): From 2ff8ab9b92529bf02ed562166c26c74455c30741 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:33:38 -0500 Subject: [PATCH 13/33] Update webattack.py --- tools/webattack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webattack.py b/tools/webattack.py index b4e1b50..4ff2fa1 100644 --- a/tools/webattack.py +++ b/tools/webattack.py @@ -10,7 +10,7 @@ class Web2Attack(HackingTool): DESCRIPTION = "Web hacking framework with tools, exploits by python" INSTALL_COMMANDS = [ "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" From e79da6fc249bd5aa7e681fb92c8492cbd757223d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:53:59 -0500 Subject: [PATCH 14/33] Update phising_attack.py --- tools/phising_attack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index ae545a9..73e8476 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -10,8 +10,8 @@ class Setoolkit(HackingTool): DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \ "testing framework designed for social engineering" INSTALL_COMMANDS = [ - "git clone https://github.com/trustedsec/social-engineer-toolkit.git", - "sudo python social-engineer-toolkit/setup.py" + "git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/", + "cd setoolkit && pip3 install -r requirements.txt && python setup.py" ] RUN_COMMANDS = ["sudo setoolkit"] PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit" From aac981946a5d754d1886198a76ab35c3d0c832cc Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:57:34 -0500 Subject: [PATCH 15/33] update SET install --- tools/phising_attack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index 73e8476..c7846ff 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -10,8 +10,8 @@ class Setoolkit(HackingTool): DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \ "testing framework designed for social engineering" INSTALL_COMMANDS = [ - "git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/", - "cd setoolkit && pip3 install -r requirements.txt && python setup.py" + "git clone https://github.com/trustedsec/social-engineer-toolkit/", + "cd social-engineer-toolkit && pip3 install -r requirements.txt && python3 setup.py" ] RUN_COMMANDS = ["sudo setoolkit"] PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit" From 1fec1f3b49aea3382d347713df7be3a3e8d0a81d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:59:43 -0500 Subject: [PATCH 16/33] added 'sudo' for SET install --- tools/phising_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index c7846ff..246f3c8 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -11,7 +11,7 @@ class Setoolkit(HackingTool): "testing framework designed for social engineering" INSTALL_COMMANDS = [ "git clone https://github.com/trustedsec/social-engineer-toolkit/", - "cd social-engineer-toolkit && pip3 install -r requirements.txt && python3 setup.py" + "cd social-engineer-toolkit && sudo python3 setup.py" ] RUN_COMMANDS = ["sudo setoolkit"] PROJECT_URL = "https://github.com/trustedsec/social-engineer-toolkit" From 0d3d4e6f0b3f152042c60bbb32c249d06fee13a2 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 12:22:59 -0500 Subject: [PATCH 17/33] added socialfish password --- tools/phising_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index 246f3c8..d2aa700 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -19,7 +19,7 @@ class Setoolkit(HackingTool): class SocialFish(HackingTool): TITLE = "SocialFish" - DESCRIPTION = "Automated Phishing Tool & Information Collector" + DESCRIPTION = "Automated Phishing Tool & Information Collector NOTE: username is "root" and password is "pass"" INSTALL_COMMANDS = [ "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" From 7b309a641ed87c69507ca7a191843e7e9b23fab9 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 12:30:02 -0500 Subject: [PATCH 18/33] automatically downloads dependencies for QR code jacking --- tools/phising_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index d2aa700..319318d 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -86,7 +86,7 @@ class QRJacking(HackingTool): TITLE = "QR Code Jacking" DESCRIPTION = "QR Code Jacking (Any Website)" 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"] PROJECT_URL = "https://github.com/cryptedwolf/ohmyqr" From c36197d7a7a88cab17b588dd0a3f2ad72699d4d7 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Thu, 17 Dec 2020 12:07:57 -0500 Subject: [PATCH 19/33] update mob-droid run instructions --- tools/payload_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/payload_creator.py b/tools/payload_creator.py index 8a1c8e2..3f6e8d7 100644 --- a/tools/payload_creator.py +++ b/tools/payload_creator.py @@ -114,7 +114,7 @@ class MobDroid(HackingTool): "easy way\n without typing long commands and save your time" INSTALL_COMMANDS = [ "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" From 135ceadec14fee98f0303455efedb45189e687eb Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:41:21 -0500 Subject: [PATCH 20/33] removed python3 for enigma the python3 file disappeared, I opened up a fork request so hopefully python3 support will be added soon --- tools/payload_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/payload_creator.py b/tools/payload_creator.py index 3f6e8d7..47b2e4b 100644 --- a/tools/payload_creator.py +++ b/tools/payload_creator.py @@ -123,7 +123,7 @@ class Enigma(HackingTool): DESCRIPTION = "Enigma is a Multiplatform payload dropper" INSTALL_COMMANDS = [ "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" From 3fb5c9986a15ede9740b180d7ce9204cc5277420 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Fri, 18 Dec 2020 19:04:03 -0500 Subject: [PATCH 21/33] updated websploit install --- tools/exploit_frameworks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/exploit_frameworks.py b/tools/exploit_frameworks.py index 316a90d..5f8ebc8 100644 --- a/tools/exploit_frameworks.py +++ b/tools/exploit_frameworks.py @@ -19,7 +19,9 @@ class RouterSploit(HackingTool): class WebSploit(HackingTool): TITLE = "WebSploit" DESCRIPTION = "Websploit is an advanced MITM framework." - INSTALL_COMMANDS = ["git clone https://github.com/The404Hacking/websploit.git"] + INSTALL_COMMANDS = [ + "git clone https://github.com/The404Hacking/websploit.git" + ] RUN_COMMANDS = ["cd websploit;python3 websploit.py"] PROJECT_URL = "https://github.com/The404Hacking/websploit " From 3dda7931e07a4264317e82bccc1c0f4d998afb2b Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Fri, 18 Dec 2020 20:54:04 -0500 Subject: [PATCH 22/33] update websploit install --- tools/exploit_frameworks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/exploit_frameworks.py b/tools/exploit_frameworks.py index 5f8ebc8..da228b0 100644 --- a/tools/exploit_frameworks.py +++ b/tools/exploit_frameworks.py @@ -20,9 +20,9 @@ class WebSploit(HackingTool): TITLE = "WebSploit" DESCRIPTION = "Websploit is an advanced MITM framework." INSTALL_COMMANDS = [ - "git clone https://github.com/The404Hacking/websploit.git" + "sudo git clone https://github.com/The404Hacking/websploit.git;cd websploit/Setup;sudo chmod +x install.sh && sudo bash install.sh" ] - RUN_COMMANDS = ["cd websploit;python3 websploit.py"] + RUN_COMMANDS = ["sudo websploit"] PROJECT_URL = "https://github.com/The404Hacking/websploit " From 6424894c59a354a24abc508c9122d0c0a35960ae Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 10:31:52 -0500 Subject: [PATCH 23/33] update androguard to python3 --- tools/reverse_engineering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/reverse_engineering.py b/tools/reverse_engineering.py index 9972334..552f781 100644 --- a/tools/reverse_engineering.py +++ b/tools/reverse_engineering.py @@ -9,7 +9,7 @@ class AndroGuard(HackingTool): TITLE = "Androguard" DESCRIPTION = "Androguard is a Reverse engineering, Malware and goodware " \ "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 " def __init__(self): From f75c2225c90e53336688c021a5da2f6de9e791c9 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 10:40:03 -0500 Subject: [PATCH 24/33] updated ufonet install for python3 also gets kali dependencies --- tools/ddos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddos.py b/tools/ddos.py index b27e54e..3af2bec 100644 --- a/tools/ddos.py +++ b/tools/ddos.py @@ -45,7 +45,7 @@ class UFONet(HackingTool): "More Usage Visit" INSTALL_COMMANDS = [ "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"] PROJECT_URL = "https://github.com/epsylon/ufonet" From c154698de9d626b9d173d614a262e3e67d144fc1 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 10:41:30 -0500 Subject: [PATCH 25/33] updated run ufonet run instructions to python3 --- tools/ddos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddos.py b/tools/ddos.py index 3af2bec..038b266 100644 --- a/tools/ddos.py +++ b/tools/ddos.py @@ -47,7 +47,7 @@ class UFONet(HackingTool): "sudo git clone https://github.com/epsylon/ufonet.git", "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" From a53d3af4bb92cfb06eed72bdd35bfb48d04777d2 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 13:24:35 -0500 Subject: [PATCH 26/33] fixed syntax error on my part --- tools/anonsurf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/anonsurf.py b/tools/anonsurf.py index 9e07d27..d2ff2df 100644 --- a/tools/anonsurf.py +++ b/tools/anonsurf.py @@ -30,8 +30,8 @@ class Multitor(HackingTool): "sudo git clone https://github.com/trimstray/multitor.git", "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" + RUN_COMMANDS = ["multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy"] + PROJECT_URL = "https://github.com/trimstray/multitor" def __init__(self): super(Multitor, self).__init__(runnable = False) From a4f2807dfb3c1ef45ab783ab1c142ca2ff6c1378 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 13:26:41 -0500 Subject: [PATCH 27/33] updated syntax error on my part --- tools/phising_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index 319318d..9b30a6c 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -19,7 +19,7 @@ class Setoolkit(HackingTool): class SocialFish(HackingTool): TITLE = "SocialFish" - DESCRIPTION = "Automated Phishing Tool & Information Collector NOTE: username is "root" and password is "pass"" + DESCRIPTION = "Automated Phishing Tool & Information Collector NOTE: username is 'root' and password is 'pass'" INSTALL_COMMANDS = [ "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" From b07fe8e81d4d7fa584f60ef2d421c485386b174b Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:07:34 -0500 Subject: [PATCH 28/33] update RVuln install --- tools/xss_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xss_attack.py b/tools/xss_attack.py index 0f60f59..eaca705 100644 --- a/tools/xss_attack.py +++ b/tools/xss_attack.py @@ -124,7 +124,7 @@ class RVuln(HackingTool): "sudo git clone https://github.com/iinc0gnit0/RVuln.git;" "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;" "source $HOME/.cargo/env", - "sudo apt install librust-openssl-dev;sudo cp -r RVuln/ /usr/bin" + "sudo apt install librust-openssl-dev;cd RVuln;cargo build --release;mv target/release/RVuln" ] RUN_COMMANDS = ["RVuln"] PROJECT_URL = "https://github.com/iinc0gnit0/RVuln" From e2298f808009e08154032f3a86431554996979f2 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:13:53 -0500 Subject: [PATCH 29/33] updated RVuln install --- tools/xss_attack.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/xss_attack.py b/tools/xss_attack.py index eaca705..e16aa42 100644 --- a/tools/xss_attack.py +++ b/tools/xss_attack.py @@ -123,8 +123,9 @@ class RVuln(HackingTool): INSTALL_COMMANDS = [ "sudo git clone https://github.com/iinc0gnit0/RVuln.git;" "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;" - "source $HOME/.cargo/env", - "sudo apt install librust-openssl-dev;cd RVuln;cargo build --release;mv target/release/RVuln" + "source $HOME/.cargo/env;" + "sudo apt install librust-openssl-dev;" + "cd RVuln;cargo build --release;mv target/release/RVuln" ] RUN_COMMANDS = ["RVuln"] PROJECT_URL = "https://github.com/iinc0gnit0/RVuln" From 44af8910938791b614bf51ac6b41be8525facf8f Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:15:56 -0500 Subject: [PATCH 30/33] update RVuln install permissions --- tools/xss_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xss_attack.py b/tools/xss_attack.py index e16aa42..b93a888 100644 --- a/tools/xss_attack.py +++ b/tools/xss_attack.py @@ -125,7 +125,7 @@ class RVuln(HackingTool): "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;" "source $HOME/.cargo/env;" "sudo apt install librust-openssl-dev;" - "cd RVuln;cargo build --release;mv target/release/RVuln" + "cd RVuln;sudo su;cargo build --release;mv target/release/RVuln" ] RUN_COMMANDS = ["RVuln"] PROJECT_URL = "https://github.com/iinc0gnit0/RVuln" From ebaf4af0e336e8360c6ebe65bc0c013f8482872d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:27:43 -0500 Subject: [PATCH 31/33] removed python3 support WifiJammerNG python3 support isn't available yet... --- tools/others/wifi_jamming.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/others/wifi_jamming.py b/tools/others/wifi_jamming.py index 412e915..6069688 100644 --- a/tools/others/wifi_jamming.py +++ b/tools/others/wifi_jamming.py @@ -8,11 +8,11 @@ class WifiJammerNG(HackingTool): DESCRIPTION = "Continuously jam all wifi clients and access points within range." INSTALL_COMMANDS = [ "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 = [ '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" From 718bacd7bdef32878dde4a773475c204b42b7bb6 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:38:14 -0500 Subject: [PATCH 32/33] update Kawaii Deauther run instructions --- tools/others/wifi_jamming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/others/wifi_jamming.py b/tools/others/wifi_jamming.py index 6069688..e2c5933 100644 --- a/tools/others/wifi_jamming.py +++ b/tools/others/wifi_jamming.py @@ -25,7 +25,7 @@ class KawaiiDeauther(HackingTool): "sudo git clone https://github.com/aryanrtm/KawaiiDeauther.git", "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" From 04c747d1219f98a8a1ca5a247c1a1b361c8f203f Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:42:48 -0500 Subject: [PATCH 33/33] updated social_mapper install --- tools/others/socialmedia_finder.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/others/socialmedia_finder.py b/tools/others/socialmedia_finder.py index ba1d27d..a8f029e 100644 --- a/tools/others/socialmedia_finder.py +++ b/tools/others/socialmedia_finder.py @@ -11,8 +11,10 @@ class FacialFind(HackingTool): DESCRIPTION = "A Social Media Mapping Tool that correlates profiles\n " \ "via facial recognition across different sites." INSTALL_COMMANDS = [ + "sudo apt install -y software-properties-common", "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 apt install -y build-essential cmake libgtk-3-dev libboost-all-dev", "cd social_mapper/setup", "sudo python3 -m pip install --no-cache-dir -r requirements.txt", 'echo "[!]Now You have To do some Manually\n'