Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r0x4r/agnee
Find sensitive information using dorks from different search-engines.
https://github.com/r0x4r/agnee
bugbounty bugbountytips bugbountytool dorking search-engine
Last synced: 2 days ago
JSON representation
Find sensitive information using dorks from different search-engines.
- Host: GitHub
- URL: https://github.com/r0x4r/agnee
- Owner: R0X4R
- License: mit
- Created: 2022-08-14T13:32:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:43:31.000Z (3 months ago)
- Last Synced: 2025-01-25T21:09:08.676Z (9 days ago)
- Topics: bugbounty, bugbountytips, bugbountytool, dorking, search-engine
- Language: Python
- Homepage: https://pypi.org/project/agnee
- Size: 301 KB
- Stars: 87
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Find sensitive information using dorks from different search-engines.
---
Agnee uses [`search_engines`](https://github.com/tasos-py/Search-Engines-Scraper) to find sensitive information about given domain using multiple dorks through mutltiple search-engines. I have modified some code of `search_engines` and used it in this script to get the custom results and currently it only find results from bing, google and yahoo (will implement more in future for sure).
### Installation
```bash
sudo pip3 install git+https://github.com/R0X4R/Search-Engines-Scraper.git && sudo pip3 install agnee
```> **Note**: Before installing agnee you must need git and python3 installed on your system.
### Usage
+ **Simple usage arguments**
```css
$ agnee -d testphp.vulnweb.comhttps://www.exploit-db.com/ghdb/6630
https://www.exploit-db.com/ghdb/5665
http://testphp.vulnweb.com/secured/phpinfo.php
```+ **To use a specific engine**
```css
$ agnee -d testphp.vulnweb.com -e yahooYahoo Dork: inurl:"/.git" testphp.vulnweb.com -github
https://www.exploit-db.com/ghdb/6630
https://www.exploit-db.com/ghdb/5665
http://testphp.vulnweb.com/secured/phpinfo.php
```+ **To search specific number of pages**
```css
$ agnee -d testphp.vulnweb.com -p 1
```
+ **Use all the search-engines**```css
$ agnee -d testphp.vulnweb.com -all
```
> **Note**: Sometimes google may block your requests so you need to wait for few hours.
---### Donate
If this tool helped you or you like my work|[`buymeacoffee.com/R0X4R`](https://www.buymeacoffee.com/R0X4R)|[`pmny.in/bIKNZngt4ys1`](https://pmny.in/bIKNZngt4ys1)|[`ko-fi.com/R0X4R`](https://ko-fi.com/i/IK3K34SJSA)|
|--------|--------|------|**Warning:** This code was originally created for personal use, do not abuse the traffic, please use with caution.