Skip to content

Instantly share code, notes, and snippets.

@remonsec
Last active October 18, 2024 03:52
Show Gist options
  • Save remonsec/35ca438e9450dbac350eebef5208deb7 to your computer and use it in GitHub Desktop.
Save remonsec/35ca438e9450dbac350eebef5208deb7 to your computer and use it in GitHub Desktop.

Revisions

  1. remonsec revised this gist Sep 25, 2021. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions MASS-FUZZ
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,8 @@ ffuf -w common.txt:FUZZ -w ~/bb/target/httpx.txt:URL -u URLFUZZ -mc 200 -of csv
    ===[ See The Result ]===
    cat ffuf-result.txt | awk -F ',' '{print $3}'

    N.B: wordlist have '/' at beginning
    Example: /.git
    N.B: My wordlist have '/' at beginning
    Example: /.git

    If your wordlist start with '.git'
    use like this -u URL/FUZZ
  2. remonsec revised this gist Sep 25, 2021. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion MASS-FUZZ
    Original file line number Diff line number Diff line change
    @@ -1 +1,8 @@
    ffuf -w common.txt:FUZZ -w ~/bb/target/httpx.txt:URL -u URLFUZZ -mc 200 -of csv -o ffuf-result.txt
    ===[ Start Fuzzing ]===
    ffuf -w common.txt:FUZZ -w ~/bb/target/httpx.txt:URL -u URLFUZZ -mc 200 -of csv -o ffuf-result.txt

    ===[ See The Result ]===
    cat ffuf-result.txt | awk -F ',' '{print $3}'

    N.B: wordlist have '/' at beginning
    Example: /.git
  3. remonsec created this gist Sep 25, 2021.
    1 change: 1 addition & 0 deletions MASS-FUZZ
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffuf -w common.txt:FUZZ -w ~/bb/target/httpx.txt:URL -u URLFUZZ -mc 200 -of csv -o ffuf-result.txt