🔮
P4n1cBook
  • 🏴‍☠️Welcome!
    • 🔮P4n1cBook
    • 📚Bookmarks
    • 🚨Licence and Disclaimer
  • Fundamentals
    • Starter Kit
      • Linux
      • PowerShell
      • Git
      • 💾Regex
      • Network Analysis
        • curl
        • tcpdump
        • Nmap
        • 🦈Wireshark
      • Metasploit
    • 🌐Network Protocols
      • ICMP
      • SSH
      • Telnet
      • DNS
      • FTP
      • HTTP/HTTPS
      • SMB
      • SNMP
      • SMTP
      • NFS
      • IPP
      • WinRM
      • LLMNR
      • JDWP
    • Code
      • Python Essentials
      • C & C++
    • Web APIs
      • GraphQL
    • Shells/TTYs
    • Dorks
    • Cryptography
    • Reverse Engineering
      • GDB
      • Binaries
  • Web Exploitation
    • Web Enumeration
      • User Endpoints
      • Web Fuzzing
        • ffuf
        • feroxbuster
        • Gobuster
        • GoWitness
      • Web Servers
        • Apache
        • Nginx
        • Werkzeug
      • Databases
        • MySQL
        • NoSQL
          • MongoDB
          • Redis
      • Web Services/Frameworks
        • Wordpress
        • Laravel
        • Express
        • Magento
        • AIOHTTP
        • HashiCorp Vault
        • Tiny File Manager
        • Joomla
        • CMS Made Simple
        • 🌵Cacti
        • Tomcat
        • Zabbix
        • OpenNetAdmin
        • ImageMagick
    • Vulnerabilities
      • Arbitrary File Read
      • Session Hijacking
      • SSRF
      • Eval Injection
      • Template Manipulation
      • Path Traversal
      • Prototype Pollution
      • XXE
      • Deserialization
      • Log Poisoning
      • Arbitrary Command Execution
      • SQLi
        • SQLmap
      • SSI
      • SSTI
      • LFI
      • XSS
    • Java-based web application
      • Struts
      • .WAR
      • pd4ml.jar
  • Cloud Exploitation
    • Kubernetes
    • AWS
  • Post Exploitation
    • File Transfer
      • Exfiltration
    • Credential Dumping
      • Thunderbird
    • Lateral Movement
    • Persistence
    • Linux Privilege Escalation
      • Static Binaries
      • Enumeration
      • Hijacks
      • Command Injection
      • Jailbreaks
      • Binary Exploitation - Linux
      • Kernel Exploits
      • Buffer Overflow - Linux
      • Docker
      • Abusing Wildcards
  • Wireless Exploitation
    • NFC
Powered by GitBook
On this page
Edit on GitHub
  1. Fundamentals

Dorks

Advanced Google Search

PreviousShells/TTYsNextCryptography

Last updated 3 months ago

Specific site
"<word>" site:<example.com>
Key Words in the URL
inurl:"</PATH/IN/THE/SITE.php>" site:<example.com>
Key words in tittle
intittle:"<word>" site:<example.com>
Hyper-Links on the website
link:"https://example.com
Specific File Type
filetype:<log> site:<example.com>
Search for multiple words
allinurl:login.asp
Wildcard (*)
"How to hack * using google"
Quation marks (")
Adding quotation marks around your search terms forces an exact match.
OR (|)
"how to hack" site:(reddit.com | stackoverflow.com)
Minus (-)
site:example.com password -ext:txt


Enumeration

Subdomains
inurl:'/content/dam' ext:txt
PDF files
filetype:pdf "cybersecurity report"
Kibana
site:example.com inurl:app/kibana
PHP files
site:example.com ext:php
Log files
site:example.com ext:log
Password files
site:example.com ext:txt password
Amazon Buckets
site:s3.amazonaws.com <Companay_name>
Cisco Anyconnect
intitle:index.of cisco anyconnect
Adobe Experience Manager
inurl:'/content/dam' ext:txt

https://www.exploit-db.com/google-hacking-databasewww.exploit-db.com
Google Hacking Database