Skip to content

Commit

Permalink
docs: tidy up intro comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Jul 18, 2024
1 parent 9d6c7e3 commit 58f901c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Filter/Proxy/HTTP/HighlightParamMinerTargets.bambda
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Filters non-empty 200 response classes
* Filters non-empty 200 json-based response classes which can be used to find easy routes to attack with the paramminer guess json params and a custom wordlist, ie:
*
* // Use `cat your-oas-api-spec-doc.json | jq -r '.components.schemas.[].properties? | keys? | .[]' | sort -u > json-wordlist.txt` to create a wordlist prior to attacking endpoints with paramminer
// $ cat your-oas-api-spec-doc.json | jq -r '.components.schemas.[].properties? | keys? | .[]' | sort -u > json-wordlist.txt
*
* @author GangGreenTemperTatum (https://github.com/GangGreenTemperTatum)
**/
Expand Down

0 comments on commit 58f901c

Please sign in to comment.