https://github.com/sircryptic/nullbot-guilded
Simple Guilded Auditing Bot
https://github.com/sircryptic/nullbot-guilded
auditing-vulnerabilities cyber-security cybersecurity guilded guilded-bot guilded-py nikto nmap penetration-testing pentest pentesting
Last synced: 19 days ago
JSON representation
Simple Guilded Auditing Bot
- Host: GitHub
- URL: https://github.com/sircryptic/nullbot-guilded
- Owner: SirCryptic
- License: gpl-3.0
- Created: 2023-02-18T06:10:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T06:34:49.000Z (over 3 years ago)
- Last Synced: 2025-10-23T07:35:35.828Z (9 months ago)
- Topics: auditing-vulnerabilities, cyber-security, cybersecurity, guilded, guilded-bot, guilded-py, nikto, nmap, penetration-testing, pentest, pentesting
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nullbot-Reboot - [BETA] - Guilded Auditing Bot
NullBot Beta is a multi-purpose Guilded bot for system administrators and security enthusiasts. The bot is capable of executing commands through Guilded to perform various tasks, such as detecting the operating system and finding open ports on a host using Nmap, and scanning a web server for vulnerabilities using Nikto. Now includes a WHOIS command. This bot was developed by [SirCryptic](https://github.com/sircryptic) of [NullSecurityTeam](https://github.com/orgs/NULL-Security-Team), and is open-source under the [MIT license](https://github.com/SirCryptic/Nullbot-Guilded/blob/main/LICENSE).
- Heres a [Discord Version](https://github.com/SirCryptic/NullBot-Reboot)
# Changelog
Click to expand!
- Added WHOIS
- Removed Role Check For Guilded Version
# Installation Instructions
1. Install the required Python packages using pip: `pip install -r requirements.txt`
2. Create a new Guilded bot.
4. Copy the bot token and replace the value of `client.run('your_bot_token')` in `nullbot.py` with the bot token.
# Running The Bot
```
sudo python3 nullbot.py
```
## How do I use the bot?
To use the bot, you can type the following commands ...
- `!console help` - Displays the list of available functions
- `!console whois` - Get WHOIS Information About A Domain or IP
- `!console nmap [host]` - Detect OS & Find Open Ports On A Host
- `!console nikto -h [host]` - Scan a web server for vulnerabilities
# ⚠️ Foot Notes / Q&A ⚠️
Q: Why do i have to run this as root?
A: Unfortunatly you have to run the bot as root or the nmap command doesnt function properly and prompts you on the host machine to input your password.
Q: Can anyone Scan the host machine?
A: NO! localhost/all ip ranges regarding the host machine are blocked.