Distribution - Unlimited, you can use these tools anyway and anyhow you want to
Subdomain RAKE, Pull current and historical subdomain data from a URL (you must install pup, see install instructions)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
MacOS & Linux
brew install pup
MacOS
brew install peco
Linux
sudo apt install peco
MacOS
brew install apktool
Linux
sudo apt install apktool
MacOS
brew install android-platform-tools
Linux
sudo apt-get install android-tools-adb
You also need to know how enable ADB for the device you are testing on.You also need to know how enable ADB for the device you are testing on.
Sub Domain Scrape - The program will pull down all subdomain data This is useful in bugbounty hunting because a lot of companies leave dev code on their servers, zip files, txt passwords and more
Wget Master 1 - This line of code will pull all absolute URLS from whatever site you throw at it, it is a very clean 1 liner, you can add subdomains as well
Pull All System APKs - This program will pull all system apks from your android device and unpack them
Pull Single APK - This program will allow you to select and pull any apk on your device instead of downloading all. The apk will then be unpacked so you can start to search for vulnerabilities
WADL PARSE - This program will find the base of the .wadl path, and combine it with the resource paths to form full API endpoints for recon
Dump All Android Secret Codes - This will dump all android secret codes and show the system package associated to the secret code.
Using the codes depends on your device
Here are the 3 ways