Releases: DEMON1A/Discord-Recon
Releases · DEMON1A/Discord-Recon
ReconServer v0.0.8
What changed?
- We did re-write the entire application, less code and performance-friendly functions
- Disabled
gitgrabber
andtrufflehog
due to updates to the environment - Updated messages sent by ReconServer, it's more readable now and eye-friendly
- Added system stats for the admin once ReconServer is launched
- Made the
.subdomains
command run on the background so it won't block other commands - Cleaner code
Security:
- We fixed a remote code execution on ReconServer v0.0.8-beta, If you're using that version please go update the code or disable the prips command until you're able to update, This issue has been found by @Micro0x00 all credits goes to him
DR 0.0.6
Bug fixes:
- Updated the bash installer to fit the new version of Golang, Fixing all the broken installation f825aa5
- Fixed the issue with the on discord-recon commands not working, and not being able to locate admin channel e71c945
- Fixed an issue where
.shutdown
command wasn't working becauselogout()
was replaced byclose()
Changes:
DR 0.0.5
Bug fixes:
- Fixed
.dirsearch
command after it was broken - Fixed timing issues and the bot is now more faster
- Fixed the issue where users have to wait for commands to be done to do another command by using webhooks
New features:
- More secure code with sanitized inputs and subprocess secure commands
- Less code with more features
- Error detection for unknown errors to make it easy to detect code issues
- Avoid possible issues by using roles for detecting bot admins instead of hardcoded usernames