Sign inSign up

bodane/osint

By bodane

Updated about 2 years ago

OSINT tools: blackbird, intelx.io(cli), sherlock, spiderfoot

Image
Security
0

422

bodane/osint repository overview

Run

docker run -ti --name osint -p 5001:5001 bodane/osint:latest

Blackbird

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

Intelx.io (need an account)

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

Sherlock

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

Spiderfoot

Run web service and operate Spiderfoot from your web browser :)

cd /osint/spiderfoot
python3 ./sf.py -l 0.0.0.0:5001
  1. Browser to: http://localhost:5001
  2. For OSINT passive recon, ensure to run all scans with "Passive" mode.

https://github.com/smicallef/spiderfoot

Tag summary

Content type

Image

Digest

sha256:aaf11e16a

Size

610.7 MB

Last updated

about 2 years ago

docker pull bodane/osint