Skip to content

Releases: gotr00t0day/Gsec

beta-v0.27

06 Jan 23:00
Compare
Choose a tag to compare

What's New??

  1. Refined nuclei vulnerabilities scripts to support "-tags tech" instead of using an entire directory.
  2. Added a vulnerability script that is specifically for scanning vulnerabilities in web servers.
  3. Lots of changes and tweaks.
  4. Version change in gsec.py
  5. Bug fixes

beta-v0.26

24 Dec 00:40
Compare
Choose a tag to compare

What's New???

  1. Added a basic cache poisoning scanner
  2. Added a new technique to detect magento cms.
  3. Some bug fixes

beta-v0.25

19 Dec 15:49
Compare
Choose a tag to compare

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

16 Dec 00:47
Compare
Choose a tag to compare

What's New

  1. Removed OS detection because scapy was causing too much errors and messing with other functionalities.
  2. A few changes and updates.

beta-v0.23

14 Dec 00:17
Compare
Choose a tag to compare

What's New??

  1. 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.
  2. Some changes and bug fixes.

beta-v0.22

11 Dec 21:22
Compare
Choose a tag to compare

What's New??

  1. Added a script that extracts all the domains belonging to a target (no subdomains)
  2. Some bug fixes

beta-v0.21

10 Dec 14:52
Compare
Choose a tag to compare

What's New?

  1. Added an OS detection script to utils, you will need to run gsec as root for it to work.
  2. Fixed a bug in utils/crawler.py that wasn't showing the results anywhere.
  3. Bug fixes

beta-v0.20

04 Dec 20:17
Compare
Choose a tag to compare

What's New??

  1. Added a web crawler, you can see the results in the output directory
  2. Bug fixes

beta-v0.19

28 Nov 00:03
Compare
Choose a tag to compare

WHATS NEW?

  1. Changed HTTP API from requests to httpx in the logginscanner.py script.
  2. Bug Fixes

beta-v0.18

27 Nov 16:03
Compare
Choose a tag to compare

What's New

  1. Fixed some issues with the path traversal script.
  2. Some improvements and bug fixes