Useful tool to track location or mobile number, so this tool can be called osint or also information gathering
pkg install git
pkg install python3
git clone https://github.com/HunxByts/GhostTrack.git
cd GhostTrack
pip3 install -r requirements.txt
python3 GhostTR.py
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
1β€23π―1π«‘1
WebRecon is a powerful information-gathering toolkit designed for Termux and Kali Linux users. It offers easy-to-use options for tasks like Ping testing, Whois lookups, NSLookup, Nmap port scanning, and Banner Grabbing.
pkg update && pkg upgrade -y && pkg install -y git whois dnsutils nmap netcat-openbsd
How to use
Clone Repository in Directory
git clone https://github.com/trmxvibs/webrecon && cd webrecon
Make file Excutable
chmod +x webrecon_advanced.py
Run the main file
python3 webrecon_advanced.py
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€10π1
Networking
Wireshark β Traffic analysis
Nmap β Port & device scanner
Snort β IDS/IPS
SolarWinds β Network monitoring
App Security
Burp Suite β Web testing
OWASP ZAP β Vulnerability scanner
Checkmarx β Code analysis
Veracode β App security testing
Cloud Security
Prisma Cloud β Cloud protection
AWS Security Hub β Alert center
Microsoft Defender β Threat defense
Lacework β Automation & workload security
Incident Response
TheHive β Response platform
SANS SIFT β Forensics toolkit
MISP β Threat intelligence
XPLico β Network forensics
β Use ethically: for defense, prevention, and learning β never misuse.
π9β€7
devmode is a programming tool when you are coding on your phone, it helps to filter files with symlinks.
pkg update && pkg upgrade
pkg install git rsync jq
git clone https://github.com/ezaco-dev/devmode.git
cd devmode
mkdir config
chmod +x devmode.sh
Create a shortcut
export DEVMODE_ALIAS="alias devmode='~/devmode/devmode.sh'"
[ -n "$PS1" ] && eval "$DEVMODE_ALIAS"
[ -n "$ZSH_VERSION" ] && source ~/.zshrc ([ -n "$BASH_VERSION" ] && source ~/.bashrc [ -f ~/.profile ] && source ~/.profile)
Command List
1. Creating workspace
devmode set-new-workspace
devmode set
2. Remove workspaces
devmode remove-workspace
devmode rm
3. Run the program
devmode run
devmode
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€15π3