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
Fast Yt Downloader using Bash. (yt-dlp)
git clone https://github.com/CtorW/fast-yt
cd fast-yt
./fastyt.sh
./fastyt.sh VIDEO_URL_ANY
Running...
Create an issue or Contribute for Enhancing or Bugs Ft. yt-dlp
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€15π2
Welcome to the Smart Home Simulator! This project allows you to explore the world of home automation using Python. With this simulator, you can control lights and devices, understand IoT principles, and experiment with networking programmability.
git clone https://github.com/shc020712/Smart-Home-Simulator-
cd Smart-Home-Simulator-
pip install -r requirements.txt
python app.py
Access the Simulator: Open your web browser and go to http://127.0.0.1:5000 to access the Smart Home Simulator.
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€6π―1