├── BugDog.zip ├── README.md └── requirements.txt /BugDog.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4xSec/BugDog/f7a51831cacc8226661e7b25621c82b3af20ebc0/BugDog.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Build](https://img.shields.io/badge/Built%20with-Python-Blue) 2 |

3 | BugDog 4 |

BUG HUNTING BEAST xXx

5 |
6 | 7 | 8 | 9 | # ScreenShots👨🏼‍💻 10 | ![BugDog](https://user-images.githubusercontent.com/57313495/121187619-79ef4080-c825-11eb-81d2-a3406cea3cf8.png) 11 | 12 | # PRIV8 TOOL!! TO PREVENT MISUSE ;( CONTACT US FOR PASSWORD (CLICK ON IMAGE👇👇)- 13 |

14 | * corruptsec.net 15 |

16 |

17 | * predator0x300@gmail.com 18 |

19 | 20 | # INSTALLATION [ KALI ]🔥🔥🔥 21 | ========= 22 | ### NOTE: BugDog is made with python and requires python2 to run perfectly. 23 | 24 | ``` 25 | pip2 install dnspython keyboard 26 | python Bugdog.py 27 | 28 | ``` 29 | # Usage 🙋🏻‍♀️ 30 | * python Bugdog.py 31 | 32 | --------------------------------------- 33 | {+} BugDog Features 34 | =================== 35 | - !!! ALSO SUPPORTS BURP Collaborator FOR ADVANCE BUG HUNTING ;) !!! 36 | 37 | - Bugs Hunting 38 | - ~ Sql Blind Time-Bassed [GET] 39 | - ~ Sql Blind Time-Bassed Via Header 40 | - ~ Cross site Scripting [XSS] 41 | - ~ PHP CODE INNJECTION & OS COMAND INNJECTION 42 | - ~ Server Side Template Injection [SSTI] 43 | - ~ Open Redirection 44 | - ~ RFI & Local File Inclusion 45 | - ~ Host Header Injection 46 | - ~ Cross-origin resource sharing (CORS) 47 | - ~ Server-side request forgery (SSRF) 48 | - Enumeration 49 | - ~ Subdomain Active Scanning 50 | - ~ Subdomain Passive 51 | - ~ Nmap Scan Ports 52 | 53 | - Fuzzing and Discovery 54 | - ~ Response Validator 55 | - ~ SubDomain TakeOver 56 | - ~ Web Crawlers 57 | - ~ Hidden Parameter Discovery 58 | 59 | You have Custom Payloads? 60 | ------------------ 61 | - cool! you can add them easily by adding them into the script under the pre-defined payloads sections! 62 | 63 | # TESTED ON FOLLOWING:👌🏻- 64 | * Kali Linux - 2020.1a (version)👍🏻 65 | * Parrot OS - Rolling Edition (version) 66 | * Ubuntu 67 | * Arch Linux 68 | # LANGUAGE 69 | * Python 70 | # Contact For Contribute & Issues 📲 71 | 72 | EMAIL FOR ISSUES AND CONTRIBUTE : predator0x300@gmail.com 73 | 74 | # DISCLAIMER 💡💡💡 75 | TO BE USED FOR EDUCATIONAL PURPOSES ONLY 76 | 77 | The use of the "BugDog" is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. 78 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | dnspython==1.16.0 2 | keyboard 3 | --------------------------------------------------------------------------------