Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README for --sub flag #33

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ options:
-v, --verbose print debug logs
-aws AWS_PROFILES, --aws_profiles AWS_PROFILES
List of comma separated aws profiles for Route53
--sub Subdomain to onboard and scan

```

Expand Down Expand Up @@ -216,6 +217,11 @@ mantis onboard -o org_name -t 203.0.113.0/24
mantis onboard -o org_name -f input.txt
```

### Add a new subdomain to existing org
```shell
mantis onboard -o org_name -t subdomain.example.in --sub
```

### Scan on all assets belonging to an organisation

Now that you have onboarded, you just need to run scheduled scans for an org, you can just use the scan mode
Expand All @@ -230,6 +236,11 @@ mantis scan -o org_name
mantis scan -o org_name -a app_name
```

### Scan an existing subdomain for an org

```shell
mantis scan -o org_name --sub subdomain.example.in
```

## How to contribute ?

Expand Down
Loading