Netcentric / pickaxe-security-scanner

Pickaxe is a fast and customizable security scan library which simplifies security testing for web applications like Adobe Experience Manager or API services. It can be plugged into a maven build to execute build-in checks or custom user provided security checks. Custom security checks can be defined via YAML files or a groovy based DSL.
Eclipse Public License 1.0
13 stars 3 forks source link

Feature: HttpClient should be pluggable to allow burp requests to be proxied by burp #9

Open thomashartm opened 2 years ago

thomashartm commented 2 years ago

The HTTP client is ready to be to be maintained as a separate module. By pulling it out it would be possible to reuse the core-framework and the scans lib as part of a security scanner extension such as burp.

Any request would then be routed through the scanners http engine and could be routed to a dedicated external-scanner-reporter to register security findings.