Fardo - Sec
is a cybersecurity toolbox that brings together tools created by me and third parties.
Tools:
CCTV
: Shortcut to access traffic cameras.Sherlock
: Hunt down social media accounts by username across social networks.Mr.Holmes
: Mr.Holmes is an information gathering tool (OSINT).SSH
: Connect to SSH servers.Swarm
: Multi-threaded DoS attack.Glitch
: Periodic automatic change of IP.Broker
: Router admin bruteforce + dictionary attack.Wlan-F
: Connect to a Wi-Fi network. with bruteforce and dictionary methods.Create Alias (shortcut)
: Create a custom shortcut in home directory.Update Alias (manually)
: Update aliases in home directory, sometimes you need to update to use new Alias.
-
Install Termux and requested Plugins from F-Droid
-
Grant app permission to geolocation, notifications and files
-
Update your Termux with these commands:
apt upgrade -y
apt update -y
pkg update -y
pkg upgrade -y
termux-setup-storage
pkg install git -y
pkg install termux-api -y
pkg install figlet -y
pkg install iproute2 -y
pkg install jq -y
pkg install proot -y
pkg install w-get -y
apt install -y git python
apt install -y git python2
apt install -y git python3
-
Termux API
Plugin (Install from the same source where you installed termux) -
Termux Widgets
Plugin (Install from the same source where you installed termux) -
Git
Package -
Termux API
Package -
FIGlet
Package -
Command-line JSON processor
Package -
PRoot
Package -
W-Get
Package -
Python
Advanced Package Tool -
Python 2
Advanced Package Tool -
Python 3
Advanced Package Tool
All requirements (except git) have an auto install file.
git clone https://github.com/adriel007/fardo-sec
cd ./fardo-sec
chmod +x ./fardo-sec.sh
./fardo-sec.sh --install
-
This script requires the pkg
git
to be installed. -
Additionally, the script requires the installation of the
figlet
package. This package is also installed automatically if not already present. -
The script then clones projects repositories from GitHub and installs its dependencies.
-
Finally, the script creates an alias named
fardo-sec
in thebash.bashrc
file of Termux. This alias allows easy access to the Fardo-Sec application from the Termux shell.
To use Fardo-Sec, follow these steps:
-
Open Termux on your Android device.
-
Run the following command to start the Fardo-Sec menu:
fardo-sec
-
The menu will display various options, each assigned a number. Type the number corresponding to the option you want to select and press Enter.
-
Depending on the selected option, the script will execute the corresponding command or provide instructions for creating or loading aliases.
-
After completing an action, press Enter to return to the main menu or follow any additional instructions provided.
-
To exit the Fardo-Sec menu, select the "Exit" option.
Code to update Fardo-Sec with the last version from GitHub:
cd $HOME/fardo-sec
git reset --hard
git pull
chmod +x ./fardo-sec.sh
./fardo-sec.sh
fardo-sec --update
Code to remove directory, alias and shortcuts:
cd $HOME
lsof +D $HOME/fardo-sec
rm -rf $HOME/fardo-sec
rm $HOME/.shortcuts/wlan-f.sh
rm $HOME/.shortcuts/cctv.sh
rm $HOME/.shortcuts/ssh.sh
rm $HOME/.shortcuts/sherlock.sh
rm $HOME/.shortcuts/broker.sh
rm $HOME/.shortcuts/swarm.sh
rm $HOME/.shortcuts/wlan-f.sh
rm $HOME/.shortcuts/wlan-f.sh
sed -i "/alias fardo-sec='$HOME\/fardo-sec\/fardo-sec.sh'/d" /data/data/com.termux/files/usr/etc/bash.bashrc
source /data/data/com.termux/files/usr/etc/bash.bashrc