1.4.2 • Published 6 years ago

ctf-flag-submission v1.4.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

ctfFlagSubmission


Build Status MIT Licence

What for ?

Installation

$ npm install ctf-flag-submission

Usage

var ctfFlagSubmission = require('ctf-flag-submission');

var input = {
	"id": 1,
	"boxName": "BoxName",
	"flag": {
        "name": "myFlag",
        "payload": "abcdefg"
    },
	"host": "2.2.2.2",
	"port": "3000"
};

ctfFlagSubmission(input, function(result) {
    console.log(result);
});
1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.3

6 years ago

1.0.0

6 years ago