Coder Social home page Coder Social logo

sea-kg / ctf01d Goto Github PK

View Code? Open in Web Editor NEW
21.0 4.0 5.0 6.83 MB

Jury System for attack-defence ctf game (ctf-scoreboard). Or you can use it for training.

License: MIT License

CMake 1.22% Shell 1.46% C++ 91.03% Python 4.09% Dockerfile 0.10% CSS 0.63% HTML 0.24% JavaScript 1.01% Go 0.12% PHP 0.10%
ctf-scoreboard attack-defence-ctf fhq-jury-ad ctf-platform ctf01d

ctf01d's People

Contributors

erjanmx avatar igorpolyakov avatar keimashikai avatar sea-kg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ctf01d's Issues

issues

docker: Error response from daemon: create ./jury.d: "./jury.d" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.

Possible memory leak

I ran my C++ code linter and it shown this message

Memory leak: pData [fhq-jury-ad/src/utils/utils_light_http_request.cpp:248]: 

If block nSize > 10*1024*1024 was true, pData not freed up

	char *pData = new char[nSize];
	// std::vector<char> buffer(size);
	if (nSize > 10*1024*1024){
		this->response(LightHttpRequest::RESP_PAYLOAD_TOO_LARGE);
		return;
	}

Inventory notification

Your tool/software has been inventoried on Rawsec's CyberSecurity Inventory:

What is Rawsec's CyberSecurity Inventory?

An inventory of tools and resources about CyberSecurity. This inventory aims to help people to find everything related to CyberSecurity.

More details about features here.

Note: the inventory is a FLOSS (Free, Libre and Open-Source Software) project.

Why should you care about being inventoried?

Mainly because this is giving visibility to your tool and improve its referencing.

Badges

The badge shows to your community that your are inventoried. It looks good but also shows you care about your project, that your tool is referenced.

Feel free to claim your badge here: http://inventory.rawsec.ml/features.html#badges, it looks like that Rawsec's CyberSecurity Inventory, but there are several styles available.

Want to thank us?

If you want to thank us, you can help make our open project better known by tweeting about it! For example: Twitter URL

So what?

That's all, this message is just to notify you if you care. Else you can close this issue.

Implement `ctf01d teams create`

Configuring new team, ask next questions.

For example:

Which a team name: Mega Cool Team
Which logo(default: ./html/images/teams/unknown.svg):
Which will be ip-address to vulnserver (?): 127.0.1.1

All correct ? (y/N)
  • id of team can be automaticly generated from name mega_cool_team and check existing in config.yml
  • if logo contains be url so to try download file from the internet

And keep to config.yml

Implement `ctf01d teams install <specify-team-id>`

Command for configure new team by store

Must ask next questions:

Which will be ip-address to vulnserver (?): 127.0.1.1

What a doing...

  1. search by team-id
  2. If found downloading logo of team
  3. Add new to config.yml and keep

Implement `ctf01d teams edit <team-id>`

Reconfiguring team, re-ask next questions.

For example:

Which a team name (Mega Cool Team): Mega Cool Team 2
Which logo (./html/images/teams/unknown.svg):
Which will be ip-address to vulnserver (127.0.1.1):

All correct ? (y/N)

And keep to config.yml

  • id we can not change from console interface because it's use in database.
  • if logo contains be url so to try download file from the internet

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.