Install popular collections of tools for termux

Mutt

Professional
Messages
1,458
Reaction score
1,283
Points
113
Good day friends, in today's article we will look at how to install such collections of tools for termux as DarkFly, lasymux, Tool-X and FSOCIETY.

Darkfly
(has 500+ tools in its set)

9c353d0a-fb09-415c-b782-89d2169a2283.png


Installation:
Code:
pkg install python2
pkg install git
pkg install php
git clone https://github.com/Ranginang67/DarkFly-Tool
cd DarkFly-Tool
chmod + x install.py
python2 install.py

Launch:
Code:
Darkfly

Lazymux
03e49f6d-3ffe-41b7-8456-ebbe2b30db4e.jpeg


Installation:
Code:
git clone https://github.com/Gameye98/Lazymux
cd Lazymux

Launch:
Code:
python2 lazymux.py

Tool-X
759b5e50-6229-4504-a302-38c4f1620958.png


Installation:
Code:
apt update
apt upgrade
apt install git
git clone https://github.com/Rajkumrdusad/Tool-X.git
cd Tool-X
chmod + x *
sh install.aex

Launch:
Code:
Tool-X

And now the most interesting thing, we will install a repository in which all the tools from the popular series Mr. Robot

FSOCIETY
6e48a2a3-0963-4f26-a382-0996217b6b08.gif


Installation:
Code:
git clone https://github.com/Manisso/fsociety.git
cd fsociety
chmod + x install.sh

Launch:
Code:
python2 fsociety.py

A small cheat sheet:
  • Information Gathering - Penetration testing tools such as Nmap, Setoolkit, WPScan, etc.
  • Password Attacks - password attacks, this includes: cupp, Ncrack.
  • Wireless Testing - wireless penetration testing: Reaver, Pixiewps, Bluetooth Honeypot.
  • Exploitation Tools - allows you to take advantage of vulnerabilities present in other services: sqlmap, Commix, Shellnoob, etc.
  • Sniffing & Spoofing - interception, injection of data in a network packet over TCP / IP: setoolkit, SMTP Mailer, etc.
  • Web Hacking - web penetration testing: Drupal Hacking, Inurlbr, Gravity Form Scanner, etc.
  • Private Web Hacking - Get Joomla Websites, Get WordPress, Finder Panel, etc.
  • Post Exploitation - weeman, Shrll Checkerm POET.
 
Top