Skip to content

Commit

Permalink
Give new probes sensible names
Browse files Browse the repository at this point in the history
  • Loading branch information
albinowax committed Aug 7, 2024
1 parent 712b0f2 commit bf6b3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ public void registerExtenderCallbacks(final IBurpExtenderCallbacks callbacks) {
new NormalisedPathScan("normalised path");
new RailsUtmScan("rails param cloaking scan");
new HeaderMutationScan("identify header smuggling mutations");
new Lenscrack("Detect open reverse proxy");
new Lensmine("Identify proxyable destinations");
new TimeInjector("Time injector");
new Lenscrack("Detect scoped-SSRF");
new Lensmine("Find internal targets");
new TimeInjector("Detect server-side injection");

new BulkScanLauncher(BulkScan.scans);

Expand Down

0 comments on commit bf6b3ea

Please sign in to comment.