GitBook: [#3399] No subject

This commit is contained in:
CPol 2022-08-16 17:59:28 +00:00 committed by gitbook-bot
parent ba432c99ea
commit fee55780f1
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -300,6 +300,14 @@ shodan domain <domain>
shodan search "http.html:help.domain.com"
```
* ****[**Censys subdomain finder**](https://github.com/christophetd/censys-subdomain-finder)****
```
export CENSYS_API_ID=...
export CENSYS_API_SECRET=...
python3 censys-subdomain-finder.py tesla.com
```
#### For bug hunters: [**chaos.projectdiscovery.io**](https://chaos.projectdiscovery.io/#/)
This project offers for **free all the subdomains related to bug-bounty programs**. You can access this data also using [chaospy](https://github.com/dr-0x0x/chaospy) or even access the scope used by this project [https://github.com/projectdiscovery/chaos-public-program-list](https://github.com/projectdiscovery/chaos-public-program-list)