Skip to content

🐱‍🏍Automatic ctf pwn AWD framework to make it fast and simple.

Notifications You must be signed in to change notification settings

matrix1001/auto-awd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

auto-awd

Aiming at making AWD for pwn easy.

Just write your local debug pwn script and auto-awd will help you to attack remote targets without altering your script.

Requirement

  • Put your from pwn import * or from PwnContext import * into your exploit without indent(not tab no space). If you are using your own imported pwnscript, add from pwn import * behind it.
  • Make sure your script runs successfully.

Technique

Auto hook process and remote of pwntools, and adapt them to your target machine(s).

Usage

./auto-awd exploit.py 192.168.1.5 8888

Test

nc -lvp -e /bin/sh 1234 # or use socat if your nc does not support -e
./auto-awd test.py localhost 1234

TODO

  • Multi thread support ( nessessary ? )
  • Flag submit system

About

🐱‍🏍Automatic ctf pwn AWD framework to make it fast and simple.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages