Lucene search
+L
GiteeMost viewed

1951 matches found

Gitee
Gitee
added 2025/09/28 8:37 p.m.98 views

gauntlt

This is an offensive tool for web application security testing. It is a ruggedization framework that enables security testing that is usable by devs, ops, and security. The tool is called Gauntlt. The target product/service or framework is not explicitly stated, but based on the examples provided...

7.9AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 5:18 p.m.98 views

Pentest

This repository is an offensive tool for web application exploitation, specifically a backdoor for web applications. It contains a JavaScript file check.js that is designed to be injected into a web page to steal user credentials. The tool uses the jQuery library jquery.cookie.min.js to manage...

6.2AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:27 a.m.98 views

easy-linux-pwn

This is a set of Linux binary exploitation tasks for beginners on various architectures. The tasks are designed to be solved using a suggested approach, even if there are other easier ways. The tasks assume a dynamically linked libc with a known binary and require the use of ROP Return-Oriented...

6.6AI score
SaveExploits0
Gitee
Gitee
added 2025/07/06 2:42 a.m.98 views

Exploit for Path Traversal in Citrix Application_Delivery_Controller_Firmware

CVE-2019-19781 Remote Code Execution Exploit for Citrix Application Delivery Controller and Citrix Gateway CVE-2019-19781 Usage : bash CVE-2019-19781.sh IPOFVULNURABLEHOST COMMANDTOEXECUTE e.g : bash CVE-2019-19781.sh XX.XX.XX.XX 'cat /etc/passwd' Reference :...

9.8CVSS9.6AI score0.99999EPSS
SaveExploits48
Gitee
Gitee
added 2019/08/09 3:36 p.m.98 views

Exploit for Race Condition in Canonical Ubuntu_Linux

This is a PoC exploit for CVE-2016-5195, a vulnerability in the Linux kernel that allows for a local privilege escalation. The exploit is implemented in C++ and has been ported to Go and a legacy version without C++11 features. The exploit modifies the /etc/passwd file, forcing the password...

7.2CVSS7AI score0.83524EPSS
SaveExploits92
Gitee
Gitee
added 2025/09/13 8:20 a.m.97 views

browserify-sourcemap-poc

This is a proof-of-concept repository for browserify source mapping. The repository contains a index.js file that reads the contents of three JavaScript files foo.js, bar.js, and sub/foo.js and creates a source map for each file. The source map is then used to map the original source code to the...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 12:17 a.m.97 views

xss

This is a web application for a free online web and mobile security class, Hacker101. The application is built using Jekyll, a static site generator, and is hosted on GitHub Pages. The site provides a variety of resources, including videos, resources, and a CTF Capture The Flag section. The...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/08/03 4:14 a.m.97 views

personal-security-checklist

It is an offensive tool for community guidelines and contributor policies. The repository contains a curated checklist of 300+ tips for protecting digital security and privacy in 2022. The primary CVE ID is not present in the provided context. The target product/service or framework is not...

6.8AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 4:26 a.m.97 views

JavaDeserH2HC

This repository contains sample codes for the Hackers to Hackers Conference magazine 2017 H2HC. The codes are designed to demonstrate various exploitation techniques, specifically focusing on Java deserialization vulnerabilities. The primary vulnerability class/vector targeted is Java...

8.2AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 4:04 a.m.97 views

suricata-rules

suricata-rules Suricata是一个优秀的开源入侵检测系统,此项目记录安全运营人员提取的高质量Suricata IDS规则,欢迎大家提交。 规则编写要求如下 每个规则对应新建目录如下 webshell检测 规则目录名称-按照对应检测规则描述清楚即可 - webshell.pcap 规则对应的pcap包,尽量以flow的形式保存 - websehll.rules 自己提取的规则文件,尽量测试过提交。 - README 可以描述一些规则相关的东西,便于他人理解,支持Markdown 规则目录...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:36 a.m.97 views

PoC

Pedro Ribeiro @pedrib Exploit Dumping Grounds === This repository contains information, exploits, scripts, etc, that I have made public and it is located at https://github.com/pedrib/PoC. advisories: all my public advisories, research notes, etc Pwn2Own: advisories related to my Pwn2Own...

7.5AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:23 a.m.97 views

uptux

uptux Specialized privilege escalation checks for Linux systems. Implemented so far: - Writable systemd paths, services, timers, and socket units - Disassembles systemd unit files looking for: - References to executables that are writable - References to broken symlinks pointing to writeable...

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

WinPwn

This is an offensive tool for Windows. It is a PowerShell script repository, WinPwn, that automates various internal penetration test processes, including reconnaissance and exploitation. The script is designed to be used on a Windows system with no internet access, and it includes a menu-driven...

7AI score
SaveExploits0
Gitee
Gitee
added 2023/03/28 1:56 p.m.97 views

Exploit for Race Condition in Canonical Ubuntu_Linux

This repository is a proof-of-concept PoC for the Dirty COW CVE-2016-5195 vulnerability. The PoC relies on ptrace to patch the vDSO Virtual Dynamic Shared Object instead of modifying filesystem binaries. This approach has several advantages, including no setuid binary required, SELinux bypass,...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92
Gitee
Gitee
added 2020/11/25 11:04 p.m.97 views

Exploit for Code Injection in Microsoft

somepocsuite 用于企业内部进行漏洞排查与验证的的pocsuite3验证POC代码(pocsuite3是知道创宇安全团队的开源漏洞测试框架)。 由于原Pocsuite已停止更新,因此将原来的POC代码全部重新改写并迁移到pocsuite3,原POC备份在PocsuiteV2中。 插件代码编写 使用pocsuite3 漏洞测试框架,插件编写请参考 pocsuite3 项目插件编写要求。 PoC 编写规范及要求说明 | 序号 | poc | 说明 | | ---- | --------------------------------------- |...

10CVSS8AI score0.99999EPSS
SaveExploits517
Gitee
Gitee
added 2025/09/13 9:08 p.m.96 views

pwntools

This is a CTF Capture The Flag framework and exploit development library. It is written in Python and provides a set of tools for developing and executing exploits. The library is designed to be extensible and customizable, allowing users to easily add new functionality and plugins. The library i...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 4:51 a.m.96 views

awesome-android-security

A curated list of Android Security materials and resources For Pentesters and Bug Hunters...

7AI score
SaveExploits0
Gitee
Gitee
added 2021/07/25 4:14 p.m.96 views

Exploit for CVE-2020-1472

PoC exploit for CVE-2020-1472 ZeroLogon vulnerability. The target product/service is Windows Domain Controller DC. The vulnerability class/vector is authentication bypass via all-zero challenge. The probable entry point is the Netlogon service, which is accessed via the Impacket library. Notable...

10CVSS7.8AI score0.99389EPSS
SaveExploits76
Gitee
Gitee
added 2025/09/14 6:34 p.m.95 views

SQLInjectionWiki

This is a SQL injection wiki repository. It is a collection of resources and information on SQL injection techniques, including detection, exploitation, and mitigation. The repository is maintained by NetSPI and is available in both English and Chinese versions. The wiki covers various topics...

8.1AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 11:52 a.m.95 views

exifcleaner

Cross-platform desktop GUI app to clean image metadata...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/08/09 11:20 p.m.95 views

Pocsuite

This project is an open-sourced remote vulnerability testing and proof-of-concept development framework called Pocsuite, developed by the Knownsec 404 Team. It comes with a powerful proof-of-concept engine and many niche features for penetration testers and security researchers. The framework...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/08/03 5:06 a.m.95 views

vulns

It is an offensive tool for Linux. The repository, 'vulns', contains a collection of vulnerabilities and attacks, including Slowloris, BEAST, CRIME, BREACH, TIME, Heartbleed, CCS Injection, Shellshock, Drupalgeddon, POODLE, goto fail, GHOST, FREAK, Superfish, Rowhammer, Logjam, Stagefright, VENOM...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 4:59 a.m.95 views

OSCP

OSCP Hello world! This repo contain some of the scripts, exploits, and documents made during my OSCP journey. The list include but not limited to the following: LinuxPrivCheck.sh Yes, there are far better scripts out there, However this one has less output to go thru and it has colors. Think basi...

8.2AI score
SaveExploits0
Gitee
Gitee
added 2025/07/06 2:51 a.m.95 views

Exploit for Path Traversal in Citrix Application_Delivery_Controller_Firmware

PoC exploit for CVE-2019-19781, a vulnerability in Citrix Application Delivery Controller ADC and Gateway. The repository, CitrixHoneypot, is a honeypot designed to detect and log scan and exploitation attempts for this vulnerability. The tool is written in Python and uses the http.server module ...

9.8CVSS7.7AI score0.99999EPSS
SaveExploits48
Gitee
Gitee
added 2025/09/14 3:40 p.m.94 views

RootHelper

This is an offensive tool for Linux privilege escalation. The primary CVE ID is not explicitly mentioned, but the tool fetches scripts that aid in privilege escalation, suggesting that it targets vulnerabilities in Linux systems. The tool, called RootHelper, downloads and unzips scripts that...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 1:24 p.m.94 views

anti-xss

It is an offensive tool for PHP. The primary CVE ID is not explicitly mentioned in the provided context, but the tool is designed to prevent Cross-site scripting XSS attacks. The target product/service is PHP, and the vulnerability class/vector is XSS. The probable entry points are not explicitly...

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

InfiniteWP-exploit

It is an exploit module for InfiniteWP Client 1.9.4.5 - Authentication Bypass. The primary CVE ID is not explicitly stated, but the exploit is based on a vulnerability disclosed at https://0day.work/infinitewp-client-1-9-4-5-authentication-bypass/. The target product/service is InfiniteWP Client,...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/08/03 4:27 a.m.94 views

pwn2exploit

pwn & exploit 这是些前段时间研究二进制的一些心得 Paper. 本来是希望能够从底层原理到全局把控的层次去整理. 这里只完成了部分的Paper, 还有很多的Paper只写了概要点. 个人有几篇 paper 还是很有参考价值的 linux进程动态so注入.md 这篇文章介绍了如何在目前的ELF下进行动态so注入, 介绍 gnu.hash 的结构和相关算法, 具体的代码可以参考evilELF, 代码设计规范. PWN之堆内存管理.md 这篇文章是我在阅读了很多参考资料和glibc后写的, 其中对于glibc分配算法中的各种缓存的设计有比较好的讲述以及对分配和释放算法有比价好的阐...

7.4AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:43 a.m.94 views

Priv2Admin

This repository, Priv2Admin, is an exploitation path that allows users to misuse Windows privileges to elevate their rights within the OS. The repository lists various Windows privileges and their corresponding impact, tools, execution paths, and remarks. The privileges include...

6.8AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:40 a.m.94 views

pathbrute

This is an exploit module/toolkit targeting web servers, specifically designed to brute force directories and files names. The tool, named "pathbrute," uses wordlists from Exploit databases and Metasploit to identify interesting content on servers, including potentially vulnerable websites. It ca...

7.4AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 3:36 a.m.94 views

Exploit for Improper Authentication in Microsoft

cve-2020-0688 Usage: usage: cve-2020-0688.py -h -s SERVER -u USER -p PASSWORD -c CMD optional arguments: -h, --help show this help message and exit -s SERVER, --server SERVER ECP Server URL Example: http://ip/owa -u USER, --user USER login account Example: domain\user -p PASSWORD, --password...

9CVSS9.4AI score0.99962EPSS
SaveExploits29
Gitee
Gitee
added 2025/07/06 3:24 a.m.94 views

Exploit for Improper Authentication in Microsoft

Exploit and detect tools for CVE-2020-0688Microsoft Exchange default MachineKeySection deserialize vulnerability build csc ExchangeCmd.cs csc ExchangeDetect.cs usage ExchangeDetect ExchangeCmd sub commands: exec args exec command arch get remote process architecturefor shellcode shellcode run...

9CVSS9.4AI score0.99962EPSS
SaveExploits29
Gitee
Gitee
added 2025/07/06 3:22 a.m.94 views

Shr3dKit

This is a Red Team Tool Kit repository, specifically designed for penetration testing and red teaming activities. The tool kit is influenced by infosecn1nja's kit and includes a wide range of tools for reconnaissance, weaponization, and delivery. The repository contains a total size of 2.5+Gb and...

6.8AI score
SaveExploits0
Gitee
Gitee
added 2021/02/02 3:35 p.m.94 views

Exploit for Exposure of Sensitive Information to an Unauthorized Actor in Redhat Jboss_Enterprise_Application_Platform

PoC exploit for CVE-2016-2183, a Padding Oracle vulnerability in Apache Shiro. The exploit targets the RCE Remote Code Execution vector, leveraging the Padding Oracle attack to bypass encryption and inject arbitrary data. The probable entry point is the shirooraclepadding.py script, which is...

7.5CVSS8.4AI score0.95707EPSS
SaveExploits7
Gitee
Gitee
added 2020/12/02 11:16 a.m.94 views

Exploit for Race Condition in Canonical Ubuntu_Linux

This is a PoC exploit for CVE-2016-5195, also known as the Dirty Cow vulnerability. The exploit targets Linux systems and uses the Dirty Cow vulnerability to gain root access. The vulnerability allows an attacker to write to a read-only page in memory, which can be used to execute arbitrary code...

7.2CVSS7.8AI score0.83524EPSS
SaveExploits92
Gitee
Gitee
added 2020/03/28 12:48 a.m.94 views

Exploit for CVE-2014-4878

PoC-and-Exp-of-Vulnerabilities 漏洞验证和利用代码收集 - 免责声明:本项目中的代码为互联网收集或自行编写,请勿用于非法用途,产生的法律责任和本人无关。针对Windows的PoC很多会被杀毒软件拦截,此为正常现象,请自行斟酌是否下载,如果有带有后门的exp,请通过提交issue联系我。 Windows - CVE-2017-0143MS17-010 Microsoft Windows SMB远程代码执行漏洞(永恒之蓝) - CVE-2017-7269 Microsoft IIS 6.0 远程代码执行漏洞 - CVE-2017-11882 Microsoft...

10CVSS7AI score0.99999EPSS
SaveExploits294
Gitee
Gitee
added 2025/09/06 4:10 p.m.93 views

Exploit for Out-of-bounds Write in Gnu Glibc

PoC exploit for CVE-2015-0235, a vulnerability in the gethostbyname2r and gethostbynamer functions of the glibc library. The exploit is a shared library wrapper that provides an additional check for the vulnerable functions, preventing them from being called. The target is the glibc library,...

10CVSS8.3AI score0.94558EPSS
SaveExploits29
Gitee
Gitee
added 2025/09/06 12:08 p.m.93 views

log4shell-detector

This is a Gradle wrapper script for a Java project. Here's a breakdown of the key points: Purpose: The script is used to start a Gradle build process. License: The script is licensed under the Apache License, Version 2.0. Functionality: The script sets up the environment for the Gradle build...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2025/08/21 3:15 p.m.93 views

cve

这里的洞大部分是当时测TaintScaner的时候水的,没有什么含金量,建议移步TaintScaner,学习如何利用污点分析快速的寻找这类从Source到Sink的php漏洞 https://github.com/Fushuling/TaintScaner...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2021/09/12 5:22 p.m.93 views

Exploit for Race Condition in Canonical Ubuntu_Linux

This is a PoC exploit for CVE-2016-5195, a vulnerability in the Linux kernel that allows an unprivileged user to gain root privileges by exploiting a bug in the way the kernel handles page table entries. The exploit is implemented in C++ and Go, and is designed to work on various Linux...

7.2CVSS7.7AI score0.83524EPSS
SaveExploits92
Gitee
Gitee
added 2026/07/22 1:24 p.m.92 views

nuclei-templates

No description...

5.3AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 4:50 p.m.92 views

tactical-exploitation

This is a tactical exploitation toolkit repository. It contains a Python script called "easywin.py" that provides a toolkit for exploit-less attacks aimed at Windows and Active Directory environments. The script leverages information gathering and brute force capabilities against the SMB protocol...

6.7AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 2:44 p.m.92 views

msdat

This is an offensive tool for Microsoft SQL Server MSSQL database exploitation. The tool is called "MSDAT" and is designed to perform various attacks on MSSQL databases, including reading and writing files, executing system commands, and more. The tool uses a variety of techniques, including OLE...

7.4AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 8:33 a.m.92 views

CUSEC-2020

Based on the provided code and context, here is a summary of the analysis: Classification: This is an Insecure Direct Object Reference IDOR bug. Background: The bug occurs when the application does not verify that the current user is authorized to access a resource with a specific ID. In this cas...

7.1AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 8:23 a.m.92 views

DependencyCheck

This is an open-source project for a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies. The project is called OWASP dependency-check. The project is written in Java and is designed to be used in a variety of environments, including...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/07/27 4:45 a.m.92 views

BigBountyRecon

BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/09/14 6:12 p.m.91 views

redteam-research

Collection of PoC and offensive techniques used by the BlackArrow Red Team...

7AI score
SaveExploits0
Gitee
Gitee
added 2025/09/06 10:17 p.m.91 views

Exploit for Code Injection in Vmware Spring_Framework

No description...

9.8CVSS8.2AI score0.99638EPSS
SaveExploits105
Gitee
Gitee
added 2025/09/06 1:01 a.m.91 views

cassandra-mesos

This is a repository for the Cassandra-Mesos framework, which is a distributed database system that allows for the deployment of Apache Cassandra on Apache Mesos. The framework is designed to provide a scalable and fault-tolerant way to run Cassandra on Mesos, and it includes features such as...

6.9AI score
SaveExploits0
Gitee
Gitee
added 2020/10/10 6:21 p.m.91 views

Exploit for CVE-2020-1472

PoC exploit for CVE-2020-1472, a vulnerability in the Windows Netlogon service that allows for authentication bypass. The exploit uses the Impacket library to test the vulnerability and attempts to perform a Netlogon authentication bypass. The script will immediately terminate when successfully...

10CVSS7.5AI score0.99389EPSS
SaveExploits76
Total number of security vulnerabilities1951