├── .gitignore └── .gitignore ├── BDScan.exe ├── README.md ├── _config.yml ├── bing dork scanner.au3 ├── dorks_found.txt └── dorks_found_sqli.txt /.gitignore/.gitignore: -------------------------------------------------------------------------------- 1 | dffdf 2 | -------------------------------------------------------------------------------- /BDScan.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustd86/bing-dork-scanner/HEAD/BDScan.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustd86/bing-dork-scanner/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustd86/bing-dork-scanner/HEAD/_config.yml -------------------------------------------------------------------------------- /bing dork scanner.au3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustd86/bing-dork-scanner/HEAD/bing dork scanner.au3 -------------------------------------------------------------------------------- /dorks_found.txt: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /dorks_found_sqli.txt: -------------------------------------------------------------------------------- 1 | 0 --------------------------------------------------------------------------------