Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

πŸ”₯ Powerful automated Bing Dorking tool using Python Playwright. Bypass CAPTCHAs, scrape unique domains, and automate recon with stealth.

Notifications You must be signed in to change notification settings

hndko/singlebingdorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•΅οΈβ€β™‚οΈ SingleBingDorker

PHP Badge License Badge Version Badge

SingleBingDorker is a powerful automated script to scrape URLs from Bing Search using custom Google Dorks. Designed for security researchers and penetration testers.

✨ Features

  • πŸš€ Fast Scanning: Optimized requests with curl.
  • πŸ›‘οΈ Anti-Detection: Random User-Agent rotation.
  • 🎨 Beautiful CLI: Colorful ANSI output and progress indicators.
  • πŸ“‚ Pipe Support: Easily pipe output to files.

πŸ“₯ Installation

# Update repositories
apt update && apt upgrade -y

# Install Python and Pip
apt install python3 python3-pip -y

# Clone the repository
git clone https://github.com/hndko/singlebingdorker
cd singlebingdorker

# Install Python Dependencies
pip3 install -r requirements.txt

# Install Playwright Browsers
playwright install chromium

πŸ’» Usage

Run the powerful Python script:

python3 bing_dorker.py "your_dork_here"

Example

Save the output to a file:

python3 bing_dorker.py "inurl:/buy.php" > output.txt

πŸ“ Notes

  • Python Version: Much more powerful, uses a real browser engine to bypass CAPTCHAs.
  • PHP Version: bing.php is available as a lightweight legacy alternative.
  • Ensure you have a stable internet connection.
  • Use responsibly.
  • Contact Developer

πŸ“œ License

This project is for educational purposes only.


Created with ❀️ by hndko

About

πŸ”₯ Powerful automated Bing Dorking tool using Python Playwright. Bypass CAPTCHAs, scrape unique domains, and automate recon with stealth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages