PortEye is a lightweight and simple Bash Tool designed to scan a range of ports on a target host and determine which ones are open.
git clone https://github.com/s-r-e-e-r-a-j/PortEye.git
cd PortEye
cd PortEye
bash porteye.sh <target_ip> <starting_port> <ending_port>
bash porteye.sh 192.168.1.1 20 80
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€11π―1
TikTok User Info Scraper allows you to fetch detailed information about TikTok users by their username or user ID, without requiring logins or API keys. It extracts various user data such as follower counts, video counts, likes, and more.
git clone https://github.com/haithamaouati/Clawk.git
cd Clawk
chmod +x clawk.sh
./clawk.sh
Usage Usage: ./clawk.sh <@username> or [username]
Dependencies
The script requires the following dependencies:
curl: pkg install curl - y
jq: pkg install jq -y
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€8π―3