Skip to content

Commit

Permalink
adding shodan.io api key
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b1n0 committed Jul 23, 2022
1 parent ee2f30d commit ec7c561
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c
- [Salesforce API key](#Salesforce-API-key)
- [SauceLabs Username and access Key](#SauceLabs-Username-and-access-Key)
- [SendGrid API Token](#SendGrid-API-Token)
- [Shodan.io](#Shodan-Api-Key)
- [Slack API token](#Slack-API-token)
- [Slack Webhook](#Slack-Webhook)
- [Sonarcloud](#Sonarcloud-Token)
Expand Down Expand Up @@ -826,6 +827,12 @@ A successful access token request returns a JSON object containing access_token,
curl -XPOST -H "Content-type: application/x-www-form-urlencoded" -d 'grant_type=client_credentials&client_id=<client-ID>&client_secret=<client-secret>' 'https://www.linkedin.com/oauth/v2/accessToken'
```

## [Shodan Api Key](https://developer.shodan.io/api/requirements)
```
curl "https://api.shodan.io/shodan/host/8.8.8.8?key=TOKEN_HERE"
```

# Contributing

I welcome contributions from the public.
Expand Down

0 comments on commit ec7c561

Please sign in to comment.