top of page

Snoop: Tool Osint para Niknames

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

 Snoop es una herramienta osint que "busca" nicknames



Descripción

Esta herramienta simplemente busca nicknames en mas de 3000 paginas y crea un informe con links.


Características

- Facil de instalar

- Facil de ejecutar

- Sin mucha historia.

- Crea informe con links para ingresar a ese perfil



Instalación

Para instalar recomiendo leer siempre el README, en este caso lo tiene en varios idiomas.


""""""

tar -zxvf V1.3.8_7_July_2023.tar.gz    

cd snoop-1.3.8_7_July_2023/

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


Me sorprendió lo fácil y rápido que encuentra todo, lo probe con varios perfiles, incluso encontré búsquedas sobre mi que no sabia que tenia.


Le doy 5 de 5👌



bottom of page