Projects STRLCPY BountyIt Commits fc1d2b3e
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 11 lines
    12 12   
    13 13  ## Help
    14 14  ```
     15 + -grep string
     16 + Specify custom grepping singantures. Ex -grep singantures.txt
    15 17   -method string
    16 18   Add method name if required. Ex: -method PUT. Default "GET" (default "GET")
    17 19   -p string
    skipped 2 lines
    20 22   Number of workers to use..default 40. Ex: -t 50 (default 40)
    21 23   -verify
    22 24   Only prints confirmed results. Ex -verify
     25 + 
    23 26  ```
    24 27   
    25 28  ## How to Install
    26 29   
    27 30  ```
    28  -$ go get -u -v github.com/shivangx01b/LfiMe
     31 +$ go get -u -v github.com/shivangx01b/BountyIt
    29 32  ```
    30 33  ## Usage
    31 34   
    32 35  Single Url
    33 36  ```plain
    34  -echo "https://example.com" | LfiMe
     37 +echo "https://example.com" | BountyIt
    35 38  ```
    36 39  Multiple Url
    37 40  ```plain
    38  -cat http_https.txt | LfiMe -t 70 -p payloads.txt
     41 +cat http_https.txt | BountyIt -t 70 -p payloads.txt -verify
    39 42  ```
    40 43  Add another method if required
    41 44  ```plain
    42  -cat http_https.txt | LfiMe -t 70 -method "POST" -p payloads.txt
     45 +cat http_https.txt | LfiMe -t 70 -method "POST" -p payloads.txt -grep signatures.txt
    43 46  ```
    44 47   
    45 48  ## Screenshot
    46  -![1414](https://github.com/Shivangx01b/CorsMe/blob/master/static/action.png)
     49 +![1414](https://github.com/Shivangx01b/CorsMe/blob/master/run.PNG)
    47 50   
    48 51  ## Note:
    49 52   
    skipped 4 lines
Please wait...
Page is in error, reload to recover