|
|
# Clone the repository
git clone https://github.com/walterwhite-69/DorkEngine.git
cd DorkEngine
# Install dependencies
npm install
# Run development server
npm run dev
# Open http://localhost:3000- Navigate to Quick Dorks tab
- Select a category (e.g., "๐ Admin & Login Panels")
- Browse 1000+ ready-to-use dorks
- Click "๐ Search on Google" to execute
Popular Dorks:
inurl:admin intitle:login
site:s3.amazonaws.com filetype:pdf
filetype:sql "INSERT INTO" "VALUES"
intitle:"Index of /" +.htaccess- Go to Custom Builder tab
- Fill in parameters:
- Site/Domain:
*.edu - In URL:
portal - In Title:
login - File Type:
php
- Site/Domain:
- Generated:
site:*.edu inurl:portal intitle:login filetype:php - Click "๐ Search with Custom Dork"
| Use Case | Dork Query |
|---|---|
| WordPress admin panels | site:*.edu inurl:wp-admin intitle:login |
| PDF research papers | site:arxiv.org filetype:pdf machine learning |
| Swagger API docs | inurl:swagger.json OR inurl:api-docs.json |
| GitHub config files | site:github.com filename:.env DB_PASSWORD |
| Database backups | intitle:"Index of" filetype:sql "backup" |
| Jenkins servers | intitle:"Dashboard [Jenkins]" inurl:jenkins |
| phpMyAdmin panels | intitle:phpMyAdmin "Welcome to phpMyAdmin" |
| AWS S3 buckets | site:s3.amazonaws.com intitle:"Bucket listing" |
Combine multiple operators:
site:gov filetype:pdf "confidential"
inurl:admin -demo -test intitle:login
site:edu filetype:xls "username" "password"
(admin | administrator) intitle:login site:govSearch with date ranges:
before:2024-01-01 "data breach"
after:2023-01-01 site:github.com "api_key"Search specific domains:
site:amazonaws.com intext:backup
site:(gov|edu) filetype:sql๐ Security & Access (4 categories)
- ๐ Admin & Login Panels (52 dorks)
- ๐ Credentials & Passwords (33 dorks)
- ๐ SSH & Private Keys (26 dorks)
- ๐ฅ๏ธ Remote Access (20 dorks)
๐พ Files & Data (4 categories)
- ๐พ Exposed Files & Directories (70 dorks)
- ๐๏ธ Database Exposures (40 dorks)
- ๐ Sensitive Documents (40 dorks)
- ๐ง Log Files (24 dorks)
๐ฅ๏ธ Infrastructure (4 categories)
- ๐ฅ๏ธ Vulnerable Servers (24 dorks)
- ๐น Network Devices & Cameras (38 dorks)
- ๐ก Network Equipment (27 dorks)
- ๐ VPN & Network (24 dorks)
โ๏ธ Cloud & DevOps (4 categories)
- โ๏ธ Cloud Storage (41 dorks)
- ๐ Version Control (38 dorks)
- ๐ณ Docker & Containers (24 dorks)
- ๐ง CI/CD & DevOps (29 dorks)
๐ Web & Apps (4 categories)
- ๐ Web Applications (23 dorks)
- ๐ API & Endpoints (29 dorks)
- ๐ฑ Mobile & Apps (22 dorks)
- ๐ฌ Development Tools (28 dorks)
๐ผ Communication & Enterprise (4 categories)
- ๐ง Email & Communication (23 dorks)
- ๐ผ Enterprise Tools (27 dorks)
- ๐ Video Conferencing (16 dorks)
- ๐ Code & Snippets (22 dorks)
๐ฏ Specialized (12 categories)
- ๐ณ Payment & Financial (22 dorks)
โ ๏ธ Error Messages (29 dorks)- ๐ฑ IoT Devices (21 dorks)
- ๐ FTP & File Servers (19 dorks)
- ๐๏ธ Database Systems (26 dorks)
- ๐ฐ Cryptocurrency (26 dorks)
- ๐ Analytics & Monitoring (25 dorks)
- ๐ Content Management (21 dorks)
- ๐ฎ Gaming Servers (17 dorks)
- ๐ฅ Healthcare & Medical (19 dorks)
- ๐๏ธ Government & Education (24 dorks)
- ๐ฏ Custom Dork Builder
| Feature | Description |
|---|---|
| ๐ Animated Gradients | Beautiful flowing background animations |
| ๐ช Glassmorphism | Modern frosted glass design |
| โจ Shimmer Effects | Eye-catching hover animations |
| ๐ญ Smooth Transitions | Buttery smooth UI interactions |
| ๐ฑ Fully Responsive | Perfect on all devices |
| โก Optimized Performance | Pure CSS animations, no bloat |
Frontend:
โโโ Next.js 15 # React framework
โโโ TypeScript # Type safety
โโโ React 18 # UI library
โโโ CSS3 # Animations & styling
| Tip | Example |
|---|---|
| โ Use quotes for exact phrases | "error message" |
| โ Combine operators for precision | site:edu filetype:pdf intext:password |
| โ Use wildcards for variations | admin * panel |
| โ Exclude terms with minus | login -demo -test |
| โ Group with parentheses | (admin|root) intitle:login |
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Warning
This tool is for educational and ethical security research purposes only. Always obtain proper authorization before testing systems you don't own. Unauthorized access to computer systems is illegal.
This project is licensed under the MIT License - see the LICENSE file for details.