Skip to content

V2.3.6

Latest
Compare
Choose a tag to compare
@omar2535 omar2535 released this 04 Nov 02:09
· 1 commit to main since this release

🔍Implemented detections!

User-facing changes

  • Add introspection detection
  • Add field suggestions detection
  • Add HTML/XSS/SQLi/File/SSRF detections
  • Add OS command injection detections
  • Add deny-list bypass detections
  • Add easier stats parsing
  • Add detection logging for easier access
  • Add SKIP_NODES option to the configuration to skip any nodes that might be causing issues on the API (IE. slow endpoints)

Detections example

image


Developer changes

  • Moved materializer of each detection into detection classes
  • Stats parsing now parses vulnerabilities as well
  • Added general abstract detection class to be extended on
  • Fix duplicate logging by checking logger handlers before initialization
  • Fix materializer check for soft dependencies