46073 matches found
vhostawesome
FunWithVhosts A tool designed to efficiently check for virtual hosts across multiple IP addresses. Description FunWithVhosts automates the process of identifying virtual hosts on given IP addresses. The script checks for open ports, specifically web server ports, and then tries to retrieve conten...
Zeek-Endpoint-Enrichment
Zeek-Endpoint-Enrichment Enriquece los registros de Zeek con información del host Para enriquecer todos los registros con un campo id, usa la etiqueta ".-all". Para enriquecer todos los registros con un campo id y las Entidades Conocidas, usa la etiqueta ".-known-all". Para enriquecer solo el...
CVE-2023-27163
CVE-2023-27163 PoC CVE-2023-27163, SSRF, request-baskets 至 v1.2.1 使用示例 myscript.sh -i 10.10.11.111 -f 'localhost:80' -t 10.10.14.27 -i 目标服务器IP -f 要将SSRF连接指向的IP或地址 -t 在此选项中填写您的本地IP或攻击者IP,用于生成 rev.sh 文件并暴露该文件 -p 如果您想设置特定端口 该脚本基于HTB的一个实际实验室开发。...
CVE-2024-3400-Canary
CVE-2024-3400 PoC 代码 我们难道还没有从 HoneyPoC 中吸取教训吗? 使用方法 将脚本指向目标主机: python3 Poc.py...
wp-allowed-hosts
WP Allowed Hosts 该插件是在已知漏洞CVE-2017-8295被披露后创建的,该插件将保护您免受该攻击,无需麻烦,只需在您的wp-config.php中添加简单的一行即可。 安装 只需从此处下载插件并上传到您的网站。 使用方法 只需将以下行添加到您的wp-config.php中 root@kitploit: // WP Allowed Hosts Plugin define 'WPALLOWEDHOSTS', 'mysit.com' ; 您也可以添加多个域名。 root@kitploit: // WP Allowed Hosts Plugin define...
CVE-2023-36085_SISQUALWFM-Host-Header-Injection
CVE-2023-36085 SISQUALWFM 主机头注入漏洞 本仓库包含在 SISQUALWFM 7.1.319.103 版本中发现的主机头注入漏洞的相关信息,该漏洞允许攻击者操纵网页链接或将用户重定向到恶意站点。此漏洞已被分配编号 CVE-2023-36085,并已在 7.1.319.111 及更高版本中修复。 漏洞详情 漏洞利用标题: SISQUALWFM 7.1.319.103 主机头注入 发现日期: 17/03/2023 报告日期: 17/03/2023 解决日期: 13/10/2023 漏洞利用作者: Omer Shaik unknownexploit 厂商主页:...
sticky_keys_hunter
Sticky Keys Hunter This POC bash script tests for sticky keys and utilman backdoors. The script will connect to an RDP server, send both the sticky keys and utilman triggers and screenshot the result. This script was written to prove a theory I had about detecting these backdoors in a blackbox...
Puwr
Contents About Puwr Puwr Usage Port scanning Showcases Disclaimer Future Puwr Easily expand your attack surface on a local network by discovering more hosts, via SSH. Using a machine running a SSH service, Puwr uses a given subnet range to scope out IP's, sending back any successful ping requests...
CVE-2025-9074-PoC-Bash
CVE-2025-9074-PoC-Bash 原始PoC位于:https://github.com/j3r1ch0123/CVE-2025-9074。这是一个新的基于bash的PoC,因为并非所有Docker容器都安装了Python,而且通常应在容器内部运行此脚本。 步骤 在容器内部,使用以下命令查找存在漏洞的Docker API: root@kitploit: for ip in 172.18.0.1 172.17.0.1 192.168.65.7; do echo /dev/tcp/$ip/2375 2/dev/null && echo "+ $ip:2375 open" || :...
ShodanHat
Dependencies You need to install shodan with pip install shodan or easyinstall shodan. You need to install python-nmap with pip install python-nmap. You need to set your API Key in the 'constantes.py' file. Options -h, --help show this help message and exit -i IP, --ip=IP info about one host -l...
vbox_cve_2017_10235
CVE-2017-10235: VirtualBox E1000 设备缓冲区溢出 简介 以下文档详细描述了 VirtualBox v5.1.22 中发现的一个漏洞(已在 v5.1.24 中修复),该漏洞位于客户设备仿真组件 DevE1000( Intel 82540EM 以太网控制器仿真 )的函数 e1kFallbackAddToFrame 中,当客户操作系统被攻击者控制时,该漏洞会导致宿主机上的缓冲区溢出。 Oracle 已在 2017年7月的CPU 中确认了该漏洞,并发布了 CVE-2017-10235。 该漏洞已在运行 Linux(Ubuntu 16.04)和...
pymultitor
PyMultiTor Python Multi Threaded Tor Proxy, Did you ever want to be at two different places at the same time? When I asked myself this question, I actually started developing this solution in my mind. While performing penetration tests there are often problems caused by security devices that bloc...
CVE-2011-3192
CVE-2011-3192 Ejecútalo usando Python 3.7 o 3.10 probado en ellos 1. git clone https://github.com/futurezayka/CVE-2011-3192.git 2. cd ./CVE-2011-3192 3. pip install -r requirements.txt 4. python3 exploit.py host tasks ejemplo python3 exploit.py https://example.com 50...
RCE
CVE-2022-31814 WebApp 漏洞 root@kitploit: import argparse import requests import time import sys import urllib.parse from requests.packages.urllib3.exceptions import InsecureRequestWarning requests.packages.urllib3.disablewarningsInsecureRequestWarning parser =...
the-backdoor-factory
The new version of BACKDOOR FACTORY is available! Get access here: https://github.com/sponsors/secretsquirrel WARNING: Pull Requests WILL BE IGNORED AND CLOSED. The Backdoor Factory BDF For security professionals and researchers only. The goal of BDF is to patch executable binaries with user...
ScannerCVE-2021-3156
ScannerCVE-2021-3156 Script to scan a list of hosts to check if they are vulnerable to CVE-2021-3156. If not vulnerable, the output is as follows: sudoedit: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudoedit: a...
CVE-2018-13257
Blackboard Learn CAS 票据主机头欺骗 Blackboard Learn 中的一个认证模块在中央认证服务(CAS) 服务票据 验证过程中容易遭受 HTTP 主机头欺骗。CAS 服务票据仅针对特定的 服务 ,但 Blackboard Learn 未能正确验证该服务是否为当前实例。这允许一种网络钓鱼攻击:用户以为自己正在为某个网站输入单点登录信息,但实际上恶意网站利用该 服务票据 以该用户身份向 Blackboard Learn 实例进行认证。 要求 Blackboard Learn 实例必须配置为使用 CAS 进行认证。 必须建立一个恶意网站,用于向同一 CAS...
foolav
foolav Executable compiled with this code is useful during penetration tests where there is a need to execute some payload meterpreter maybe? while being certain that it will not be detected by antivirus software. The only requirement is to be able to upload two files: binary executable and paylo...
es_inject
CVE-2014-3120 Elastic Search 远程代码执行 该项目演示了 CVE-2014-3120 漏洞/配置错误。它允许您读取和追加文件到托管 Elasticsearch 的系统上,前提是运行 ES 的用户拥有对这些文件的访问权限。 注意 此漏洞利用不需要 Web 服务器。将其保存到本地,然后从浏览器中运行即可。 漏洞发现和发布归功于:@BvdBijl - http://bouk.co/blog/elasticsearch-rce/...
CVE-2019-0708-generate-hosts
CVE-2019-0708-generate-hosts Este programa utiliza nmap para escanear las direcciones CIDR enumeradas en el archivo 3389cidrs una por línea y genera el archivo 3389hosts, que contiene las direcciones IP de posibles máquinas Windows con el escritorio remoto 3389 habilitado, lo que puede reducir...