Showing posts with label Information gathering. Show all posts
Showing posts with label Information gathering. Show all posts

Descarga Getcontact - Encuentra información de cualquiera a través de su número telefónico


Este proyecto le permite obtener información sobre la persona por su número de teléfono. Después de descompilar la aplicación GetContact, creé una API simple para obtener información directamente sin instalar esta aplicación. Desafortunadamente, la aplicación envía sus contactos desde el notebook del teléfono inteligente a la base de datos pública, pero este problema no ocurre usando este script :)

Cómo obtener claves Si el script no se ejecuta correctamente, intente actualizar la información del token en el archivo dump / tokens.yaml. O si desea ejecutar con una cuenta Premium, ingrese sus datos de autenticación en este archivo. Requisitos: Android con derechos ROOT. Abrir en el administrador de archivos del teléfono 

/data/data/app.source.getcontact/shared_prefs/GetContactSettingsPref.xml 
Clave AES: 
FINAL_KEY 
token: TOKEN 
exp: PRIVATE_KEY

Descarga Tik Tok OSINT - Recupera información de un usuario especifico de tik tok


Esta sencilla pero poderosa aplicación te muestra la siguiente información de cualquier usuario en la red social Tik tok:


Nombre de perfil
Imagen de perfil
Seguidores
Siguiendo
Bio datos
Verificación booleana
Recuento de fans
Me gusta
Video Count
ID de usuario

USO

python3 tiktokOSINT.py --username USERNAMEHERE --downloadProfilePic


Descarga Billcipher - Recopilación de información a partir de una dirección web o IP


Herramienta de recopilación de información para un sitio web o dirección IP, use algunas ideas de Devploit. BillCipher puede funcionar en cualquier sistema operativo si tienen y admiten Python 2, Python 3 y Ruby.

Instalación

sudo apt update && sudo apt install ruby python python-pip python3 python3-pip
sudo apt install httrack whatweb
git clone https://github.com/GitHackTools/BillCipher
cd BillCipher
pip install -r requirements.txt
pip3 install -r requirements.txt
python3 billcipher.py

¿Que puedo hacer con el?

DNS Lookup
Whois Lookup
GeoIP Lookup
Subnet Lookup
Port Scanner
Page Links
Zone Transfer
HTTP Header
Host Finder
IP-Locator
Find Shared DNS Servers
Get Robots.txt
Host DNS Finder
Reserve IP Lookup
Email Gathering (use Infoga)
Subdomain listing (use Sublist3r)
Find Admin login site (use Breacher)
Check and Bypass CloudFlare (use HatCloud)
Website Copier (use httrack) NEW!
Host Info Scanner (use WhatWeb) NEW!


Descarga Sherlock - Encuentra nombres de usuario en las redes sociales



Busque cuentas de redes sociales por nombre de usuario en las redes sociales.

Instalación

git clone https://github.com/sherlock-project/sherlock.git
cd sherlock
python3 -m pip install -r requirements.txt

Uso

python3 sherlock.py --help
usage: sherlock.py [-h] [--version] [--verbose] [--rank]
                   [--folderoutput FOLDEROUTPUT] [--output OUTPUT] [--tor]
                   [--unique-tor] [--csv] [--site SITE_NAME]
                   [--proxy PROXY_URL] [--json JSON_FILE]
                   [--proxy_list PROXY_LIST] [--check_proxies CHECK_PROXY]
                   [--timeout TIMEOUT] [--print-found]
                   USERNAMES [USERNAMES ...]

-------------------------------------------------------------------------------------------------------------------------

  USERNAMES             One or more usernames to check with social networks.

optional arguments:
  -h, --help            show this help message and exit
  --version             Display version information and dependencies.
  --verbose, -v, -d, --debug
                        Display extra debugging information and metrics.
  --rank, -r            Present websites ordered by their Alexa.com global
                        rank in popularity.
  --folderoutput FOLDEROUTPUT, -fo FOLDEROUTPUT
                        If using multiple usernames, the output of the results
                        will be saved to this folder.
  --output OUTPUT, -o OUTPUT
                        If using single username, the output of the result
                        will be saved to this file.
  --tor, -t             Make requests over Tor; increases runtime; requires
                        Tor to be installed and in system path.
  --unique-tor, -u      Make requests over Tor with new Tor circuit after each
                        request; increases runtime; requires Tor to be
                        installed and in system path.
  --csv                 Create Comma-Separated Values (CSV) File.
  --site SITE_NAME      Limit analysis to just the listed sites. Add multiple
                        options to specify more than one site.
  --proxy PROXY_URL, -p PROXY_URL
                        Make requests over a proxy. e.g.
                        socks5://127.0.0.1:1080
  --json JSON_FILE, -j JSON_FILE
                        Load data from a JSON file or an online, valid, JSON
                        file.
  --proxy_list PROXY_LIST, -pl PROXY_LIST
                        Make requests over a proxy randomly chosen from a list
                        generated from a .csv file.
  --check_proxies CHECK_PROXY, -cp CHECK_PROXY
                        To be used with the '--proxy_list' parameter. The
                        script will check if the proxies supplied in the .csv
                        file are working and anonymous.Put 0 for no limit on
                        successfully checked proxies, or another number to
                        institute a limit.
  --timeout TIMEOUT     Time (in seconds) to wait for response to requests.
                        Default timeout of 60.0s.A longer timeout will be more
                        likely to get results from slow sites.On the other
                        hand, this may cause a long delay to gather all
                        results.
  --print-found         Do not output sites where the username was not found.


Descarga Stardox - Encuentra información sensible en github


Stardox es una herramienta avanzada de recopilación de información de github. Recolecta información de Github y la muestra en una vista de árbol de lista. Se puede utilizar para recopilar información de los detalles de los followers de estrellas de su repositorio o el de alguien cualquiera.

Instalación

git clone https://github.com/0xprateek/stardox
cd stardox
pip install -r requirements.txt

Por consola

git clone https://github.com/0xprateek/stardox
cd stardox

python ./setup.py install

Uso:

stardox.py [-h] [-r RURL] [-v] [-s [path]] [-e]

Argumentos opcionales:

 -h, --help            show this help message and exit
 -r RURL, --rURL RURL  Path to repository.
 -v, --verbose         Verbose
 -s [path], --save [path]
                       Save the doxed data in a csv file. By default, saved
                       at Desktop.
 -e, --email           Fetch only emails of stargazers.