Skip to main content

Tools for the course Proactive Computer Security at DIKU

Project description

pcstools - exploit toolkit for the PCS course
=====================================

`MIT License <http://choosealicense.com/licenses/mit/>`__

pcstools is an exploit development library heavily inspired by
`https://pwntools.com/ <pwntools>`__. It is not a design goal to be
API-compatible with pwntools, but it is likely that we will be mostly
compatible.

.. code:: python

from pcstools import *

r = remote('exploitme.example.com', 31337)
# EXPLOIT CODE GOES HERE
r.send(asm(shellcraft.sh()))
r.interactive()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pcstools-0.2.tar.gz (13.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page