DroidDetective : A Machine Learning Malware Analysis Framework For Android Apps
DroidDetective is a Python tool for analysing Android applications (APKs) for potential malware related behaviour and configurations. When provided with a path to an application (APK file) Droid Detective will make a prediction (using it's ML model) of if the application is malicious. Features and qualities of Droid Detective include: Analysing which of ~330 permissions are specified in the application's AndroidManifest.xml file. Analysing...
Frida-Ios-Hook : A Tool That Helps You Easy Trace Classes, Functions, And Modify The Return Values
Frida-Ios-Hook, a tool that helps you can easy using frida. It support script for trace classes, functions, and modify the return values of methods on iOS platform. Env OS Support OSSupportedNotedMacOS✅mainLinux✅subWindows✅sub Compatible with iOSFridaSupported13.2.314.2.13✅14.4.214.2.13✅14.4.215.0.18✅ Feature Running with python3.x Support both spawn & attach script to process. Options:-p(--package) Identifier of application ex: com.apple.AppStore-n(--name) Name of application ex: AppStore-s(--script) Using script format script.js-c(--check-version) Check for the newest version-u(--upadte)...
Tornado : Anonymously Reverse Shell Over Tor Network Using Hidden Services Without Port forwarding
Tornado is implements tor network with metasploit-framework tool and msfvenom module, you can easily create hidden services for your localhost .onion domain without portforwarding. If you have experience different remote administration tools, probably you know you need forward port with virtual private network or ngrok but in this sense with tornado, the tor network offers the possibility of making...
Reposaur : The Open Source Compliance Tool For Development Platforms
Reposaur is the open source compliance tool for development platforms. Audit, verify and report on your data and configurations easily with pre-defined and/or custom policies.Supports GitHub. GitLab, BitBucket and Gitea support soon. Features Custom policies using the Rego policy language (learn more)A simple, composable and easy-to-use CLI (learn more)Extendable using a straightforward SDK (written in Go)Reports follow the standard SARIF format, enabling easy integrations...
Findwall : Check If Your Provider Is Blocking You
FindWall is Python script that allows to understand if your network provider is limiting your access to the Internet by blocking any TCP/UDP port. In order to perform this check FindWall needs to connect a public VPS of your property. FindWall performs the following actions: Connects to the VPS via SSHOpens a port in listening modeTries to connect to that...
Frelatage : The Python Fuzzer That The World Deserves
Frelatage is a coverage-based Python fuzzing library which can be used to fuzz python code. The development of Frelatage was inspired by various other fuzzers, including AFL/AFL++, Atheris and PythonFuzz. The main purpose of the project is to take advantage of the best features of these fuzzers and gather them together into a new tool in order to efficiently fuzz python applications. Requirements Python 3 Installation Install...
Fb_Friend_List_Scraper : OSINT Tool To Scrape Names And Usernames From Large Friend Lists
Fb_Friend_List_Scraper is a OSINT tool to scrape names and usernames from large friend lists on Facebook, without being rate limited. Getting started Install using pip: python -m pip install fb-friend-list-scraperScript is now installed as fbfriendlistscraperRun with -h or --help to show usage information. Usage usage: fbfriendlistscraper -e EMAIL -u USERNAME Tool to scrape names and usernames from large friend lists on...
Zphisher-GUI-Back_office : A Zphisher GUI Back-Office Plugin
Zphisher-GUI-Back_office is a plugin where you can see in real time the victims of your phishing campaign, you just have to change the Zphisher files for these. Easy! This tool creates a graphical back office for the zphish tool (although it is not 100% necessary to use this tool, you can use these files by hosting it on a...
Tetanus : Mythic C2 Agent Targeting Linux And Windows Hosts Written In Rust
Tetanus is a Windows and Linux C2 agent written in rust. Installation To install Tetanus, you will need Mythic set up on a machine. In the Mythic root directory, use mythic-cli to install the agent. sudo ./mythic-cli install github https://github.com/MythicAgents/tetanussudo ./mythic-cli payload start tetanus Tetanus supports the http C2 profile: sudo ./mythic-cli install github https://github.com/MythicC2Profiles/httpsudo ./mythic-cli c2 start http Features Background job managementBuilt-in ssh clientConnect to a machine and download/upload files...
Octopus : Open Source Pre-Operation C2 Server Based On Python And Powershell
Octopus is an open source, pre-operation C2 server based on python which can control an Octopus powershell agent through HTTP/S. The main purpose of creating Octopus is for use before any red team operation, where rather than starting the engagement with your full operational arsenal and infrastructure, you can use Octopus first to attack the target and gather information before...