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
Use the new censys sdk for better stability in API updates. As censys now returns multiple endpoints per search, we now iterate over every endpoint and create a new result. This also changes the way ip are saved in the raw response, as we dont have the problem anymore, as we have one ip per endpoint.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 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,7 +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).
198
+
Required API keys can be obtained by signing up on following platform [Shodan](https://account.shodan.io/register), [Censys](https://docs.censys.com/reference/get-started), [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).
0 commit comments