All Projects → virink → Awd_auto_attack_framework

virink / Awd_auto_attack_framework

AWD 自动化攻击框架

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awd auto attack framework

Welpwn
💖CTF pwn framework.
Stars: ✭ 284 (+323.88%)
Mutual labels:  framework, ctf
Ctfcracktools
China's first CTFTools framework.中国国内首个CTF工具框架,旨在帮助CTFer快速攻克难关
Stars: ✭ 1,118 (+1568.66%)
Mutual labels:  framework, ctf
Oscp Ctf
oscp-ctf is a small collection of basic Bash scripts that make life easier and save time whether you are in the OSCP labs, HackThebox or playing around with CTFs.
Stars: ✭ 62 (-7.46%)
Mutual labels:  ctf
Php Mini Framework
PHP mini framework
Stars: ✭ 65 (-2.99%)
Mutual labels:  framework
Flask Unchained
The quickest and easiest way to build large web apps and APIs with Flask
Stars: ✭ 63 (-5.97%)
Mutual labels:  framework
Weave
Easy-to-use SDK to build Tendermint ABCI applications
Stars: ✭ 1,122 (+1574.63%)
Mutual labels:  framework
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+1577.61%)
Mutual labels:  framework
Equalizecss
Css framework with grid based on flexboxes
Stars: ✭ 61 (-8.96%)
Mutual labels:  framework
Falcon
The no-nonsense REST API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
Stars: ✭ 8,654 (+12816.42%)
Mutual labels:  framework
Tensorrec
A TensorFlow recommendation algorithm and framework in Python.
Stars: ✭ 1,130 (+1586.57%)
Mutual labels:  framework
Rhme 2017
Riscure Hack Me embedded hardware CTF 2017-2018.
Stars: ✭ 65 (-2.99%)
Mutual labels:  ctf
Core
The core YAMDBF Framework
Stars: ✭ 63 (-5.97%)
Mutual labels:  framework
Yarf
Yet Another REST Framework
Stars: ✭ 62 (-7.46%)
Mutual labels:  framework
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+1595.52%)
Mutual labels:  framework
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-1.49%)
Mutual labels:  framework
Cuba
CUBA Platform is a high level framework for enterprise applications development
Stars: ✭ 1,114 (+1562.69%)
Mutual labels:  framework
Libc Database
Build a database of libc offsets to simplify exploitation
Stars: ✭ 1,122 (+1574.63%)
Mutual labels:  ctf
Abotx
Cross Platform C# Web crawler framework, headless browser, parallel crawler. Please star this project! +1.
Stars: ✭ 63 (-5.97%)
Mutual labels:  framework
Ouzo
Ouzo Framework - PHP MVC ORM
Stars: ✭ 66 (-1.49%)
Mutual labels:  framework
Guaka
The smartest and most beautiful (POSIX compliant) Command line framework for Swift 🤖
Stars: ✭ 1,145 (+1608.96%)
Mutual labels:  framework

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 匹配正则模型
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].