Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-boney committed Nov 20, 2024
1 parent 9508793 commit 3217652
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 26 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 [Your Name or Organization]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
138 changes: 115 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,128 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:
# Dorku - Google Dorks

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Dorku is a web application designed to help bug bounty hunters and security researchers by providing a collection of useful and critical Google Dorks. The platform allows users to explore and search for various types of dorks categorized based on common web vulnerabilities and misconfigurations.

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
The main goal of this website is to provide an easy-to-use tool that can help security professionals find vulnerable web pages, databases, and sensitive files through simple search queries.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
---

This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
## Features

## Learn More
- **Comprehensive Collection of Google Dorks**: Organized into categories such as `directoryLeaks`, `sensitiveFiles`, `exposedDatabases`, `misconfigurations`, and more.
- **Search Functionality**: Easily search for specific domains to quickly apply dorks and find potential vulnerabilities.
- **Categorized Dorks**: Dorks are grouped into categories based on their type, such as sensitive files, login pages, exposed APIs, and more.
- **Intuitive UI**: A clean and user-friendly interface that allows you to select categories, search domains, and view the relevant dorks.

To learn more about Next.js, take a look at the following resources:
---

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
## Categories of Dorks

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
The Google Dorks provided on Dorku are grouped into the following categories:

## Deploy on Vercel
1. **Directory Leaks**: Dorks that help find open directories on web servers.
2. **Sensitive Files**: Dorks that locate sensitive files like `.env`, `config.php`, and other critical configurations.
3. **Exposed Databases**: Find exposed database backups, SQL dumps, and admin interfaces.
4. **Login Pages**: Discover login forms or admin panels for potential brute-force or credential stuffing attacks.
5. **Misconfigurations**: Find misconfigurations in web servers, git repositories, and other vulnerable points.
6. **Vulnerable Endpoints**: Search for potentially vulnerable API endpoints or admin areas.
7. **Sensitive Information**: Dorks to find leaked sensitive data like passwords, keys, and API tokens.
8. **Cloud Misconfigurations**: Dorks to find misconfigured cloud resources like AWS S3, Azure Blob Storage, and others.
9. **Open Source Code**: Find exposed open-source repositories and source code with potential vulnerabilities.
10. **Admin Interfaces**: Find exposed admin panels and dashboards that could be targeted for exploitation.
11. **Vulnerable Files**: Dorks to locate backup files or other vulnerable files on a server.
12. **Exposed APIs**: Find exposed APIs that may leak sensitive data or have insecure endpoints.

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
---

## Demo

You can visit the live demo of the Dorku web application here:
[Dorku - Google Dorks for Bug Bounty](https://dorku.vercel.app/)

---

## Installation

To run this project locally on your machine:

### Prerequisites

- [Node.js](https://nodejs.org/) (>=v14.0.0)
- [npm](https://www.npmjs.com/) (or [Yarn](https://yarnpkg.com/))

### Steps

1. Clone this repository:
```bash
git clone https://github.com/<your-github-username>/dorku.git
```

2. Navigate to the project directory:
```bash
cd dorku
```

3. Install dependencies:
```bash
npm install
```
or
```bash
yarn install
```

4. Run the development server:
```bash
npm run dev
```
or
```bash
yarn dev
```

5. Open the app in your browser by visiting `http://localhost:3000`.

---

## Technologies Used

- **Next.js**: The framework for building the React application.
- **React**: For building the interactive components and state management.
- **Tailwind CSS**: For styling the application with a utility-first CSS framework.
- **Vercel**: The platform used to deploy and host the application.

---

## Contributing

If you'd like to contribute to the development of this project, feel free to fork the repository and make changes. Pull requests are welcome!
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes and commit them (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a pull request to the `main` branch.
---
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
## Disclaimer
This website is for educational purposes only. The use of Google Dorks and other security techniques should be conducted in accordance with the law and ethical guidelines. Always obtain permission before testing any website or system for vulnerabilities.
---
## Contact
For any inquiries or feedback, feel free to reach out:
- LinkedIn: [https://www.linkedin.com/in/aswin-krishna-344064202/](LinkedIn)
- GitHub: [https://github.com/jr-boney](https://github.com/jr-boney)
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Layout({
return (
<html lang="en">
<head>
<title>Google Dorks for Bug Bounty</title>
<title>dorku</title>
<meta name="description" content="A collection of Google Dorks for Bug Bounty" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
Expand All @@ -20,7 +20,7 @@ export default function Layout({
<body className="font-sans bg-gray-100 text-gray-900 flex flex-col min-h-screen">
<header className="bg-blue-600 text-white p-4 shadow-md">
<div className="container mx-auto flex justify-between items-center">
<h1 className="text-xl font-semibold">Google Dorks for Bug Bounty</h1>
<h1 className="text-xl font-semibold">dorku</h1>
<nav>
<ul className="flex space-x-6">
<li><Link href="/" className="hover:text-gray-200 transition-colors">Home</Link></li>
Expand Down
5 changes: 4 additions & 1 deletion app/search/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import React from 'react'



const Search
= () => {
return (
<div>
Bro this page is under construction come back later



</div>
)
Expand Down
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"easter-egg-collection": "^1.4.56",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
Expand Down

0 comments on commit 3217652

Please sign in to comment.