Lucene search
+L

45 matches found

Gitee
Gitee
added 2021/03/02 10:7 p.m.5 views

nightmare

This repository is an open-source project for teaching binary exploitation and reverse engineering skills through a series of challenges. It is a collection of CTF Capture The Flag challenges designed to help learners develop their skills in exploiting binaries and reversing assembly code. The...

7.1AI score
SaveExploits0
GithubExploit
GithubExploit
added 2021/02/13 6:57 a.m.177 views

Exploit for Improper Handling of Exceptional Conditions in Openbsd Opensmtpd

CVE-2020-7247-exploit OpenSMTPD 6.4.0 -...

10CVSS9.8AI score0.98946EPSS
SaveExploits27
Veracode
Veracode
added 2021/01/11 6:23 a.m.18 views

Server-Side Template Injection (SSTI)

pwntools is vulnerable to server-side template injection. An attacker is able to inject and execute arbitrary code via the Shellcraft generation due to insecure parsing of strings that containing end of multiline comment...

9.8CVSS6.4AI score0.04198EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/01/08 12:15 p.m.24 views

CVE-2020-28468

This affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection SSTI, which can lead to remote code execution...

9.8CVSS8.3AI score
SaveExploits0References3
NVD
NVD
added 2021/01/08 12:15 p.m.30 views

CVE-2020-28468

This affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection SSTI, which can lead to remote code execution...

9.8CVSS9AI score0.04198EPSS
SaveExploits1References3
Prion
Prion
added 2021/01/08 12:15 p.m.21 views

Remote code execution

This affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection SSTI, which can lead to remote code execution...

7.5CVSS9.9AI score0.04198EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2021/01/08 12:15 p.m.42 views

PYSEC-2021-72

This affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection SSTI, which can lead to remote code execution...

9.8CVSS7.9AI score0.04198EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/01/08 12:15 p.m.27 views

PYSEC-2021-72

This affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection SSTI, which can lead to remote code execution...

9.8CVSS5.3AI score0.04198EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2021/01/08 11:20 a.m.37 views

CVE-2020-28468 Improper Control of Generation of Code ('Code Injection')

This affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection SSTI, which can lead to remote code execution...

8.1CVSS10AI score0.04198EPSS
SaveExploits1References3
CVE
CVE
added 2021/01/08 11:20 a.m.79 views

CVE-2020-28468

CVE-2020-28468 affects pwntools prior to 4.3.1. The shellcraft generator in affected versions is vulnerable to Server-Side Template Injection (SSTI), enabling remote code execution. Documented impact is high/critical risk depending on source; exploitation status is not detailed in the provided do...

9.8CVSS9.4AI score0.04198EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2021/01/08 12:0 a.m.13 views

Gallopsled Pwntools Code Injection Vulnerability

Gallopsled Pwntools is a Python-based support for exploiting vulnerabilities in an easy way by Gallopsled individual developers. A security vulnerability exists in pwntools before 4.3.1, which is vulnerable to a server-side template injection SSTI attack that results in remote code execution...

9.8CVSS7.6AI score0.04198EPSS
SaveExploits1References4
Gitee
Gitee
added 2020/12/25 12:35 p.m.3 views

pwntools

This repository is an offensive tool for binary exploitation. The primary vulnerability targeted by this tool is not explicitly stated in the provided context, but the tool is designed for binary exploitation, which suggests that it may be targeting a vulnerability that allows for code execution ...

8.1AI score
SaveExploits0
Snyk
Snyk
added 2020/11/30 12:55 p.m.2 views

Improper Control of Generation of Code ('Code Injection')

Overview pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible. Affected versions of this package are vulnerable to Improper Control of Generation of Code 'Co...

9.8CVSS7.8AI score0.04198EPSS
SaveExploits1References2
Gitee
Gitee
added 2020/11/14 4:33 p.m.5 views

My-PWN-Life

This repository is an exploit for a buffer overflow vulnerability in a binary called "bof". The exploit is written in Python and uses the pwntools library to interact with the binary. The binary is a simple program that takes user input and stores it in a buffer. The buffer is not properly...

8.3AI score
SaveExploits0
Gitee
Gitee
added 2020/11/01 8:10 p.m.2 views

pwntools

This repository is an offensive tool for binary exploitation. The primary vulnerability targeted by this tool is not explicitly stated in the provided context, but it is likely a remote code execution RCE vulnerability, given the nature of the tool. The target product/service or framework is not...

8.9AI score
SaveExploits0
Gitee
Gitee
added 2020/09/01 9:20 a.m.44 views

pwntools

This repository is an offensive tool for CTF Capture The Flag pwn challenges. It is a framework for writing scripts to solve CTF pwn challenges. The primary CVE ID is not explicitly stated in the provided context, but the repository is likely used for exploiting vulnerabilities in various softwar...

8.2AI score
SaveExploits0
Gitee
Gitee
added 2020/08/17 5:25 p.m.4 views

pwn_example

This is a C programming challenge repository, specifically designed for learning and practicing stack-based buffer overflow attacks. The repository contains several example projects, each demonstrating a different type of attack. The main project, "pwnheapbase/useafterfree", is a simple note-taki...

7.8AI score
SaveExploits0
Gitee
Gitee
added 2020/08/06 6:4 p.m.7 views

ctf-pwns

This repository contains a collection of CTF Capture The Flag challenges for training and education. The challenges are categorized into several folders, each containing a specific challenge. The challenges are designed to test various skills, including exploitation, reverse engineering, and...

6.5AI score
SaveExploits0
Gitee
Gitee
added 2020/08/03 10:41 a.m.3 views

pwntools

It is an offensive tool for binary exploitation. The repository contains the pwntools project, a Python library for binary exploitation. The primary vulnerability class targeted by this tool is RCE Remote Code Execution. The probable entry points for this tool are the exploit.py script and the...

8AI score
SaveExploits0
Gitee
Gitee
added 2020/05/08 5:50 p.m.3 views

ctf_repo

This is a Python script for a CTF Capture The Flag challenge called "FunPwn". The script is designed to automate the game by interacting with the game's console. Here's a breakdown of the script: 1. The script starts by importing the pwn module, which is a Python library for exploitation. 2. The...

7.1AI score
SaveExploits0
Rows per page
Query Builder