Linux_Exploit_Suggester — Linux下提权辅助工具

Mr.Bai 843 浏览 0

Linux_Exploit_Suggester是一款根据操作系统版本号自动查找相应提权脚本的工具,如果不带任何参数运行该脚本的话,将执行uname -r返回的操作系统发行版本,或者手工输入-k参数查找指定版本号。

例子:

Source Code
  1. $ perl ./Linux_Exploit_Suggester.pl -k 3.0.0
  2.  
  3. Kernel local: 3.0.0
  4.  
  5. Possible Exploits:
  6. [+] semtex
  7. CVE-2013-2094
  8. Source: www.exploit-db.com/download/25444/‎
  9. [+] memodipper
  10. CVE-2012-0056
  11. Source: http://www.exploit-db.com/exploits/18411/
  12. [+] perf_swevent
  13. CVE-2013-2094
  14. Source: http://www.exploit-db.com/download/26131
复制 文本 高亮

例二:

Source Code
  1. $ perl ./Linux_Exploit_Suggester.pl -k 2.6.28
  2.  
  3. Kernel local: 2.6.28
  4.  
  5. Possible Exploits:
  6. [+] sock_sendpage2
  7. Alt: proto_ops CVE-2009-2692
  8. Source: http://www.exploit-db.com/exploits/9436
  9. [+] half_nelson3
  10. Alt: econet CVE-2010-4073
  11. Source: http://www.exploit-db.com/exploits/17787/
  12. [+] reiserfs
  13. CVE-2010-1146
  14. Source: http://www.exploit-db.com/exploits/12130/
  15. [+] pktcdvd
  16. CVE-2010-3437
  17. Source: http://www.exploit-db.com/exploits/15150/
  18. [+] american-sign-language
  19. CVE-2010-4347
  20. Source: http://www.securityfocus.com/bid/45408/
  21. [+] half_nelson
  22. Alt: econet CVE-2010-3848
  23. Source: http://www.exploit-db.com/exploits/6851
  24. [+] udev
  25. Alt: udev <1.4.1 CVE-2009-1185
  26. Source: http://www.exploit-db.com/exploits/8478
  27. [+] do_pages_move
  28. Alt: sieve CVE-2010-0415
  29. Source: Spenders Enlightenment
  30. [+] pipe.c_32bit
  31. CVE-2009-3547
  32. Source: http://www.securityfocus.com/data/vulnerabilities/exploits/36901-1.c
  33. [+] exit_notify
  34. Source: http://www.exploit-db.com/exploits/8369
  35. [+] can_bcm
  36. CVE-2010-2959
  37. Source: http://www.exploit-db.com/exploits/14814/
  38. [+] ptrace_kmod2
  39. Alt: ia32syscall,robert_you_suck CVE-2010-3301
  40. Source: http://www.exploit-db.com/exploits/15023/
  41. [+] half_nelson1
  42. Alt: econet CVE-2010-3848
  43. Source: http://www.exploit-db.com/exploits/17787/
  44. [+] half_nelson2
  45. Alt: econet CVE-2010-3850
  46. Source: http://www.exploit-db.com/exploits/17787/
  47. [+] sock_sendpage
  48. Alt: wunderbar_emporium CVE-2009-2692
  49. Source: http://www.exploit-db.com/exploits/9435
  50. [+] video4linux
  51. CVE-2010-3081
  52. Source: http://www.exploit-db.com/exploits/15024/
复制 文本 高亮

工具的下载地址:

https://github.com/PenturaLabs/Linux_Exploit_Suggester

发表评论 取消回复
表情 图片 链接 代码

分享