Skip to content

Instantly share code, notes, and snippets.

@jhaddix
Created March 8, 2023 20:48
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jhaddix/13cd7fdb631277795a73353a09f3a799 to your computer and use it in GitHub Desktop.
Save jhaddix/13cd7fdb631277795a73353a09f3a799 to your computer and use it in GitHub Desktop.
Axiom ffuf module to scan one host vertically
[{
"command":"/home/op/go/bin/ffuf -w input -rate 8 -of csv -o _output_/_cleantarget_ -ac -u ",
"ext":"csv",
"threads":"10"
}]
@jhaddix
Copy link
Author

jhaddix commented Mar 8, 2023

Run as:

axiom-scan {wordlist_to_be_distributed_path} --fleet "jarvis*" -m ffufone https://www.tesla.com/FUZZ -o test.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment