ignore blog posts in search

This commit is contained in:
oxeo0 2025-05-07 20:09:09 +02:00
parent 0c2f5800bd
commit 4d81bfb2cb
228 changed files with 912 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
search:
exclude: true
---
# Python Pwntools
Pwntools is a python ctf library designed for rapid exploit development. It helps us write exploits quickly, thanks to the functionnalities behind it. Pwntools has python2 and python3 versions, In this course we will use the python3 version since it is the most up to date.