Skip to content

Commit

Permalink
limiting to js extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Oct 19, 2023
1 parent c2336a9 commit 59c8235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/bruter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ func main() {
index += shift

// Replace %EXT% with extensions
payload = strings.ReplaceAll(payload, "%EXT%", "php")
payload = strings.ReplaceAll(payload, "%EXT%", "html")
payload = strings.ReplaceAll(payload, "%EXT%", "js")

progress := 100 * float32(index) / float32(total)
Expand Down

0 comments on commit 59c8235

Please sign in to comment.