-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates boefje clearances and descriptions (#3863)
Co-authored-by: Soufyan Abdellati <[email protected]> Co-authored-by: Jan Klopper <[email protected]>
- Loading branch information
1 parent
e5dfc2b
commit d7d2669
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"id": "fierce", | ||
"name": "Fierce", | ||
"description": "Perform DNS reconnaissance using Fierce. Helps to locate non-contiguous IP space and hostnames against specified hostnames. No exploitation is performed.", | ||
"description": "Perform DNS reconnaissance using Fierce. Helps to locate non-contiguous IP space and hostnames against specified hostnames. No exploitation is performed. Beware if your DNS is managed by an external party. This boefjes performs a brute force attack against the name server.", | ||
"consumes": [ | ||
"Hostname" | ||
], | ||
"scan_level": 1 | ||
"scan_level": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"id": "pdio-subfinder", | ||
"name": "Subfinder", | ||
"description": "A subdomain discovery tool. (projectdiscovery.io)", | ||
"description": "A subdomain discovery tool. (projectdiscovery.io). Returns valid subdomains for websites using passive online sources. Beware that many of the online sources require their own API key to get more accurate data.", | ||
"consumes": [ | ||
"Hostname" | ||
], | ||
"environment_keys": [ | ||
"SUBFINDER_RATE_LIMIT", | ||
"SUBFINDER_VERSION" | ||
], | ||
"scan_level": 2 | ||
"scan_level": 1 | ||
} |