You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,8 @@ shodan:
135
135
- SHODAN_API_KEY_1
136
136
- SHODAN_API_KEY_2
137
137
censys:
138
-
- CENSYS_API_ID_1:CENSYS_API_SECRET_1
139
-
- CENSYS_API_ID_2:CENSYS_API_SECRET_2
138
+
- CENSYS_API_TOKEN_1:CENSYS_ORGANIZATION_ID_1
139
+
- CENSYS_API_TOKEN_2:CENSYS_ORGANIZATION_ID_2
140
140
fofa:
141
141
- FOFA_EMAIL_1:FOFA_KEY_1
142
142
- FOFA_EMAIL_2:FOFA_KEY_2
@@ -178,8 +178,8 @@ alternatively you can also set the API key as environment variable in your bash
178
178
179
179
```yaml
180
180
export SHODAN_API_KEY=xxx
181
-
export CENSYS_API_ID=xxx
182
-
export CENSYS_API_SECRET=xxx
181
+
export CENSYS_API_TOKEN=xxx
182
+
export CENSYS_ORGANIZATION_ID=xxx
183
183
export FOFA_EMAIL=xxx
184
184
export FOFA_KEY=xxx
185
185
export QUAKE_TOKEN=xxx
@@ -195,15 +195,7 @@ export ONYPHE_API_KEY=xxx
195
195
export DRIFTNET_API_KEY=xxx
196
196
```
197
197
198
-
Required API keys can be obtained by signing up on following platform [Shodan](https://account.shodan.io/register), [Censys](https://censys.io/register), [Fofa](https://fofa.info/toLogin), [Quake](https://quake.360.net/quake/#/index), [Hunter](https://user.skyeye.qianxin.com/user/register?next=https%3A//hunter.qianxin.com/api/uLogin&fromLogin=1), ZoomEye [china](https://api.zoomeye.org) - [worldwide](https://api.zoomeye.hk), [Netlas](https://app.netlas.io/registration/), [CriminalIP](https://www.criminalip.io/register), [Publicwww](https://publicwww.com/profile/signup.html), Google [[1]](https://developers.google.com/custom-search/v1/introduction#identify_your_application_to_google_with_api_key),[[2]](https://programmablesearchengine.google.com/controlpanel/create), [Onyphe](https://search.onyphe.io/signup) and [Driftnet](https://driftnet.io/auth?state=signup).
199
-
200
-
### ZoomEye API
201
-
202
-
Before conducting any scans, please ensure you are using the correct host to comply with geographical access restrictions of the ZoomEye API:
203
-
204
-
-**zoomeye.org** is exclusively for users within China.
205
-
-**zoomeye.hk** is for users outside China (this is default if no host provided).
206
-
198
+
Required API keys can be obtained by signing up on following platform [Shodan](https://account.shodan.io/register), [Censys](https://censys.io/register), [Fofa](https://fofa.info/toLogin), [Quake](https://quake.360.net/quake/#/index), [Hunter](https://user.skyeye.qianxin.com/user/register?next=https%3A//hunter.qianxin.com/api/uLogin&fromLogin=1), [ZoomEye](https://www.zoomeye.ai), [Netlas](https://app.netlas.io/registration/), [CriminalIP](https://www.criminalip.io/register), [Publicwww](https://publicwww.com/profile/signup.html), Google [[1]](https://developers.google.com/custom-search/v1/introduction#identify_your_application_to_google_with_api_key),[[2]](https://programmablesearchengine.google.com/controlpanel/create), [Onyphe](https://search.onyphe.io/signup) and [Driftnet](https://driftnet.io/auth?state=signup).
flagSet.StringSliceVarP(&options.AwesomeSearchQueries, "awesome-search-queries", "asq", nil, "use awesome search queries to discover exposed assets on the internet (example: -asq 'jira')", goflags.FileStringSliceOptions),
0 commit comments