-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
265 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Source | ||
https://osint.bevigil.com | ||
|
||
### Search for keyword in s3 bucket URLs | ||
``` | ||
curl -s --location --request GET "http://osint.bevigil.com/api/<keyword>/S3-keyword" --header "X-Access-Token: <apiKey>" | ||
``` | ||
|
||
### Get subdomains | ||
``` | ||
curl --location --request GET "http://osint.bevigil.com/api/<domain>/subdomains" --header "X-Access-Token: <apiKey>" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Source | ||
https://api-docs.fullhunt.io | ||
|
||
### Get information about hoster, certificates, DNS records, open ports | ||
``` | ||
curl "https://fullhunt.io/api/v1/domain/<domain>/details" -H "X-API-KEY: <apiKey>" | ||
``` | ||
|
||
### Get subdomains | ||
``` | ||
curl "https://fullhunt.io/api/v1/domain/<domain>/subdomains" -H "X-API-KEY: <apiKey>" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Source | ||
https://buckets.grayhatwarfare.com/docs/api/v2 | ||
|
||
### Get subscription status | ||
``` | ||
curl -s --request GET --url "https://buckets.grayhatwarfare.com/api/account" --header "Authorization: Bearer <apiKey>" | ||
``` | ||
|
||
### Search for buckets that contain given string | ||
``` | ||
curl -s --request GET --url "https://buckets.grayhatwarfare.com/api/v2/files?keywords=<keyword>&start=0&limit=1000" --header "Authorization: Bearer <apiKey>" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Source | ||
https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf | ||
|
||
### Send search request for email addresses (sort 2 = most relevant items first”) | ||
``` | ||
curl -s -X POST -H "Content-Type: application/json" -H "x-key: <apiKey>" 'https://2.intelx.io/phonebook/search' --data '{"term":"<domain>","lookuplevel":0,"maxresults":1000,"timeout":null,"datefrom":"","dateto":"","sort":2,"media":0,"terminate":[]}' | ||
``` | ||
|
||
### Retreive results of given phonebook search id | ||
``` | ||
curl -s -H "x-key: <apiKey>" 'https://2.intelx.io/phonebook/search/result?id=<resultId>' | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Source | ||
https://app.tomba.io/api | ||
|
||
### Get email addresses and social media profiles | ||
``` | ||
curl -s --request GET --url "https://api.tomba.io/v1/domain-search?domain=<domain>" --header "X-Tomba-Key: <apiKeyTa>" --header "X-Tomba-Secret: <apiKeyTs>" | ||
``` | ||
|
||
### Validate email address | ||
``` | ||
curl -s --request GET --url "https://api.tomba.io/v1/email-verifier/<email>" --header "X-Tomba-Key: <apiKeyTa>" --header "X-Tomba-Secret: <apiKeyTs> | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
### Source | ||
https://github.com/blacklanternsecurity/bbot | ||
|
||
### Run passive subdomain enumeration | ||
``` | ||
bbot -t <domain> -f subdomain-enum -rf passive | ||
``` | ||
|
||
### OSINT sources without API key | ||
``` | ||
anubis | ||
certspotter | ||
crtsh | ||
digitorus | ||
dnsdumpster | ||
hackertarget | ||
leakix | ||
myssl | ||
alienvault | ||
passivetotal | ||
rapiddns | ||
riddler | ||
sitedossier | ||
threatminer | ||
urlscan | ||
waybackarchive | ||
``` | ||
|
||
### OSINT sources with API key | ||
``` | ||
bevigil | ||
binaryedge | ||
builtwith | ||
c99 | ||
censys | ||
chaos | ||
fullhunt | ||
github | ||
hunterio | ||
securitytrails | ||
shodan | ||
virustotal | ||
zoomeye | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
### Set email and username for all repositories (remove --global for current repository) | ||
### Configure email and username | ||
``` | ||
git config --global user.email "<mail>" | ||
git config --global user.name "<user>" | ||
git config user.name "r1cksec" | ||
git config user.email "[email protected]" | ||
``` | ||
|
||
### Sign files with given key | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.