Skip to content

Commit

Permalink
Merge pull request #18 from CyberRoute/refactor
Browse files Browse the repository at this point in the history
adding js extension and enable https
  • Loading branch information
CyberRoute authored Oct 20, 2023
2 parents 494be9a + 329248e commit e4e8586
Show file tree
Hide file tree
Showing 5 changed files with 9,664 additions and 65 deletions.
4 changes: 4 additions & 0 deletions cmd/bruter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ func main() {

for index, payload := range list {
index += shift

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

progress := 100 * float32(index) / float32(total)
queue.Add(async.Job(&workerContext{
Mu: &app.Mu,
Expand Down
Loading

0 comments on commit e4e8586

Please sign in to comment.