OSINT tools: blackbird, intelx.io(cli), sherlock, spiderfoot
422
docker run -ti --name osint -p 5001:5001 bodane/osint:latest
cd /osint/blackbird
Search username
python3 blackbird.py --username <username1> <username2>
Search email
python3 blackbird.py --email <[email protected]> <[email protected]>
https://github.com/p1ngul1n0/blackbird
cd /osint/intelx-sdk/Python/scripts
Search
intelx.py -search <string> -apikey <key>
Download a search result to file
intelx.py -download <id> -bucket <bucket.delimited.by.dots> -name filename.txt -apikey <key>
Get API key here -> https://intelx.io/account?tab=developer
https://github.com/IntelligenceX/SDK/blob/master/Python/README.md#usage
Run with one or more users.
sherlock user1 user2
Force use of a local data file if getting an error.
sherlock user1 user2 -l -j /osint/sherlock/sherlock_project/resources/data.json
https://github.com/sherlock-project/sherlock
Run web service and operate Spiderfoot from your web browser :)
cd /osint/spiderfoot
python3 ./sf.py -l 0.0.0.0:5001
Content type
Image
Digest
sha256:aaf11e16a…
Size
610.7 MB
Last updated
about 2 years ago
docker pull bodane/osint