Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Feb 6, 2024
1 parent f8b6f2f commit 78f3837
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,26 +140,33 @@ secator --help
![](images/help.png)


### Running secator
### Usage examples

Run a fuzzing task (`ffuf`):

```sh
secator x ffuf http://testphp.vulnweb.com/FUZZ
```

Run a port scan:
Run a url crawl workflow:

```sh
secator w port_scan mydomain.com
secator w url_crawl http://testphp.vulnweb.com
```

Run a full host scan:
Run a host scan:

```sh
secator s host mydomain.com
```

and more... to list all tasks / workflows / scans that you can use:
```sh
secator x --help
secator w --help
secator s --help
```

## Learn more

To go deeper with `secator`, check out:
Expand Down

0 comments on commit 78f3837

Please sign in to comment.