Advertisement
TVT618

Pure Blood

Aug 1st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Pure Blood - A Penetration Testing Framework created for Hackers/Pentesters/Bug Hunters
  2.  
  3. Menu:
  4. Web Pentest / Information Gathering:
  5. * Banner Grab
  6. * Whois
  7. * Traceroute
  8. * DNS Record
  9. * Reverse DNS Lookup
  10. * Zone Transfer Lookup
  11. * Port Scan
  12. * Admin Panel Scan
  13. * Subdomain Scan
  14. * CMS Identify
  15. * Reverse IP Lookup
  16. * Subnet Lookup
  17. * Extract Page Links
  18. * Directory Fuzz (NEW)
  19. * File Fuzz (NEW)
  20. * Shodan Search (NEW)
  21. * Shodan Host Lookup (NEW)
  22.  
  23. Web Application Attack: (NEW)
  24. * Wordpress: WPScan, WPScan Bruteforce, Wordpress Plugin Vulnerability Checker, WordPress Woocommerce - Directory Craversal, Wordpress Plugin Booking Calendar 3.0.0 - SQL Injection / Cross-Site Scripting, WordPress Plugin WP with Spritz 1.0 - Remote File Inclusion, WordPress Plugin Events Calendar - 'event_id' SQL Injection
  25.  
  26. * Auto SQL Injection: Union Based, (Error Output = False) Detection, Tested on 100+ Websites
  27.  
  28. Generator: Deface Page, Password Generator, Text To Hash
  29.  
  30. Author's Words:
  31. This project is managed / enhanced everyday and sorry if it takes a while before another version is published. Well, I'm the only one who is managing this and also I have personal daily activities. This tool is for everyone. So please open an issue if you run into a bug. Well I can only test it in Windows and Kali Linux since that's the only device I have. Also please try the new AUTO SQL Injection that I'm proud of currently. I created a video already on how I created it. Check it out on my Youtube Channel. The WPScan is also checked for Windows and Kali Linux. If you are using other Linux Distro please add wpscan in your ~/.bashrc.
  32.  
  33. Installation:
  34. apt update
  35. apt install python3 python3-pip
  36. git clone https://github.com/cr4shcod3/pureblood
  37. cd pureblood
  38. pip3 install -r requirements.txt
  39.  
  40. DEMO:
  41. Web Pentest: https://asciinema.org/a/193579
  42. Web Application Attack: https://asciinema.org/a/193578
  43.  
  44. Build With:
  45. * Colorama
  46. * Requests
  47. * Python-whois
  48. * Dnspython
  49. * BeautifulSoup
  50. * Shodan
  51.  
  52. Contributing
  53. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. You can also suggest a feature, just open an issue.
  54. You can also:
  55.  
  56. Authors: Cr4sHCoD3 - Pure Blood
  57.  
  58. License: This project is licensed under the MIT License - see the LICENSE file for details
  59.  
  60. Download Pure Blood: https://github.com/cr4shcod3/pureblood
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement