mirror of
https://github.com/apsdehal/awesome-ctf
synced 2024-11-21 18:23:01 +00:00
Change name to awesome-ctf
This commit is contained in:
parent
def924f98b
commit
6dd554207e
2 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# CTF Tools [![Build Status](https://travis-ci.org/apsdehal/ctf-tools.svg?branch=master)](https://travis-ci.org/apsdehal/ctf-tools)
|
||||
# Awesome CTF [![Build Status](https://travis-ci.org/apsdehal/ctf-tools.svg?branch=master)](https://travis-ci.org/apsdehal/ctf-tools)
|
||||
|
||||
A curated list of CTF frameworks, libraries, resources and softwares.
|
||||
|
||||
|
@ -15,7 +15,7 @@ It takes time to build up collection of tools used in ctf and remember them all.
|
|||
|
||||
### Contents
|
||||
|
||||
- [CTF Tools](#ctf-tools)
|
||||
- [Awesome CTF](#awesome-ctf)
|
||||
- [Create](#create)
|
||||
- [Forensics](#create-forensics)
|
||||
- [Web](#create-web)
|
||||
|
|
14
package.json
14
package.json
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"name": "ctf-tools",
|
||||
"title": "CTF Tools",
|
||||
"name": "awesome-ctf",
|
||||
"title": "awesome-ctf",
|
||||
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
|
||||
"version": "1.0.0",
|
||||
"homepage": "http://github.com/apsdehal/ctf-tools",
|
||||
"homepage": "http://github.com/apsdehal/awesome-ctf",
|
||||
"author": {
|
||||
"name": "Amanpreet Singh and contributors",
|
||||
"url": "https://github.com/apsdehal/ctf-tools/graphs/contributors"
|
||||
"url": "https://github.com/apsdehal/awesome-ctf/graphs/contributors"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/apsdehal/ctf-tools.git"
|
||||
"url": "https://github.com/apsdehal/awesome-ctf.git"
|
||||
},
|
||||
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
|
||||
"bugs": "https://github.com/apsdehal/awesome-ctf/issues",
|
||||
"devDependencies": {
|
||||
"chai": "^2.2.0",
|
||||
"cheerio": "^0.19.0",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt"
|
||||
"url": "https://github.com/apsdehal/awesome-ctf/LICENSE.txt"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue