Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 Nmap Telegram Bot

A simple Telegram bot that runs nmap scans from your Termux terminal and sends results directly to your Telegram chat.

Commands

Command Description
/start Show help
/nmap <target> Service & version scan
/full <target> Full port scan (all 65535)
/os <target> OS detection
/fast <target> Top 100 ports fast scan
/shell <cmd> Run any custom command

Installation (Termux)

pkg update && pkg upgrade -y
pkg install python nmap -y
pip install python-telegram-bot

git clone https://github.com/brazilianfreestyle/nmap-bot.git
cd nmap-bot
cp config.example.py config.py
nano config.py   # YOUR API AND CHAT ID
python bot.py
# Nmap-bot

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages