Releases: gotr00t0day/Gsec
Releases · gotr00t0day/Gsec
beta-v0.27
What's New??
- Refined nuclei vulnerabilities scripts to support "-tags tech" instead of using an entire directory.
- Added a vulnerability script that is specifically for scanning vulnerabilities in web servers.
- Lots of changes and tweaks.
- Version change in gsec.py
- Bug fixes
beta-v0.26
What's New???
- Added a basic cache poisoning scanner
- Added a new technique to detect magento cms.
- Some bug fixes
beta-v0.25
What's New?
1 . Fixed a few things in the CMS scanner script, I also added a nuclei template to scan for weak wordpress credentials to cms_vulns.py
2. bug fixes
beta-v0.24
What's New
- Removed OS detection because scapy was causing too much errors and messing with other functionalities.
- A few changes and updates.
beta-v0.23
What's New??
- You have to run Gsec as sudo to detect the OS of the web server, It gave you a permission error if you didn't. Now if you don't run gsec as sudo it will just skip the OS detection.
- Some changes and bug fixes.
beta-v0.22
What's New??
- Added a script that extracts all the domains belonging to a target (no subdomains)
- Some bug fixes
beta-v0.21
What's New?
- Added an OS detection script to utils, you will need to run gsec as root for it to work.
- Fixed a bug in utils/crawler.py that wasn't showing the results anywhere.
- Bug fixes
beta-v0.20
What's New??
- Added a web crawler, you can see the results in the output directory
- Bug fixes
beta-v0.19
WHATS NEW?
- Changed HTTP API from requests to httpx in the logginscanner.py script.
- Bug Fixes
beta-v0.18
What's New
- Fixed some issues with the path traversal script.
- Some improvements and bug fixes