MasterX-0 / Nmap-Scan-Bot

Telegram Nmap Scan Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nmap-Scan-Bot 🔥🌍


Telegram Nmap Scan Bot

Requirements 🌿

  • Nmap
  • Python3
  • Pyrogram
  • speedtest-cli

Tested On ✨️

  • Linux

Self Hosting ( Devs ) ❤️‍🩹

# 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

Mandatory Vars 📒

[+] 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 

Bot Commands 💡

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 )

Dev ❤️

Made with 🛠

Framework 🧰

Join with Us ☘

Telegram Telegram Group

About

Telegram Nmap Scan Bot

License:MIT License


Languages

Language:Python 96.9%Language:Shell 3.1%