Skip to content

My CTF templates, include crypto, pwn, web, kenrel exploit templates

Notifications You must be signed in to change notification settings

Naupjjin/MyCTFLib

Repository files navigation

MyPwnLib

Author: 堇姬Naup

描述

CTF模板,包含Pwn跟Crypto

下載

git clone https://github.com/Naupjjin/MyCTFLib.git
cd MyCTFLib
chmod +x init.sh
./init.sh

use PwnLib

cd MyCTFLib
./copyPWNLIB.sh
cd ../

use CryptoLib

cd MyCTFLib
./copyCRYPTOLIB.sh
cd ../

use WebLib

cd MyCTFLib
./copyWEBLIB.sh
cd ../

lib intro

MyCTFLib
├── copyCRYPTOLIB.sh
├── copyPWNLIB.sh
├── copyWEBLIB.sh
├── init.sh
├── MyCryptoLib
│   ├── Block_cipher_lib.py
│   ├── exploit.py
│   ├── MATH_lib.py
│   ├── MT19937_lib.py
│   ├── RSA_lib.py
│   └── wiener.py
├── MyPwnLib
│   ├── exploit.py
│   └── libs
│       ├── NAUP_filestructure_lib.py
│       ├── NAUP_fmt_lib.py
│       ├── NAUP_pwn_lib.py
│       └── NAUP_shellcode_lib.py
├── MyWebLib
│   ├── php_filter_chain.py
│   └── SSTI.py
└── README.md

About

My CTF templates, include crypto, pwn, web, kenrel exploit templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published