-
-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added threads option inside of oneshot modules, now you dont need to …
…do --threads when running subfinder
- Loading branch information
pry
authored and
pry
committed
Jan 20, 2021
1 parent
4c65a3f
commit 28e7a58
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[{ | ||
"command":"/home/op/go/bin/ffuf -w _wordlist_ -u '_target_/FUZZ' -of csv -o _output_/$RANDOM.txt -ac", | ||
"wordlist":"~/lists/pry-web-quick.txt", | ||
"wordlist":"/home/op/lists/seclists/Discovery/Web-Content/big.txt", | ||
"ext":"csv", | ||
"threads":"1" | ||
}] |