19 matches found
linux-exploit-suggester
LES: Linux 权限提升审计工具 快速下载: root@kitploit: wget https://raw.githubusercontent.com/mzet-/linux-exploit-suggester/master/linux-exploit-suggester.sh -O les.sh 关于 LES 使用和内部机制的详细信息: root@kitploit: https://blog.z-labs.eu/2019/05/10/les-paper.html LES 的附加资源: root@kitploit: https://github.com/mzet-/les-res...
wesng
Windows Exploit Suggester - 下一代 WES-NG WES-NG 是一款基于 Windows systeminfo 命令输出的工具,能够列出操作系统当前存在的漏洞(包括对应的利用程序)。支持 Windows XP 到 Windows 11 的所有 Windows 操作系统及其服务器版本。 BITSADMIN 博客上有一篇关于 WES-NG 的深入文章: Windows Security Updates for Hackers。 使用方法 1. 通过 pip install wesng 或使用以下命令行下载 WES-NG:git clone...
Exploits + Shellcode + GHDB
The Exploit Database Git Repository This is an official repository of The Exploit Database, a project sponsored by Offensive Security. Our repositories are: Exploits & Shellcodes: gitlab.com/exploit-database/exploitdb Binary Exploits: gitlab.com/exploit-database/exploitdb-bin-sploits Papers:...
Windows-Exploit-Suggester
描述 此工具将目标的补丁级别与微软漏洞数据库进行对比,以检测目标可能缺失的补丁。同时,它还会通知用户是否存在针对缺失公告的公开漏洞利用程序和Metasploit模块。 它需要Windows主机的'systeminfo'命令输出,以便与微软安全公告数据库进行比较,从而确定主机的补丁级别。 它能够使用--update标志自动从微软下载安全公告数据库,并将其保存为Excel电子表格。...
linux-soft-exploit-suggester
linux-soft-exploit-suggester 用于查找系统上所有易受攻击软件的漏洞利用脚本,专注于软件包而不仅仅是内核漏洞。 它使用 exploit database 来评估软件包的安全性,并搜索漏洞利用以帮助进行权限提升。 用法 下载 root@kitploit: wget https://raw.githubusercontent.com/belane/linux-soft-exploit-suggester/master/linux-soft-exploit-suggester.py 基本用法。下载漏洞数据库,生成软件包列表并搜索漏洞利用。 root@kitploit:...
linux-exploit-suggester
linux-exploit-suggester...
Linux_Exploit_Suggester
LinuxExploitSuggester Linux Exploit Suggester; basado en el número de versión del sistema operativo. Este programa, ejecutado sin argumentos, realizará un 'uname -r' para obtener la versión de lanzamiento del sistema operativo Linux, y devolverá una lista sugerente de posibles exploits. Nada...
win-exp-
DESCRIPTION Esta herramienta compara los niveles de parches de un objetivo contra la base de datos de vulnerabilidades de Microsoft para detectar posibles parches faltantes en el objetivo. También notifica al usuario si hay exploits públicos y módulos de Metasploit disponibles para los boletines...
Windows-Exploit-Suggester-Python3
Windows-Exploit-Suggester-Python3 python3 windows-exploit-suggester.py --update libreoffice --headless --convert-to xls 2021-07-15-mssb.xlsx python3 windows-exploit-suggester.py --database 2021-07-15-mssb.xls --systeminfo systeminfo.txt Ejemplo : por lo que debemos convertir xlsx a xls...
Windows-exploit-suggester
windows-exploit-suggester.ps1 A local privilege-escalation L...
linux-exploit-suggester-2
Este repositorio no tiene un README...
firmwalker
firmwalker A simple bash script for searching the extracted or mounted firmware file system. It will search through the extracted or mounted firmware file system for things of interest such as: etc/shadow and etc/passwd list out the etc/ssl directory search for SSL related files such as .pem, .cr...
linux-exploit-suggester-2
No d...
Exploit for Race Condition in Canonical Ubuntu_Linux
Linux Exploit Suggester 2 ========================= Next-generation exploit suggester based on LinuxExploitSuggester Key Improvements Include: More exploits! Option to download exploit code directly from Exploit DB Accurate wildcard matching. This expands the scope of searchable exploits. Output...
Linux Exploit Suggester - Linux Privilege Escalation Auditing Tool
Often during the penetration test engagement the security analyst faces the problem of identifying privilege escalation attack vectors on tested Linux machines. One of viable attack vectors is using publicly known Linux exploit to gain root privileges on tested machine. Of course in order to do...
Windows Exploit Suggester
Windows Exploit Suggester This tool compares a targets patch levels against the Microsoft vulnerability database in order to detect potential missing patches on the target. It also notifies the user if there are public exploits and Metasploit modules available for the missing bulletins. Windows...
Windows-Exploit-Suggester - Tool To Compares A Targets Patch Levels Against The Microsoft Vulnerability Database
This tool compares a targets patch levels against the Microsoft vulnerability database in order to detect potential missing patches on the target. It also notifies the user if there are public exploits and Metasploit modules available for the missing bulletins. It requires the 'systeminfo' comman...
RootHelper - A Bash Script That Downloads And Unzips Scripts That Will Aid With Privilege Escalation On A Linux System
RootHelper Roothelper will aid in the process of privilege escalation on a Linux system that has been compromised, by fetching a number of enumeration and exploit suggestion scripts. The latest version downloads four scripts. Two enumeration shellscripts and two exploit suggesters, one written in...
[Linux Exploit Suggester] Grab the Linux Operating Systems release version, and return a suggestive list of possible exploits
Linux Exploit Suggester; based on operating system release number. This program run without arguments will perform a 'uname -r' to grab the Linux Operating Systems release version, and return a suggestive list of possible exploits. Nothing fancy, so a patched/back-ported patch may fool this scrip...