🐇
CheatSheet
Ctrlk
  • Inicio
  • Web Site
  • API
    • Recolección de Informacion
      • Directorios
      • OSINT
      • Enumeracion en Endpoints
    • Busqueda de Vulnerabilidades
  • Mobile
  • Miscelanio
  • Post Explotación
  • Configuraciones Burpsuite
Powered by GitBook
On this page
  • Motores de busqueda
  • Postman Publicos
  • Way Back URLs
  • Gau
  • Repositorios publicos de GitHub
  • AMASS
  1. API
  2. Recolección de Informacion

OSINT

Motores de busqueda

Google Dorks

Shodan

Duck Duck Go

Bing

Postman Publicos

site:postman.com inurl:(workspace & overview) intext:"KEYWORD"

Way Back URLs

echo 'site.com' | waybackurls | tee site.urls
LogoGitHub - tomnomnom/waybackurls: Fetch all the URLs that the Wayback Machine knows about for a domainGitHub

Gau

gau --o site.urls site.com
LogoGitHub - lc/gau: Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.GitHub

Repositorios publicos de GitHub

./gitgot.py -q example.com
LogoGitHub - BishopFox/GitGot: Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.GitHub
LogoGitHub - techgaun/github-dorks: Find leaked secrets via github searchGitHub

AMASS

LogoGitHub - owasp-amass/amass: In-depth attack surface mapping and asset discoveryGitHub

Last updated 1 year ago