Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyL99 authored Mar 23, 2022
1 parent 4c1b000 commit acd47f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ cherrybomb --version
```
cherrybomb swagger --file <PATH> --output <PATH> --verbosity <0/1/2>
```
Or
```
cherrybomb oas --file <PATH> --output <PATH> --verbosity <0/1/2>
```
#### Output example for verbosity level 1:
![checks_table](/images/checks_table.png)
#### Output example for verbosity level 0:
Expand All @@ -56,6 +60,10 @@ cherrybomb swagger --file <PATH> --output <PATH> --verbosity <0/1/2>
```
cherrybomb swagger --file <PATH> --param-table
```
Or
```
cherrybomb oas --file <PATH> --param-table
```
#### Table output example:
![param_table](/images/param_table.png)

Expand All @@ -64,7 +72,7 @@ First, we have a mapping module that relies on HTTP logs and builds a map of the
<br />
Start mapping your logs by running
```
cherrybomb map --file <LOGS_FILE_PATH> --output <OUTPUT_FILE_NAME>
cherrybomb map --file <LOGS_FILE_PATH> --output <OUTPUT_FILE_NAME> --hint <OAS FILE NAME>
```

If you don't have an HTTP log file, but you have Burp suite logs, you are in luck, go to the scripts folder, there is a convertor script over there.
Expand Down

0 comments on commit acd47f7

Please sign in to comment.