mirror of https://github.com/1N3/Sn1per.git
Created Censys API Integration (markdown)
parent
33e8d373f6
commit
cf66205be1
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue