All Projects → xnianq → awd-frame

xnianq / awd-frame

Licence: other
ctf awd framework

Programming Languages

python
139335 projects - #7 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to awd-frame

Auto-AWD
🚩 CTF AWD framework
Stars: ✭ 24 (-68.83%)
Mutual labels:  ctf-tools, awd
TomatoTools
TomatoTools 一款CTF杂项利器,支持36种常见编码和密码算法的加密和解密,31种密文的分析和识别,支持自动提取flag,自定义插件等。
Stars: ✭ 66 (-14.29%)
Mutual labels:  ctf-tools
python-tinyscript
Devkit for quickly building CLI tools with Python
Stars: ✭ 39 (-49.35%)
Mutual labels:  ctf-tools
haiti
🔑 Hash type identifier (CLI & lib)
Stars: ✭ 287 (+272.73%)
Mutual labels:  ctf-tools
Scuffed Low Level Stash
Stash for Binary Exploitation and Reverse Engineering Resources
Stars: ✭ 83 (+7.79%)
Mutual labels:  ctf-tools
mkctf
A CTF framework to create, build, deploy and monitor challenges
Stars: ✭ 81 (+5.19%)
Mutual labels:  ctf-tools
tmpleak
Leak other players' temporary workspaces for ctf and wargames.
Stars: ✭ 76 (-1.3%)
Mutual labels:  ctf-tools
FastPwn
CTF中Pwn的快速利用模板(包含awd pwn)
Stars: ✭ 18 (-76.62%)
Mutual labels:  awd
ctf4noobs
Resumão da massa sobre Capture the Flag.
Stars: ✭ 18 (-76.62%)
Mutual labels:  ctf-tools
CryptionTool
一个CTF+渗透测试工具框架,集成常见加解密,密码、编码转换,端口扫描,字符处理等功能
Stars: ✭ 62 (-19.48%)
Mutual labels:  ctf-tools
axion
A toolkit for CTFs
Stars: ✭ 15 (-80.52%)
Mutual labels:  ctf-tools
rbuster
yet another dirbuster
Stars: ✭ 21 (-72.73%)
Mutual labels:  ctf-tools
CryptoAttacks
Implementation of attacks on cryptosystems
Stars: ✭ 53 (-31.17%)
Mutual labels:  ctf-tools
webgrep
Grep Web pages with extra features like JS deobfuscation and OCR
Stars: ✭ 86 (+11.69%)
Mutual labels:  ctf-tools
Nightingale
It's a Docker Environment for pentesting which having all the required tool for VAPT.
Stars: ✭ 119 (+54.55%)
Mutual labels:  ctf-tools
penelope
Penelope Shell Handler
Stars: ✭ 291 (+277.92%)
Mutual labels:  ctf-tools
zBuster
Bash script for CTF automating basic enumeration
Stars: ✭ 20 (-74.03%)
Mutual labels:  ctf-tools
bento
Bento Toolkit is a minimal fedora-based container for penetration tests and CTF with the sweet addition of GUI applications.
Stars: ✭ 74 (-3.9%)
Mutual labels:  ctf-tools
BerylEnigma
一个为渗透测试与CTF而制作的工具集,主要实现一些加解密的功能。
Stars: ✭ 329 (+327.27%)
Mutual labels:  ctf-tools
ImageStrike
ImageStrike是一款用于CTF中图片隐写的综合利用工具
Stars: ✭ 118 (+53.25%)
Mutual labels:  ctf-tools

awd-frame

ctf awd framework,没有啥牛逼的功能,只是简单的将比赛过程中手动的工作半自动化,省的比赛的时候手忙脚乱,毁了思路。

使用

python awd-frame.py

实现功能

  • 批量登陆ssh,修改ssh密码/执行ssh命令
  • 实现半自动化批量攻击,需要指定payload,以及一句话木马
  • 通过webshell在同目录下种植指定的木马,xnianq.txt中为内存马。
  • 获取到的flag进行提交

由于每次比赛的主办方采用的配置不太相同,所以在提交flag这一模块没有实现的很好,不过还能凑合用.:) 半自动化攻击时,可以使用GET/POST两种方法进行提交payload。

依赖

pip install -r Requirement.txt

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].