Lucene search
+L
GiteeMost viewed

1939 matches found

Gitee
Gitee
added 2025/08/14 12:49 p.m.153 views

Exploit for CVE-2020-11989

使用说明 首页 所见即所得,点击对应的按钮会跳转到相应的模块 渗透测试 网站扫描 网站扫描功能缝了afrog项目地址,基本就是差不多把该扫描器的功能UI化,且内置反连无需再配置ceye或jndi已将jndi有关poc全部替换成反连地址,主动探测的漏洞或者指纹会写入到report目录下的html文件中,并没有将afrog命令的输出进行删除(所以你在go run main.go运行工具时,依然能看到命令行存在afrog的输出内容) 目标格式支持 URL 或者 IP:PORT 仅指纹扫描/指纹POC扫描/主动指纹探测 - 仅指纹扫描:只对当前网页发送两个数据包进行探测指纹 - 主动指纹探测:...

9.8CVSS8.9AI score0.24436EPSS
SaveExploits1
Gitee
Gitee
added 2025/07/06 3:21 a.m.152 views

Pentest-and-Development-Tips

Pentest-and-Development-Tips A collection of pentest and development tips Author: 3gstudent Click on me to view the English version 声明 以下技巧不应用于非法用途 --- Tips 1. 手动端口探测 nmap的-sV可以探测出服务版本,但有些情况下必须手动探测去验证 使用Wireshark获取响应包未免大材小用,可通过nc简单判断 eg. 对于8001端口,nc连接上去,随便输入一个字符串,得到了以下结果: $ nc -vv localhost 8001...

7.4AI score
SaveExploits0
Gitee
Gitee
added 2025/09/20 7:29 a.m.152 views

weblogic-monitoring-exporter

This is a Java-based project for exporting metrics from WebLogic Server WLS instances to Prometheus. The project is available in two forms: a web application and a separate process. The web application is deployed to the server from which metrics are to be extracted, while the separate process is...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 6:17 p.m.151 views

exploit_me

This is a vulnerable ARM/AARCH64 application, specifically designed for a CTF Capture The Flag style exploitation tutorial. The application is written in C and is intended to demonstrate various types of vulnerabilities, including integer overflow, stack overflow, array overflow, off-by-one, stac...

7.4AI score
SaveExploits0
Gitee
Gitee
added 2025/09/07 12:43 a.m.151 views

Exploit for Improper Authentication in Oracle Database_Server

This is an offensive tool for Oracle Database exploitation. The repository contains several modules that exploit various vulnerabilities in Oracle Database, including: 1. CVE-2012-3137: This module exploits a vulnerability in Oracle Database that allows an attacker to obtain remote passwords usin...

6.4CVSS7.2AI score0.31437EPSS
SaveExploits5
Gitee
Gitee
added 2025/09/14 4:6 p.m.149 views

mona

This is a repository for mona.py, a Python script used to automate and speed up specific searches while developing exploits, particularly for the Windows platform. Mona.py runs on Immunity Debugger and WinDBG, and requires Python 2.7. The script is designed to work with 32-bit processes, although...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 12:21 p.m.149 views

PinTools

This repository is an example and proof-of-concept PoC for dynamic binary analysis using the Pin tool. The code is designed to detect the classical use-after-free vulnerability. The Pin tool is a dynamic binary instrumentation framework that allows developers to analyze and modify the behavior of...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2025/09/28 9:3 p.m.148 views

sparta

This is a network infrastructure penetration testing tool called SPARTA. It is a Python GUI application that simplifies the scanning and enumeration phase of penetration testing by providing point-and-click access to various tools and displaying all tool output in a convenient way. The tool...

7.2AI score
SaveExploits0
Gitee
Gitee
added 2025/09/20 6:39 a.m.148 views

rubysec

This is a Ruby library for performing mutation testing, which is a form of testing that ensures that test coverage is comprehensive by introducing small changes mutations into the code under test and verifying that the tests fail as expected. The library, called Mutant, is designed to be used in...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 5:25 p.m.148 views

Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Qemu

Experiments related to CVE-2015-3456 There is: - exploit/ is an "exploit" it just crashes QEMU. - mock/ contains a stripped down version of QEMU. Only the vulnerability remains. - patch/ contains a program to patch a running instance of QEMU. The main point is to not need debug symbols, nor the...

7.7CVSS6.8AI score0.15275EPSS
SaveExploits2
Gitee
Gitee
added 2020/05/08 2:57 p.m.148 views

Exploit for Race Condition in Openbsd Openssh

PoC exploit for CVE-2018-15473, an OpenSSH username enumeration vulnerability. The target product/service is OpenSSH, and the vulnerability class/vector is username enumeration. The probable entry point is the sshUsernameEnumExploit.py script, which is invoked by the ENTRYPOINT in the Dockerfile...

5.3CVSS6.9AI score0.98631EPSS
SaveExploits25
Gitee
Gitee
added 2025/09/20 7:34 a.m.146 views

colander

This is a Python library for deserialization and validation of data structures composed of strings, mappings, and lists. It is a package that can be used to serialize an arbitrary data structure to a data structure composed of strings, mappings, and lists, and to deserialize and validate a data...

7.2AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 12:55 a.m.146 views

Awesome-Bugbounty-Writeups

This is a curated list of bug bounty writeups, specifically focusing on various types of web application vulnerabilities. The repository is organized by vulnerability type, with sections for Cross-Site Scripting XSS, Cross-Site Request Forgery CSRF, Clickjacking, Local File Inclusion LFI, Subdoma...

7.9AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 4:21 p.m.145 views

Exploit for CVE-2020-1472

PoC exploit for CVE-2020-1472, a vulnerability in the Windows Netlogon service that allows an attacker to authenticate as the domain controller account with a zero-length password. The exploit uses the impacket library to connect to the Netlogon service and send a zero-length challenge and...

10CVSS7.3AI score0.99512EPSS
SaveExploits75
Gitee
Gitee
added 2025/07/27 4:32 a.m.145 views

Exploit for Out-of-bounds Read in Openssl

This repository contains exploits and proof-of-concept vulnerability demonstration files from the team at Hacker House. The exploits target various vulnerabilities in different products and services, including: 1. AirWatch MDM solution: The repository contains a file called...

7.5CVSS9.3AI score0.99999EPSS
SaveExploits91
Gitee
Gitee
added 2025/07/27 3:31 a.m.145 views

jexboss

This is a Python script for a tool called JexBoss, which is designed to exploit vulnerabilities in JBoss Application Server and other Java platforms. The script is written in Python 2.7 and uses the urllib3 library for HTTP requests. The script has several modules, including exploits.py,...

7.4AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 5:14 p.m.144 views

fimap

fimap is a Python tool designed to find, prepare, audit, exploit, and even automatically Google for local and remote file inclusion LFI/RFI bugs in web applications. It can identify and exploit file inclusion bugs, including include, includeonce, require, and requireonce functions. The tool has a...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2025/09/13 4:43 a.m.144 views

personal-security-checklist-1

This repository is an open-source project for a curated checklist of 300+ tips for protecting digital security and privacy in 2022. It is a community-driven project that allows contributors to suggest and submit points to be added, amended, or removed from the list. The project has a code of...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 11:51 a.m.144 views

Scanners-Box

This is a collection of open-source scanners from the GitHub platform, including subdomain enumeration, database vulnerability scanners, weak password or information leak scanners, port scanners, fingerprint scanners, and other large-scale scanners. The collection is maintained by We5ter and...

7.8AI score
SaveExploits0
Gitee
Gitee
added 2025/07/06 3:24 a.m.144 views

Exploit for Unrestricted Upload of File with Dangerous Type in Apache Tomcat

CVE-2017-12617 CVE-2017-12617 critical Remote Code Execution RCE vulnerability discovered in Apache Tomcat affect systems with HTTP PUTs enabled via setting the "read-only" initialization parameter of the Default servlet to "false" are affected. Tomcat versions before 9.0.1 Beta, 8.5.23, 8.0.47 a...

8.1CVSS8.4AI score0.99988EPSS
SaveExploits23
Gitee
Gitee
added 2025/09/13 1:8 a.m.143 views

Pikachu

This is a proof-of-concept PoC exploit for a vulnerable web application system called Pikachu. The system contains a variety of common web security vulnerabilities, including SQL injection, cross-site scripting XSS, cross-site request forgery CSRF, remote code execution RCE, and more. The...

7.7AI score
SaveExploits0
Gitee
Gitee
added 2025/09/13 3:4 a.m.140 views

marshalsec

It is an offensive tool for Java deserialization vulnerabilities. The repository contains a Java tool called "marshalsec" that exploits Java object deserialization vulnerabilities, allowing for remote code execution. The tool includes payload generators for various Java serialization libraries,...

8.9AI score
SaveExploits0
Gitee
Gitee
added 2025/09/13 1:2 a.m.140 views

wazuh

This repository is an issue template for Wazuh, a free and open-source platform for threat prevention, detection, and response. The repository contains various templates for reporting bugs, making feature requests, and testing integration and component tests. The templates are organized by...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:39 a.m.139 views

Android-Reports-and-Resources

It is an offensive tool for Android. This repository contains a list of Android Hackerone disclosed reports and other resources, including hardcoded credentials, WebView vulnerabilities, insecure deeplinks, and RCE/ACE exploits. The primary report is CVE-2021-XXXX-XXXX, but only a few reports are...

8.2AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 5:29 a.m.138 views

gosec

This is a Go AST Abstract Syntax Tree scanner for identifying security vulnerabilities in Go code. The scanner is called "gosec" and is part of the GolangCI project. It can be installed using the command "go get github.com/golangci/gosec/cmd/gosec/...". The scanner can be configured to run a subs...

7.2AI score
SaveExploits0
Gitee
Gitee
added 2025/09/13 12:37 a.m.138 views

Exploit for Out-of-bounds Read in Openssl

PoC exploit for CVE-2014-0160 Heartbleed. The target product/service is OpenSSL, and the vulnerability class/vector is memory disclosure specifically, the ability to extract private keys. The probable entry point is the ssl3writebytes function, which is sometimes exported in OpenSSL libraries. Th...

7.5CVSS6.7AI score0.99999EPSS
SaveExploits91
Gitee
Gitee
added 2025/09/06 3:36 p.m.138 views

Exploit for Deserialization of Untrusted Data in Siemens 6Bk1602-0Aa12-0Tp0_Firmware

This repository contains operational information regarding the vulnerability in the Log4j logging library CVE-2021-44228. The vulnerability allows an attacker to execute arbitrary code on a system by injecting malicious data into the logging system. The repository provides a list of known...

10CVSS8.9AI score0.99999EPSS
SaveExploits360
Gitee
Gitee
added 2025/09/13 12:31 a.m.137 views

K8tools

It is an offensive tool for web application exploitation. The repository, K8tools, contains a collection of tools for various purposes, including internal penetration, privilege escalation, remote overflow, vulnerability exploitation, scanning, password cracking, and evasion. The primary focus is...

7.2AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 12:9 p.m.137 views

Exploit for Deserialization of Untrusted Data in Siemens 6Bk1602-0Aa12-0Tp0_Firmware

CVE-2021-44228 Remote Code Injection In Log4j https://twitter.com/jas502n/status/1468946197629272066 SpringBoot-pom.xml default use : xml org.springframework.boot spring-boot-starter-web mvn dependency:tree java INFO | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.6.1:compile IN...

10CVSS7.7AI score0.99999EPSS
SaveExploits360
Gitee
Gitee
added 2025/07/27 3:35 a.m.137 views

Exploit for CVE-2016-2384

Linux kernel exploits ===================== | Date | Link | Description | Vector | Impact | | --- | --- | --- | --- | --- | | 02.2016 | CVE-2016-2384 | Double-free in USB MIDI driver | Physical + Local | LPE | | 03.2016 | prefetch-side-channel | KASLR bypass via prefetch | Local | Info-leak | |...

7.8CVSS7.4AI score0.20797EPSS
SaveExploits57
Gitee
Gitee
added 2024/04/25 5:50 p.m.137 views

Exploit for Deserialization of Untrusted Data in Fasterxml Jackson-Databind

hacktheboxoscp 介绍 准备oscp考试过程中做的hackthebox里的oscp向靶机 因为oscp考试内容改变,新增域渗透。所以还有红日出的vulnstack靶场 新增:endgame,fortresses,open beta season对应HTB相应的栏目。是oscp向靶机列表外练手打的 靶机摘要 hackthebox lame lame vsftpd笑脸漏洞烟雾弹,samba服务漏洞才是真凶 legacy ms08-067,但靶机有点问题,除了第一次,后面都连不上端口了 blue blue 神似 修改命名管道,手打ms17-010 Devel Devel 神似...

5.9CVSS7AI score0.45205EPSS
SaveExploits2
Gitee
Gitee
added 2025/09/21 11:11 p.m.136 views

sslyze

It is an offensive tool for scanning SSL/TLS configurations. The primary target of this tool is the SSL/TLS configuration of a server, which can be analyzed to ensure it uses strong encryption settings and is not vulnerable to known TLS attacks. The tool can connect to a server to perform the...

7.3AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:47 a.m.136 views

aflnet

It is an offensive tool for network protocols. AFLNet is a greybox fuzzer for protocol implementations. It takes a mutational approach and uses state-feedback, in addition to code-coverage feedback, to guide the fuzzing process. AFLNet is seeded with a corpus of recorded message exchanges between...

7.5AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 5:46 p.m.135 views

EvilOSX

This is an evil RAT Remote Administration Tool for macOS / OS X. It is a Python-based tool that allows for remote access and control of a compromised system. The tool is designed to be undetectable by anti-virus software and is persistent, meaning it will survive a reboot. The tool has a modular...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 4:41 p.m.135 views

APTSimulator

This is a toolset for simulating an APT Advanced Persistent Threat attack on a Windows system. The tool, called APT Simulator, is a Windows Batch script that uses a set of tools and output files to make a system look as if it was compromised. It is designed to be simple and easy to use, requiring...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 9:55 a.m.135 views

Exploit for OS Command Injection in Gnu Bash

PoC exploit for CVE-2014-6271 Shellshock. The target product/service is Apache httpd, and the vulnerability class/vector is RCE Remote Code Execution via environment variable manipulation. The probable entry point is the CGI Common Gateway Interface handler. Notable dependencies/tooling include t...

10CVSS8.5AI score0.99999EPSS
SaveExploits139
Gitee
Gitee
added 2025/09/13 5:2 a.m.135 views

Zeratool

This repository, Zeratool, is an automatic exploit generation tool for exploitable CTF Capture The Flag problems. It uses the angr concolic analysis engine to analyze binaries and identify vulnerabilities, and then weaponizes these vulnerabilities for remote code execution through pwntools. The...

8.6AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 12:46 a.m.135 views

Exploit for CVE-2021-1675

CVE-2021-1675 / CVE-2021-34527 Impacket implementation of the PrintNightmare PoC originally created by Zhiniang Peng @edwardzpeng & Xuefeng Li @lxf02942370 Tested on a fully patched 2019 Domain Controller Execute malicious DLL's remote or locally Patch update Microsoft has released a patch to...

9.3CVSS7AI score0.99792EPSS
SaveExploits75
Gitee
Gitee
added 2025/10/28 5:14 p.m.134 views

Exploit for Use of Incorrectly-Resolved Name or Reference in Apache Tomcat

This is a Java class file that appears to be a payload for a malicious attack. The class is named "Foo" and has a single method, "", which is the constructor. The constructor takes no arguments and does not perform any actions. The class also has a "serialVersionUID" field, which is a unique...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 6:3 p.m.134 views

Exploit for Out-of-bounds Read in Openssl

This repository is an exploit for CVE-2014-0160, also known as the Heartbleed vulnerability. The exploit is designed to abuse OpenSSL clients that are vulnerable to this issue. The target product/service is OpenSSL, and the vulnerability class/vector is a buffer overflow in the TLS heartbeat...

7.5CVSS7.2AI score0.99999EPSS
SaveExploits91
Gitee
Gitee
added 2025/09/06 12:58 a.m.134 views

Exploit for CVE-2021-1675

CVE-2021-1675 - PrintNightmare LPE PowerShell Caleb Stewart | John Hammond | July 1, 2021 ---------------------------------------------------------- CVE-2021-1675 is a critical remote code execution and local privilege escalation vulnerability dubbed "PrintNightmare." Proof-of-concept exploits ha...

9.3CVSS9.2AI score0.84814EPSS
SaveExploits63
Gitee
Gitee
added 2025/08/16 8:41 p.m.135 views

Exploit for CVE-2023-1234

It is an offensive tool for SSH exploitation. The repository contains a proof of concept PoC exploit for CVE-2023-1234, which targets vulnerable proxycommand configurations on SSH clients. The target product/service is OpenBSD's SSH, and the vulnerability class/vector is remote command execution...

4.3CVSS8AI score0.00707EPSS
SaveExploits7
Gitee
Gitee
added 2025/09/14 11:52 a.m.132 views

Exploit for Out-of-bounds Read in Openssl

This is an exploit module/toolkit targeting the Heartbleed vulnerability CVE-2014-0160. The target product/service is OpenSSL, and the vulnerability class/vector is a buffer overflow in the TLS heartbeat extension, allowing for memory disclosure. The probable entry point is the ssl3writebytes...

7.5CVSS8.4AI score0.99999EPSS
SaveExploits91
Gitee
Gitee
added 2025/09/13 12:52 p.m.132 views

Exploit for CVE-2023-36880

Mirage is a PoC memory evasion technique that relies on a vulnerable VBS enclave to hide shellcode within VTL1. It is a PoC exploit for CVE-2023-36880. The code performs the following steps: 1. Loads a vulnerable version of the "prefsenclavex64.dll" enclave 2. Call the vulnerable "SealSettings"...

4.8CVSS7.3AI score0.01616EPSS
SaveExploits1
Gitee
Gitee
added 2025/09/13 12:41 a.m.132 views

Exploit for CVE-2023-1234

This repository is an offensive tool for Linux server clusters. It is a PoC exploit for CVE-2023-1234, which is not specified in the provided context. The target product/service or framework is not explicitly stated, but it appears to be a Linux server cluster management tool. The vulnerability...

4.3CVSS8.1AI score0.00707EPSS
SaveExploits7
Gitee
Gitee
added 2025/08/03 4:13 a.m.132 views

Exploit for Deserialization of Untrusted Data in Ibm Sterling_B2B_Integrator

Java Deserialization Exploits A collection of curated Java Deserialization Exploits Currently this repo contains exploits for the following vulnerabilities: - Cisco Prime Infrastructure Java Deserialization RCE CVE-2016-1291 - IBM WebSphere Java Object Deserialization RCE CVE-2015-7450 - OpenNMS...

10CVSS6.9AI score0.97655EPSS
SaveExploits53
Gitee
Gitee
added 2025/07/27 4:2 a.m.132 views

Exploit for CVE-2020-0609

BlueGate Proof of Concept Denial of Service + scanner for CVE-2020-0609 and CVE-2020-0610. These vulnerabilities allows an unauthenticated attacker to gain remote code execution with highest privileges via RD Gateway for RDP. Please use for research and educational purpose only. Usage Make sure y...

10CVSS10AI score0.74897EPSS
SaveExploits12
Gitee
Gitee
added 2025/09/14 6:14 p.m.131 views

webcgi-exploits

This repository is a collection of exploits related to web CGI interfaces. It is a multi-language repository, with exploits written in PHP and Python. The exploits are designed to take advantage of vulnerabilities in web servers and CGI interfaces, allowing for remote code execution, port...

8.2AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 3:29 p.m.131 views

clusterd

This is an open-source application server attack toolkit called clusterd. It automates the fingerprinting, reconnaissance, and exploitation phases of an application server attack. The toolkit currently supports six different application server platforms, with several more in development and...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 3:49 a.m.131 views

ossindex-maven-plugin

It is an offensive tool for dependency audit. The primary CVE ID is not present in the provided context. The target product/service or framework is Maven, and the vulnerability class/vector is dependency audit. Notable dependencies/tooling include the OSS Index REST API v2.0. The execution contex...

6.8AI score
SaveExploits0
Total number of security vulnerabilities1939