Loading .github/workflows/lint_python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: --statistics --target-version=py37 . | grep "\[\*\]" - run: pip install black codespell mypy pytest safety - run: black --check . || true - run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock" - run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock" - run: pip install -r requirements.txt || pip install --editable . || pip install . || true - run: mkdir --parents --verbose .mypy_cache - run: mypy --ignore-missing-imports --install-types --non-interactive . || true Loading tools/forensic_tools.py +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class BulkExtractor(HackingTool): class Guymager(HackingTool): TITLE = "Disk Clone and ISO Image Aquire" TITLE = "Disk Clone and ISO Image Acquire" DESCRIPTION = "Guymager is a free forensic imager for media acquisition." INSTALL_COMMANDS = ["sudo apt install guymager"] RUN_COMMANDS = ["sudo guymager"] Loading tools/information_gathering_tools.py +3 −3 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class RedHawk(HackingTool): class ReconSpider(HackingTool): TITLE = "ReconSpider(For All Scaning)" TITLE = "ReconSpider(For All Scanning)" DESCRIPTION = "ReconSpider is most Advanced Open Source Intelligence (OSINT)" \ " Framework for scanning IP Address, Emails, \n" \ "Websites, Organizations and find out information from" \ Loading Loading @@ -114,7 +114,7 @@ class IsItDown(HackingTool): class Infoga(HackingTool): TITLE = "Infoga - Email OSINT" DESCRIPTION = "Infoga is a tool gathering email accounts informations\n" \ DESCRIPTION = "Infoga is a tool gathering email accounts information\n" \ "(ip, hostname, country,...) from different public source" INSTALL_COMMANDS = [ "git clone https://github.com/m4ll0k/Infoga.git", Loading Loading @@ -165,7 +165,7 @@ class SecretFinder(HackingTool): class Shodan(HackingTool): TITLE = "Find Info Using Shodan" DESCRIPTION = "Get ports, vulnerabilities, informations, banners,..etc \n " \ DESCRIPTION = "Get ports, vulnerabilities, information, banners,..etc \n " \ "for any IP with Shodan (no apikey! no rate limit!)\n" \ "[X] Don't use this tool because your ip will be blocked by Shodan!" INSTALL_COMMANDS = ["git clone https://github.com/m4ll0k/Shodanfy.py.git"] Loading tools/others/socialmedia_finder.py +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ class FindUser(HackingTool): class Sherlock(HackingTool): TITLE = "Sherlock" DESCRIPTION = "Hunt down social media accounts by username across social networks \n " \ "For More Usege \n" \ "For More Usage \n" \ "\t >>python3 sherlock --help" INSTALL_COMMANDS = [ "git clone https://github.com/sherlock-project/sherlock.git", Loading tools/payload_creator.py +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class Venom(HackingTool): TITLE = "Venom Shellcode Generator" DESCRIPTION = "venom 1.0.11 (malicious_server) was build to take " \ "advantage of \n apache2 webserver to deliver payloads " \ "(LAN) using a fake webpage writen in html" "(LAN) using a fake webpage written in html" INSTALL_COMMANDS = [ "sudo git clone https://github.com/r00t-3xp10it/venom.git", "sudo chmod -R 775 venom*/ && cd venom*/ && cd aux && sudo bash setup.sh", Loading Loading
.github/workflows/lint_python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: --statistics --target-version=py37 . | grep "\[\*\]" - run: pip install black codespell mypy pytest safety - run: black --check . || true - run: codespell || true # --ignore-words-list="" --skip="*.css,*.js,*.lock" - run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock" - run: pip install -r requirements.txt || pip install --editable . || pip install . || true - run: mkdir --parents --verbose .mypy_cache - run: mypy --ignore-missing-imports --install-types --non-interactive . || true Loading
tools/forensic_tools.py +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class BulkExtractor(HackingTool): class Guymager(HackingTool): TITLE = "Disk Clone and ISO Image Aquire" TITLE = "Disk Clone and ISO Image Acquire" DESCRIPTION = "Guymager is a free forensic imager for media acquisition." INSTALL_COMMANDS = ["sudo apt install guymager"] RUN_COMMANDS = ["sudo guymager"] Loading
tools/information_gathering_tools.py +3 −3 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class RedHawk(HackingTool): class ReconSpider(HackingTool): TITLE = "ReconSpider(For All Scaning)" TITLE = "ReconSpider(For All Scanning)" DESCRIPTION = "ReconSpider is most Advanced Open Source Intelligence (OSINT)" \ " Framework for scanning IP Address, Emails, \n" \ "Websites, Organizations and find out information from" \ Loading Loading @@ -114,7 +114,7 @@ class IsItDown(HackingTool): class Infoga(HackingTool): TITLE = "Infoga - Email OSINT" DESCRIPTION = "Infoga is a tool gathering email accounts informations\n" \ DESCRIPTION = "Infoga is a tool gathering email accounts information\n" \ "(ip, hostname, country,...) from different public source" INSTALL_COMMANDS = [ "git clone https://github.com/m4ll0k/Infoga.git", Loading Loading @@ -165,7 +165,7 @@ class SecretFinder(HackingTool): class Shodan(HackingTool): TITLE = "Find Info Using Shodan" DESCRIPTION = "Get ports, vulnerabilities, informations, banners,..etc \n " \ DESCRIPTION = "Get ports, vulnerabilities, information, banners,..etc \n " \ "for any IP with Shodan (no apikey! no rate limit!)\n" \ "[X] Don't use this tool because your ip will be blocked by Shodan!" INSTALL_COMMANDS = ["git clone https://github.com/m4ll0k/Shodanfy.py.git"] Loading
tools/others/socialmedia_finder.py +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ class FindUser(HackingTool): class Sherlock(HackingTool): TITLE = "Sherlock" DESCRIPTION = "Hunt down social media accounts by username across social networks \n " \ "For More Usege \n" \ "For More Usage \n" \ "\t >>python3 sherlock --help" INSTALL_COMMANDS = [ "git clone https://github.com/sherlock-project/sherlock.git", Loading
tools/payload_creator.py +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class Venom(HackingTool): TITLE = "Venom Shellcode Generator" DESCRIPTION = "venom 1.0.11 (malicious_server) was build to take " \ "advantage of \n apache2 webserver to deliver payloads " \ "(LAN) using a fake webpage writen in html" "(LAN) using a fake webpage written in html" INSTALL_COMMANDS = [ "sudo git clone https://github.com/r00t-3xp10it/venom.git", "sudo chmod -R 775 venom*/ && cd venom*/ && cd aux && sudo bash setup.sh", Loading