GithubHelp home page GithubHelp logo

lnyzx / attack-defense-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sniperoj/attack-defense-framework

1.0 1.0 3.0 1.54 MB

:triangular_flag_on_post: A framework for CTF Attack with Defense Mode

License: GNU General Public License v3.0

PHP 0.25% Python 97.83% Shell 1.91%

attack-defense-framework's Introduction

Attack and Defense Framework

An Open Source CTF Attack and Defense Mode Framework

Examples

Flag submit server

Image

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

Acknownledgement

GNU GENERAL PUBLIC LICENSE(Version 3, 29 June 2007)

attack-defense-framework's People

Contributors

1oner avatar lnyzx avatar wangyihang avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.