TVT618

Exploit-Framework - A Exploit Framework for Websites

May 27th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Exploit-Framework - A Exploit Framework for Website Vulnerabilities
  2.  
  3. Install and Run
  4. git clone https://github.com/WangYihang/Exploit-Framework
  5. cd Exploit-Framwork
  6. sudo python framework.py
  7.  
  8. Exploits
  9. Vendor Vulnerability Effected Version Description Author
  10. zblog NOT_CVE <=1.5.1 Zblog Authenticated LFI @Shutdown_r
  11. OpenSNS NOT_CVE <=3.31 OpenSNS UnAuthenticated GetShell @90sec
  12. Joomla CVE-2015-8562 1.5<3.45 Joomla Header Unauthenticated RCE @Andrew McNicol
  13. Codiad CVE-2017-11366 <=2.8.3 Codiad Authenticated RCE @WangYihang
  14. Codiad CVE-2014-9581 <=2.4.3 Codiad Authenticated LFI @TaurusOmar
  15. SeaCMS CVE-2017-17561 <=6.56 SeaCMS Authenticated GetShell @WangYihang
  16. SeaCMS NOT_CVE <=6.28 SeaCMS UnAuthenticated RCE @没穿底裤
  17. phpMoAdmin CVE-2015-2208 <=1.1.2 phpMoAdmin UnAuthenticated RCE Unknown
  18. WordPress CVE-2017-5487 <4.7.1 WordPress Username Enumeration @Dctor
  19. DedeCMS NOT_CVE <=5.6 DedeCms recommend.php SQL injection @没穿底裤
  20. Kernel CVE-2016-5195 2.6.22<3.9 DirtyC0w Privilege Escalation @nowsecure
  21.  
  22. Video example: https://asciinema.org/a/152418
  23.  
  24. Help menu
  25. gravityfalls@gravityfalls:~/Exploit-Framework$ sudo python framework.py
  26. ===================================================
  27. | Exploit Framework (v0.0.1) |
  28. | https://github.com/wangyihang/exploit-framework |
  29. ===================================================
  30. [Framework]=> help
  31. Core Commands
  32. =============
  33. Command Description
  34. ------- -----------
  35. help show help
  36. version show version
  37. use Selects a module by name
  38. show Displays modules of a given type, or all modules
  39. search Searches module names and descriptions
  40. back Move back from the current context
  41. quit quit
  42.  
  43. Module Commands
  44. =============
  45. Command Description
  46. ------- -----------
  47. options Displays global options or for one or more modules
  48. info Displays information about one or more modules
  49.  
  50. WIKI: https://github.com/WangYihang/Exploit-Framework/wiki
  51.  
  52. Contribution: Guidance of writing exploit module
  53.  
  54. Download Exploit-Framework: https://github.com/WangYihang/Exploit-Framework
Advertisement
Add Comment
Please, Sign In to add comment