Python based Discord bot Which allows you to run tools like nmap and amass from discord .
Why to use this bot?
Ans: if u are traveling and u dont have laptop or pc but u want to hack and u have phone u can do with this bot
git clone https://github.com/hac01/Astra-Bot.git && cd Astra-Bot
pip install -r requirements.txt
chmod +x setup.sh
./setup.sh
**Now You need to add Token in .env file
| Command | Example | Description |
|---|---|---|
| !help | !help | Gives Help Menu with a Description of that command |
| !nmap | !nmap ip_here | Nmap is port scanner for more details :- https://nmap.org/ |
| !amass | !amass target.com | The OWASP Amass Project performs external asset discovery https://github.com/OWASP/Amass |
| !subfinder | !subfinder target.com | Subfinder is a subdomain discovery tool https://github.com/projectdiscovery/subfinder |
Help command !help
Nmap example !nmap target.com

