All Projects → da1sy → FastPwn

da1sy / FastPwn

Licence: other
CTF中Pwn的快速利用模板(包含awd pwn)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FastPwn

pwnscripts
Very simple script(s) to hasten binary exploit creation
Stars: ✭ 66 (+266.67%)
Mutual labels:  exploit, pwn, ctf, pwntools
exploiting
Exploiting challenges in Linux and Windows
Stars: ✭ 122 (+577.78%)
Mutual labels:  exploit, pwn, ctf, pwntools
Gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers ☢
Stars: ✭ 4,197 (+23216.67%)
Mutual labels:  exploit, pwn, ctf, pwntools
Hyperpwn
A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda
Stars: ✭ 387 (+2050%)
Mutual labels:  exploit, pwn, ctf
CTF
My CTF tools & some other stuff
Stars: ✭ 17 (-5.56%)
Mutual labels:  pwn, ctf, pwntools
ctf-writeups
Writeups of CTF challenges
Stars: ✭ 19 (+5.56%)
Mutual labels:  pwn, ctf, pwntools
Ctf All In One
CTF竞赛权威指南
Stars: ✭ 2,807 (+15494.44%)
Mutual labels:  exploit, pwn, ctf
Write Ups
📚 VoidHack CTF write-ups
Stars: ✭ 45 (+150%)
Mutual labels:  exploit, pwn, ctf
Pwntools
CTF framework and exploit development library
Stars: ✭ 8,585 (+47594.44%)
Mutual labels:  exploit, ctf, pwntools
Shellen
🌸 Interactive shellcoding environment to easily craft shellcodes
Stars: ✭ 799 (+4338.89%)
Mutual labels:  exploit, pwn, ctf
One gadget
The best tool for finding one gadget RCE in libc.so.6
Stars: ✭ 1,306 (+7155.56%)
Mutual labels:  exploit, pwn, ctf
winpwn
CTF windows pwntools
Stars: ✭ 137 (+661.11%)
Mutual labels:  pwn, ctf, pwntools
NTU-Computer-Security
台大 計算機安全 - Pwn 簡報、影片、作業題目與解法 - Computer Security Fall 2019 @ CSIE NTU Taiwan
Stars: ✭ 293 (+1527.78%)
Mutual labels:  pwn, ctf
ida2pwntools
a IDA 7.0 plugins that helps to attach process created by pwntools and debug pwn
Stars: ✭ 58 (+222.22%)
Mutual labels:  ctf, pwntools
ctf-writeups
📚 Yet another CTF writeups repository. PWN and RE tasks
Stars: ✭ 29 (+61.11%)
Mutual labels:  pwn, ctf
kernelpwn
kernel-pwn and writeup collection
Stars: ✭ 348 (+1833.33%)
Mutual labels:  exploit, ctf
kar98k public
pwn & ctf tools for windows
Stars: ✭ 24 (+33.33%)
Mutual labels:  pwn, ctf
heaptrace
helps visualize heap operations for pwn and debugging
Stars: ✭ 252 (+1300%)
Mutual labels:  pwn, ctf
ctf
ctf wp 2019-2020
Stars: ✭ 23 (+27.78%)
Mutual labels:  pwn, ctf
heapinfo
An interactive memory info for pwning / exploiting
Stars: ✭ 96 (+433.33%)
Mutual labels:  pwn, ctf

FastPwn

V2.1 新增 [Auto_PerUti.py] 主要用于针对持久化控制目标主机后通过Tmux进行的的一个自动化flag获取、提交管理操作 当前的FastPwn缺点也很明显,当有些程序不能长时间挂起时,我们的持久化控制也将失效,即只可以单次利用.....

exploit

❯ python exploit.py 
❯ python exploit.py [exp_mod] 
❯ python exploit.py [Ip] [Port]
❯ python exploit.py [Ip] [Port] [exp_mod]


# Edit values:
      - RemPro()
           - elf_addr
           - pro_libc
           - enable_Onegadgets
      - exp()

Dynamic presentation

Awd-Exploit

❯ python Autopwn.py [exp_mod] 

# Tmux_Useing    : 
❯ tmux ls
❯ tmux a -t tmux_id

# Edit values:
     - main()
          - ip & port & cmd & flag_head
          - ip和port 同时决定着tmux会话的创建规则
          - attack():
              - 发送cat flag前的接收参数
              - Submit_flag()
                   - url
                   - headers {Token & Content-type}
                   - data (接收反馈时的编码问题)

Dynamic presentation

Auto_PerUti.py

# Bash_Useing
❯ python Auto_PerUti.py 
[T.T] Flag提交错误!
XCCTF{22ee2bc5dcc3afe1255e1db441004a35a9e9dd2d}
[+] Content : {"error":40307,"msg":"Flag 错误!"}

[T.T] Flag提交错误!
XCCTF{8e0b2348b5365a5b5fabd638f317bb226edf421d}
[+] Content : {"error":40307,"msg":"Flag 错误!"}

[T.T] Flag提交错误!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].