Skip to content

c4pr1c3/Attack_Defense_Framework

 
 

Repository files navigation

Attack and Defense Framework

An Open Source CTF Attack and Defense Mode Framework

Scripts

.
├── core
│   ├── exploit
│   │   ├── get_flag.py # Please rewrite the function : get_flag in this script
│   │   ├── __init__.py
│   │   └── submit_flag.py # Please rewrite the funtion : submit_flag in this script
│   ├── __init__.py
│   ├── obfs # fake http requests lib
│   │   ├── fake_payloads.py
│   │   ├── get_arg.py
│   │   └── __init__.py
│   └── php
│       ├── code_exec_bomb.py
│       ├── code_exec.py
│       ├── __init__.py
│       ├── shell_exec_bomb.py
│       └── shell_exec.py
├── deamon # Dual process daemon Webshell
│   ├── bash.txt
│   ├── code.php
│   └── php.txt
├── exploit_all.py # Exploit all the gameboxes
├── fake_requests.py # Fake http requests
├── LICENSE
├── port-forwarding.py
├── watch.py # Web Directory Monitor via pyinotify
├── README.md
├── simple-port-multiplier.py # Port Multiplier with HTTP / SSH
├── sources # fake_requests.py need it to build fake http requests
│   └── index.php
├── ssh
│   ├── auto_ssh.py # auto change ssh weak password of other teams
│   └── targets
└── targets # define the targets to attack
GNU GENERAL PUBLIC LICENSE(Version 3, 29 June 2007)

About

💪 🚩 A framework for CTF Attack with Defense Mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 42.8%
  • JavaScript 35.5%
  • CSS 10.5%
  • Python 6.0%
  • HTML 5.1%
  • Shell 0.1%