p1ngul1n0 / blackbird

An OSINT tool to search for accounts by username and email in social networks.
https://p1ngul1n0.gitbook.io/blackbird/
2.67k stars 337 forks source link

Blackbird web no work #96

Open TrunksDeDBZ opened 2 months ago

TrunksDeDBZ commented 2 months ago

Good morning, I can no longer access the site https://blackbird-osint.herokuapp.com/ for a while it has been written "maintenance" can you solve the problem

p1ngul1n0 commented 2 months ago

Hi @TrunksDeDBZ,

The site is currently offline as I am in the process of developing a new and improved version. This new site will offer enhanced features and greater accuracy. I will publish an update as soon as the new site is available.

In the mean time you still can use the old site, just use the old-version repo and run it with python blackbird.py --web

Thanks for reaching out.

TrunksDeDBZ commented 2 months ago

Hi, @p1ngul1n0

I appreciate your work and you have all my support, thank you very much.

FranzWaismayer commented 2 months ago

An alle Ich habe blackbird nach Vorgabe installiert. Bei einer Anfrage bekomme ich nachfolgende Fehlermeldung: blackbird

ZeroFeetAway commented 1 month ago

Die Fehlermeldung, die du erhältst, zeigt an, dass das reportlab-Modul fehlt. reportlab ist eine Python-Bibliothek, die zum Erstellen von PDFs verwendet wird.

Um dies zu beheben, musst du das reportlab-Paket installieren. Du kannst dies mit pip, dem Python-Paketmanager, tun. Hier ist, wie du es installieren kannst:

Öffne ein Terminalfenster.

Führe den folgenden Befehl aus, um reportlab zu installieren: bash

pip install reportlab

Nachdem die Installation abgeschlossen ist, versuche, dein Skript erneut auszuführen. Das sollte den ModuleNotFoundError beheben und dein Skript sollte ohne Fehler laufen.

FranzWaismayer commented 1 month ago

blackbird_1

jetzige Fehlermeldung

p1ngul1n0 commented 1 month ago

The issue arises because Python lacks write permissions for the Blackbird directories. To resolve this, run the following command:

chmod -R 777 blackbird

Additionally, I recommend opening a new issue, as this one is unrelated to your current problem.

FranzWaismayer commented 1 month ago

es funktioniert

47silverfox47 commented 5 days ago

New to this, how do I use it?