A gui Edition of the OSINT tool blackbird.
To install simply clone blackbirds repo from here you may install crow by cloning it or downloading the files from this repo and placing them inside blackbirds root directory. Can also check the releases page; will list some fixes there.
In one command:
git clone https://github.com/p1ngul1n0/blackbird.git && git clone https://github.com/airborne-commando/crow.git && mv crow/*.txt ./blackbird/ && mv crow/*.py ./blackbird/ && cd ./blackbird/ && python3 -m venv venv && source venv/bin/activate && pip3 install -r requirements.txt && pip3 install -r requirements_GUI.txt
Having issues with the install on arch?
Assuming you have yay installed.
yay -S python311
Or for python 3.12
yay -S python312
python311
git clone https://github.com/p1ngul1n0/blackbird.git && git clone https://github.com/airborne-commando/crow.git && mv crow/*.txt ./blackbird/ && mv crow/*.py ./blackbird/ && cd ./blackbird/ && python3.11 -m venv venv && source venv/bin/activate && pip3 install -r requirements.txt && pip3 install -r requirements_GUI.txt
python312
git clone https://github.com/p1ngul1n0/blackbird.git && git clone https://github.com/airborne-commando/crow.git && mv crow/*.txt ./blackbird/ && mv crow/*.py ./blackbird/ && cd ./blackbird/ && python3.12 -m venv venv && source venv/bin/activate && pip3 install -r requirements.txt && pip3 install -r requirements_GUI.txt
You may have to change
pillow to pillow==10.4.0 inside requirements.txt
Any other issue(s) need to be addressed at blackbirds repo
after that's finished feel free to run:
python3 crow.py
Hudson email search:
- Search an email for hudson rock to see if it's been assocated with an infected computer.
- Save and search functions to continue an OSINT in JSON formatting
-
contents of the saved json file, example:
{ "hudson_email_input": "", "username_input": "manvirdi2000", "email_input": "manvirdi2000@gmail.com", "permute_checkbox": true, "permuteall_checkbox": true, "no_nsfw_checkbox": true, "proxy_input": "127.0.0.1", "timeout_spinbox": 30, "no_update_checkbox": true, "csv_checkbox": true, "pdf_checkbox": true, "verbose_checkbox": true, "dump_checkbox": true, "instagram_session_id": "", "filter": "cat=social" }
As for the instagram session ID; I'd probably recommend using a fake instagram account if you can that way you don't get locked out of your main. However you may be already aware of that.