top of page

Postal: Tool email Osint

  • K
  • 31 jul 2024
  • 2 Min. de lectura

Poastal es una herramienta osint email que verifica si existe en redes



Descripción

Poastal es una herramienta de correo electrónico OSINT que proporciona información valiosa sobre cualquier dirección de correo electrónico. Se puede introducir fácilmente una dirección de correo electrónico y responderá rápidamente a varias preguntas, proporcionándote información.


Características

- Determine el nombre de la persona que tiene el correo electrónico.

- Compruebe si el correo electrónico se puede entregar o no.

- Averigua si el correo electrónico es desechable o no.

- Identifica si el correo electrónico se considera spam.

- Comprueba si el correo electrónico está registrado en plataformas populares como Facebook, Twitter, Snapchat, Parler, Rumble, MeWe, Imgur, Adobe, Wordpress y Duolingo.



Instalación

Para instalar leer el README, aunque te muestra un error si no tenes instalado python3 venv.


cd poastal
pip3 install -r requirements.txt

Si muestra un error como el siguiente



pip3 install -r requirements.txt 

          

error: externally-managed-environment

× This environment is externally managed

╰─> To install Python packages system-wide, try apt install

    python3-xyz, where xyz is the package you are trying to

    install.

    

    If you wish to install a non-Debian-packaged Python package,

    create a virtual environment using python3 -m venv path/to/venv.

    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make

    sure you have python3-full installed.

    

    If you wish to install a non-Debian packaged Python application,

    it may be easiest to use pipx install xyz, which will manage a

    virtual environment for you. Make sure you have pipx installed.

    

    See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.

hint: See PEP 668 for the detailed specification



Seguramente tendrás que instalar python3 venv


Entonces:


sudo apt update
sudo apt install python3 python3-venv
sudo apt install virtualenv python3-virtualenv
python3 -m venv PoneUnNombre 

Donde coloque PoneUnNombre le podes poner lo que quieras, ostin, testing, prueba, lo que quieras, es el nombre de la carpeta


ls PoneUnNombre
source PoneUnNombre/bin/activate

Dentro de este directorio clonas el repositorio de GitHub


Resumen


No es nada del otro mundo, pero como siempre digo, hay que hacerla. Solo valida si existe la cuenta y devuelve la info. Muestra si tenes alguna imagen y fin. No podes buscar en mas paginas, a menos que toques el codigo.. pero seria otra cosa.


Sirve para un reconocimiento basico de alguna cuenta que queríamos investigar, pero no mucho mas.


Le doy 2 de 5👌


bottom of page