EvilZone

Other => Found it on the Webs => Topic started by: chapp on August 11, 2013, 09:01:11 PM

Title: CTF pwntools library
Post by: chapp on August 11, 2013, 09:01:11 PM
Hi


If not yet posted a danish CTF team pwnies have released a framework of tools. Headline from readme

"This is the CTF framework used by pwnies in every CTF."


https://github.com/pwnies/pwntools (https://github.com/pwnies/pwntools)


Just had a quick look and it looks promising
Title: Re: CTF pwntools library
Post by: Kulverstukas on August 11, 2013, 09:47:42 PM
I'm having difficulties understanding dafuq is that supposed to be.
Title: Re: CTF pwntools library
Post by: Axon on August 11, 2013, 11:34:20 PM
Same here kulverstukas. Can someone explain dafuq is this?
Title: Re: CTF pwntools library
Post by: vezzy on August 12, 2013, 12:20:36 AM
Appears to be a Python framework for binary exploitation and general helper scripts to generate payloads.

I can see how this would be useful in a CTF.
Title: Re: CTF pwntools library
Post by: chapp on August 12, 2013, 08:12:55 PM
Appears to be a Python framework for binary exploitation and general helper scripts to generate payloads.

I can see how this would be useful in a CTF.
I only had a quick view of it, but looks interesting imo. They seem to have implemented some functionality also found in metasploit like the "create pattern", but in a smaller framework also lacking exploits for popular applications.