# WEB-AWD-Framework **Repository Path**: vipmice/WEB-AWD-Framework ## Basic Information - **Project Name**: WEB-AWD-Framework - **Description**: AWD framework for web in CTF by HuaSir - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README README

Introduction

This framework is used to help enjoy the AWD-web in CTF. Maybe in the future we can expand it into a common security test platform.

根目录

修改内容

防御

攻击

notice

运维命令

源码备份

检查flag

上WAF

快速查一下shell

-find /var/www/html -name "*.php" |xargs egrep 'assert|eval|phpinfo\(\)|\(base64_decoolcode|shell_exec|passthru|file_put_contents\(\.\*\$|base64_decode\('

循环杀PHP内存马

while true; do rm .demo.php; done