Skip to content

Commit ec486ea

Browse files
authored
Update pwntools_basics.md
1 parent 012b13f commit ec486ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/content/post/pwntools_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To install, you'll typically run something like `sudo apt install python3-pwntoo
1414

1515
## What utilities does this give me?
1616

17-
The main way to see `pwntools` command line utilities is by running `pwn [utility_name] [arguments]`, for instance `pwn checksec ./mybinary` will check the protections of the binary called `mybinary`. These are documented in more depth [here] (https://docs.pwntools.com/en/stable/commandline.html).
17+
The main way to see `pwntools` command line utilities is by running `pwn [utility_name] [arguments]`, for instance `pwn checksec ./mybinary` will check the protections of the binary called `mybinary`. These are documented in more depth [here](https://docs.pwntools.com/en/stable/commandline.html).
1818

1919
## How do I write exploits with it?
2020

0 commit comments

Comments
 (0)