LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pwn

Exploit development and CTF utilities

TLDR

Convert assembly code to bytes
$ pwn asm "xor edi, edi"
copy
Create a cyclic pattern of specific length
$ pwn cyclic 100
copy
Encode data into hexadecimal
$ pwn hex deadbeef
copy
Decode data from hexadecimal
$ pwn unhex 6c4f7645
copy
Print x64 Linux shellcode for running a shell
$ pwn shellcraft amd64.linux.sh
copy
Check binary security settings for an ELF file
$ pwn checksec path/to/file
copy
Check for updates
$ pwn update
copy
Display version
$ pwn version
copy

SYNOPSIS

pwn command [arguments...]

DESCRIPTION

pwn is the command-line interface for Pwntools, an exploit development library designed for rapid prototyping and CTF challenges. It provides utilities for assembly, shellcode generation, binary analysis, and data encoding.The tool supports multiple architectures and operating systems for security research and penetration testing.

PARAMETERS

asm code

Convert assembly code to bytes
cyclic length
Create a cyclic pattern
hex data
Encode data to hexadecimal
unhex hex
Decode hexadecimal data
shellcraft arch.os.shellcode
Generate shellcode
checksec file
Check binary security settings
update
Check for updates
version
Display version

INSTALL

sudo apk add pwntools
copy
brew install pwntools
copy
nix profile install nixpkgs#pwntools
copy

CAVEATS

Intended for authorized security testing and educational purposes only. Generated shellcode and exploits should only be used in controlled environments.

HISTORY

Part of Pwntools, a Python library developed for CTF players and security researchers. Provides convenient command-line access to common exploit development tasks.

SEE ALSO

gdb(1), objdump(1), readelf(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid