File size: 293 Bytes
d3fd535
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "ghost-c2-server",
  "version": "1.0.0",
  "description": "Professional C2 Server for Ghost Protocol",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "express": "^4.19.2",
    "express-basic-auth": "^1.2.1",
    "ws": "^8.17.1"
  }
}