Skip to content

Commit

Permalink
Added one-liner to find SSTI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnoob4 committed Oct 19, 2020
1 parent a5d4a22 commit 7aa332f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SSTI_One-liner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SSTI_One-liner

```waybackurls target.com | grep '=' | qsreplace "bounty{{5*5}}" | httpx -match-regex 'bounty25' -threads 300 -http-proxy http://127.0.0.1:8080/ ```

This one-liner will help you to find **SSTI**


0 comments on commit 7aa332f

Please sign in to comment.