Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 798 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 798 Bytes

Termux Auto-Setup Tool

Script to install all necessary packages for penetration testing using mobile phone.

Long story short : You can also contribute in my repositories by making a pull request.

Features

  • Installs python,python3,wget,nano
  • Installs ngrok as well :)
  • Comes with a inbuilt directory busting tool with wordlist

Screenshots

Banner App Screenshot

Installation

apt install git -y
git clone https://github.com/anukulpandey/termux-autosetup-tool
cd termux-autosetup-tool

Run locally

chmod +x script.sh
./script.sh

Also remember that you need to have ngrok auth token , if you want to install ngrok. You can get it from https://ngrok.io/dashboard

Authors