Projects STRLCPY BountyIt Commits 3981f171
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 7 lines
    8 8  </h1>
    9 9   
    10 10  ## What is BountyIt ?
    11  -A fuzzer made in golang for finding issues like xss, lfi, rce, ssti...comes with pre-defined signatures and signatures wordlist that's it!
     11 +A fuzzer made in golang for finding issues like xss, lfi, rce, ssti...comes with pre-defined signatures and signatures wordlist that detects issues using change in content lenght and verify it using signatures.
    12 12   
    13 13  ## Help
    14 14  ```
    skipped 37 lines
    52 52  ```plain
    53 53  cat http_https.txt | BountyIt -t 70 -method "POST" -p payloads.txt -grep signatures.txt
    54 54  ```
     55 +Add header if required
     56 +```plain
     57 +cat http_https.txt | BountyIt -t 70 -header "Cookie: session=311x1211sx4..." -p payloads.txt -grep signatures.txt
     58 +```
     59 + 
    55 60  - Note:
    56 61   Check wordlist dir for signatures.txt and basic fuzzing list for basic ssti, rce, lfi.
     62 + Make sure to add -verify as potential issues create false positive.
    57 63   
    58 64  ## Screenshot
    59 65  ![1414](https://github.com/Shivangx01b/LfiMe/blob/main/static/run.PNG)
    skipped 5 lines
Please wait...
Page is in error, reload to recover