Created Censys API Integration (markdown)

xer0dayz 2019-03-17 09:44:07 -07:00
parent 33e8d373f6
commit cf66205be1
1 changed files with 15 additions and 0 deletions

15
Censys-API-Integration.md Normal file

@ -0,0 +1,15 @@
To integrate Censys sub-domain retrieval into Sn1per, edit your ~/.sniper.conf file and enter the appropriate values for the following:
```
# API KEYS
CENSYS_APP_ID=""
CENSYS_API_SECRET=""
```
These can be found by logging into Censys and viewing the ID and Secret from your profile settings.
Note: This only works under "recon" mode scans (ie. -re switch):
```
sniper -t example.com -re -w example.com
```