Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virink/awd_auto_attack_framework
AWD 自动化攻击框架
https://github.com/virink/awd_auto_attack_framework
awd ctf framework
Last synced: 3 months ago
JSON representation
AWD 自动化攻击框架
- Host: GitHub
- URL: https://github.com/virink/awd_auto_attack_framework
- Owner: virink
- Archived: true
- Created: 2019-06-21T09:31:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T09:33:13.000Z (over 5 years ago)
- Last Synced: 2024-05-13T19:33:25.757Z (6 months ago)
- Topics: awd, ctf, framework
- Language: Python
- Size: 11.7 KB
- Stars: 79
- Watchers: 2
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - virink/awd_auto_attack_framework - AWD 自动化攻击框架 (Python)
README
# AWD Auto Attack Framework
辣鸡 Py 毁我青春
## 用法
1. 本地搭建 PHP 及环境
- PHP
- openssl - rsa
- 放入 rsa_agent.php
- 修改 config.py 的配置
2. 安装 python 相关依赖
- `pip install -r requirements.txt`
3. 添加自己的shell
4. 运行 main_tests.py 进行测试
## TODO**auto.py**
- 导入 main.py 的函数
- 自动化运行
- 定时任务
- while and sleep ?## 说明
**mix.py**
- NormalRequest 正常流量请求
- MixRequest 混淆流量请求**config.py**
- LOG_FILE 日志路径
- LOG_LEVEL logging.INFO
- LOG_FMT '[*] [%(asctime)s] - %(levelname)s %(message)s'
- RSA_AGENT Agent 地址 "http://127.0.0.1:8085/rsa_agent.php"
- RSA_PRIVATE_KEY RSA 私钥
- FLAG_PATTERN flag 匹配正则模型