eJPT Exam Tips and Solution
WEBSITEGITHUBLINKEDININSTAGRAM
  • 🔁eJPT Exam
  • 🚢IP and Routing
  • 😅System Commands
  • 🆕IP & Network Enumeration
  • 🟥SQL Injection
  • 🔲Bruteforce Attacks
  • ❎Password Cracking
  • ⚔️XSS Attacks
  • 🎯Null Session Attacks
  • 💯Reverse Connection & Exploitation
  • 🐚Interactive Shell
  • 😂Directory Enumeration
  • ⚠️ARP Spoofing
  • 🔥Vulnerability Scanners
  • 🍾Google Dorking
  • 📕OSINT
  • 🚇Subdomain Enumeration
  • ⛔One Short Target
Powered by GitBook
On this page
  • Useful Commands and Meaning
  • Google Dorking Examples

Was this helpful?

Google Dorking

Useful Commands and Meaning

╔═══════════════╦═════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║    Command    ║                                                   Meaning                                                   ║
╠═══════════════╬═════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ site:         ║ You can use this command to include only results on a given hostname                                        ║
║ intitle:      ║ This command filters according to the title of a page                                                       ║
║ inurl:        ║ Similar to intitle but works on the URL of a resource.                                                      ║
║ filetype:     ║ This filters by using the file extension of a resource. For example .pdf or .xls.                           ║
║ AND, OR, &, | ║ You can use logical operators to combine your expressions. For example site:example.com OR site:another.com ║
║ -             ║ You can use this character to filter out a keyword or a command's result from the query                     ║
╚═══════════════╩═════════════════════════════════════════════════════════════════════════════════════════════════════════════╝

Google Dorking Examples

-inurl :(htm|html|php|asp|jsp) intitle:"index of" "last modified" "parent directory" txt OR doc OR pdf

Google Dorking Database

https://www.exploit-db.com/google-hacking-database

PreviousVulnerability ScannersNextOSINT

Last updated 1 year ago

Was this helpful?

🍾