This commit is contained in:
2025-06-06 01:40:17 +02:00
parent d800de05fb
commit e887de976a
46 changed files with 2970 additions and 1523 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "intro1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pwntools>=4.14.1",
]