Intranet Space - Linux Privilege
2018-12-19 09:00:00 Author: payloads.online(查看原文) 阅读量:127 收藏

0x00 LinEnum

Scripted Local Linux Enumeration & Privilege Escalation Checks

Github:https://github.com/rebootuser/LinEnum

Usage:https://github.com/rebootuser/LinEnum/blob/master/README.md

Example:$ ./ LinEnum.sh -s -k keyword -r report -e / tmp / -t

0x01 linux-exploit-suggester

Often during the penetration test engagement the security analyst faces the problem of identifying privilege escalation attack vectors on tested Linux machine(s). One of viable attack vectors is using publicly known Linux exploit to gain root privileges on tested machine. Of course in order to do that the analyst needs to identify the right PoC exploit, make sure that his target is affected by the associated vulnerability and finally modify the exploit to suit his target. The linux-exploit-suggester.sh tool is designed to help with these activities.

Usage:https://github.com/mzet-/linux-exploit-suggester#usage

Example:$ ./linux-exploit-suggester.sh


文章来源: https://payloads.online/archivers/2018-12-19/linux-privilege
如有侵权请联系:admin#unsafe.sh