Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vavkamil/h1_2_nuclei
Scan any HackerOne program with Nuclei
https://github.com/vavkamil/h1_2_nuclei
Last synced: 2 months ago
JSON representation
Scan any HackerOne program with Nuclei
- Host: GitHub
- URL: https://github.com/vavkamil/h1_2_nuclei
- Owner: vavkamil
- Created: 2021-08-24T18:08:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T19:50:12.000Z (over 3 years ago)
- Last Synced: 2024-08-03T18:19:34.445Z (5 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h1_2_nuclei
Scan any HackerOne program with Nuclei
## Usage
```
$ python3 h1_2_nuclei.py -h
_ _
|_| _. _ | _ ._ / \ ._ _ ) |\ | _ | _ o
| | (_| (_ |< (/_ | \_/ | | (/_ /_ | \| |_| (_ | (/_ |usage: h1_2_nuclei.py [-h] -handle HANDLE
xx
optional arguments:
-h, --help show this help message and exit
-handle HANDLE Private program handleHave a nice day :)
```## Example
```
$ python3 h1_2_nuclei.py -handle security
_ _
|_| _. _ | _ ._ / \ ._ _ ) |\ | _ | _ o
| | (_| (_ |< (/_ | \_/ | | (/_ /_ | \| |_| (_ | (/_ |[i] Checking scope for: security
[i] Parsing scope items[i] Wildcards in scope: 1
[i] Hosts in scope: 8
[i] Hosts out of scope: 5[i] Checking subdomains with chaos
[i] Hosts in scope: 9
[i] Hosts out of scope: 5[i] Removing out of scope items
[i] Unique hosts in scope: 9
[i] Saving hosts to: targets/security/chaos_security_21-08-24.txt
[i] Resolving subdomains with httpx
[i] Output saved to: targets/security/httpx_security_21-08-24.txt[i] Number of live targets: 6
[i] Scanning targets with Nuclei
[i] Output saved to: targets/security/nuclei_security_21-08-24.txt[i] Vulnerabilities found: 0
```