Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

See README.md for pull requests

License

NotificationsYou must be signed in to change notification settings

TwoUnderscorez/pwntools

 
 

Repository files navigation

#1667:i386 ascii shellcode

#1693:Fix documentation of #1667

pwntools - CTF toolkit

pwntools logo

PyPIDocsTravisGitHub Workflow Status (branch)CoverallsMIT LicenseTwitter

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.

frompwnimport*context(arch='i386',os='linux')r=remote('exploitme.example.com',31337)# EXPLOIT CODE GOES HEREr.send(asm(shellcraft.sh()))r.interactive()

Documentation

Our documentation is available atdocs.pwntools.com

A series of tutorials is alsoavailable online

To get you started, we've provided some example solutions for past CTF challenges in ourwrite-ups repository.

Installation

Pwntools is best supported on 64-bit Ubuntu LTE releases (14.04, 16.04, 18.04, and 20.04). Most functionality should work on any Posix-like distribution (Debian, Arch, FreeBSD, OSX, etc.). Python >= 2.7 is required (Python 3 suggested as best).

Most of the functionality of pwntools is self-contained and Python-only. You should be able to get running quickly with

apt-get updateapt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essentialpython3 -m pip install --upgrade pippython3 -m pip install --upgrade pwntools

However, some of the features (assembling/disassembling foreign architectures) require non-Python dependencies. For more information, see thecomplete installation instructions here.

Contribution

SeeCONTRIBUTING.md

Contact

If you have any questions not worthy of abug report, feel free to ping usat#pwntools on Freenode and ask away.Clickhere to connect.There is also amailing list for higher latency discussion.

About

See README.md for pull requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python55.0%
  • Assembly44.4%
  • Other0.6%

[8]ページ先頭

©2009-2025 Movatter.jp