Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
undefinedCody authored Feb 26, 2023
1 parent 02ad71d commit ee59248
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ Parameter ``` -u ``` is mandatory and <ins>MUST</ins> have a schema. Works with

*Optional parameters:*

🔴``` -t / --threads ``` Specify the threads used for testing. Default=5 (Example: --threads 5 )
``` -t / --threads ``` Specify the threads used for testing. Default=5 (Example: --threads 5 )

🔵``` -s / --show ``` Only show results that match the specified HTTP status code(s). (Example: --show 200,301,404)
``` -s / --show ``` Only show results that match the specified HTTP status code(s). (Example: --show 200,301,404)

🔵``` -x / --hide``` Hide results that match the specified HTTP status code(s). (Example: --hide 401,503)
```-x / --hide``` Hide results that match the specified HTTP status code(s). (Example: --hide 401,503)

🟢``` --common ``` Test the 9 common HTTP methods. DEFAULT (Example: --common)
``` --common ``` Test the 9 common HTTP methods. <b>DEFAULT</b> (Example: --common)

🟢``` --all ``` Test all the available HTTP methods. (Example: --all)
``` --all ``` Test all the available HTTP methods. (Example: --all)

🟠``` -i / --ignore-ssl``` Ignore SSL errors.
``` -i / --ignore-ssl``` Ignore SSL errors.

``` --save ``` Save the result to a file named result.txt next to tampermap.py file

🟡``` --save ``` Save the result to a file named result.txt next to tampermap.py file

Options in blue and green <ins>cannot</ins> be used together.

___
# *Additional information:*
Expand Down

0 comments on commit ee59248

Please sign in to comment.