Projects STRLCPY BountyIt Commits 1def58d5
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 9 lines
    10 10  ## What is LfiMe ?
    11 11  A local file inclusion fuzzer made in golang that's it !
    12 12   
     13 +## Help
     14 +```
     15 + -method string
     16 + Add method name if required. Ex: -method PUT. Default "GET" (default "GET")
     17 + -p string
     18 + Feed the list of payloads to fuzz. Ex: -p ~/wordlists/lfi.txt
     19 + -t int
     20 + Number of workers to use..default 40. Ex: -t 50 (default 40)
     21 + -verify
     22 + Only prints confirmed results. Ex -verify
     23 +```
     24 + 
    13 25  ## How to Install
    14 26   
    15 27  ```
    skipped 26 lines
Please wait...
Page is in error, reload to recover