🎃
Jackmeister's Playbook
  • Welcome
  • Web Pentest
    • Mind Maps
    • Server Site Attacks
      • php type juggling
      • SSTI
      • SQL
        • PSG SQL
        • SQL Database Uses
        • SQL Injection
        • Blind SQL injection
        • SQLITE injection
      • psy shell
    • Recon
      • DNS Hunting
      • Web Tech Hunting
      • Credentials Harvesting
      • Subdomain Hunting
      • Javascript Hunting
    • Directory Brute Forcing
    • File Upload Tricks
      • PHP htaccess and ASP web.config bypass
      • PHP Exiftool edit and upload
      • PHP Extensions payloads / Cheatsheet
      • PHP disable_functions bypass
    • Client Site Attacks
      • Case Study - XSS-GPT
      • XSS
        • XSS All in one
        • XSS cookie stealing
        • Payloads / Cheatsheet
      • Javascript Crafting
      • PDF
    • CMS / Framework
      • apache / xampp
      • Django
      • Manegto
      • Joomla
      • Jenkins
      • Flask jinja2
      • tomcat
      • Drupal
      • nodejs
      • wordpress
    • Google Dorking
    • API
    • Command Injection
      • Command Injection Payloads/Cheatsheet
    • Rewrite URL
    • HTTP Request Smuggling (CL.TE)
  • Network Pentest
    • Linux
      • Internal Port Scanning
      • Privileges Escalation
      • Finding files
      • OVA2ROOT
    • Window
      • AV Evading
      • Chrome Password Extract
      • Internal Port Scanning
      • Privileges Escalation
      • ALL IN ONE
      • THM Priv Esc
      • Post Compromise
    • Port Forwarding
      • Playground Setup
    • Exploit Hunting
      • Searchsploit
    • tty-interactive-shell
    • Active Directory (AD)
      • Crackmapexec
  • Wireless Pentest
    • Airgeddon
    • Evil Twin
    • Aircrack
  • Vulnerability Assessment
    • Nmap
    • Nessus
  • General
    • Kiosk Escaping
    • Credential Bruteforcing
  • System Hardening
  • Phishing
    • Gophish
    • Mailing Server
    • SMS Server
    • DNS Server
Powered by GitBook
On this page

Was this helpful?

  1. Web Pentest
  2. Recon

Credentials Harvesting

Email Harvesting

hunter.io

craw emails from all websites

Email pattern:
{f}{last}@tesla.com

Clear Bits (chrome extension + need login)

https://chrome.google.com/webstore/detail/clearbit-connect-free-ver/pmnhcgfcafcnkbengdcanjablaabjplo

phonebook.cz (Reliable)

craw emails , domains and URLs

Google Account Abusing

put username then check if google auto add @gmail to behind username

Click forgot password and it may reveal another email that link to the current email

Github abusing

https://github.com/username
https://github.com/maverickadams

Verify Email Existence

https://tools.emailhippo.com/

https://email-checker.net/

Checking for leaked usernames and passwords

breach-parse

sudo ./breach-parse.sh @tesla.com result.txt "/mnt/breach-parse/BreachCompilation/data"

leakcheck (need login + 15 limit search)

https://leakcheck.io/dashboard

  • 15 limit search

  • only reveal first 4 characters

breachdirectory (No need login + unlimited search)

https://www.breachdirectory.org/

  • sha1 hash

  • reveals first 4 char

Google ID DORKING

![[Pasted image 20230819035629.png]]

PreviousWeb Tech HuntingNextSubdomain Hunting

Last updated 1 year ago

Was this helpful?