Skip to content

A tool designed for checking the validity of patches made by participants in CTF AWD competitions.

Notifications You must be signed in to change notification settings

Q1IQ/AWD-PWN-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWD-PWN-Checker

Description: A tool designed for checking the validity of patches made by participants in CTF AWD competitions. Helps ensure a fair competition by ensuring that patches made by participants are valid and in accordance with the rules. The checker uses SSH public key authentication to access the participant's server and verifies the binary file.

Features

  • Does not rely on the pwntools library.
  • Detect if the patch changes free to nop or any other instruction.
  • Detect if the patch increases the size of malloc
  • Detect if the patch modifies the plt and got tables.

Usage

python3 main.py pwncheck.py --host 1.2.3.4 --port 9999

Ref

https://q1iq.top/awd-pwn-checker/

About

A tool designed for checking the validity of patches made by participants in CTF AWD competitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages