Telegram Nmap Scan Bot
- Nmap
- Python3
- Pyrogram
- speedtest-cli
- Linux
# Install Nmap
$ sudo apt instll nmap -y
# Install Git & Python3
$ sudo apt install git python3 python3-pip -y
# Clone Repo
$ git clone https://github.com/Dilum125/Nmap-Scan-Bot
$ cd Nmap-Scan-Bot
# Install Requirements
$ pip3 install -r requirements.txt
# Start bot
$ python3 -m Nmap_Bot
[+] Make Sure You Add All These Mandatory Vars.
[-] API_ID : You can get this value from https://my.telegram.org
[-] API_HASH : You can get this value from https://my.telegram.org
[-] TOKEN : Get from @BotFather
[-] OWNER_ID : Get from @my_id_bot
[-] BOT_USERNAME : Your Bot Username
Commands :
> /help
> /nmap
> /ping
> /run - Owner
> /speedtest
/help = Help Menu
/nmap = Nmap Scan ( ex : /nmap google.com , /nmap --help )
/ping = Ping Scan ( ex : /ping google.com )
/run = Run Shell Command ( ex : /run lscpu )
/speedtest = Network Speedtest ( https://speedtest.net )
- MasterX - Dev & Owner