SingleBingDorker is a powerful automated script to scrape URLs from Bing Search using custom Google Dorks. Designed for security researchers and penetration testers.
- π 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.
# 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 chromiumRun the powerful Python script:
python3 bing_dorker.py "your_dork_here"Save the output to a file:
python3 bing_dorker.py "inurl:/buy.php" > output.txt- Python Version: Much more powerful, uses a real browser engine to bypass CAPTCHAs.
- PHP Version:
bing.phpis available as a lightweight legacy alternative. - Ensure you have a stable internet connection.
- Use responsibly.
- Contact Developer
This project is for educational purposes only.
Created with β€οΈ by hndko