From 771e304e7ad3d51829553e4cb4e6e01eae5e39b0 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Tue, 28 Feb 2017 16:06:12 -0600 Subject: [PATCH] More prep to handle Create Program functionality. Need to format each item in the Create Program List first, then make an item for each possible program that can be created --- index.html | 6 +++++- src/CreateProgram.js | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 739a6081d..77b9445d4 100644 --- a/index.html +++ b/index.html @@ -303,7 +303,11 @@
- +
diff --git a/src/CreateProgram.js b/src/CreateProgram.js index 67cb95812..bc88ee67d 100644 --- a/src/CreateProgram.js +++ b/src/CreateProgram.js @@ -1,4 +1,15 @@ /* Create programs */ function displayCreateProgramContent() { + //PortHack.exe (in case you delete it lol) + if (Player.) + //BruteSSH + + //FTPCrack + + //relaySMTP + + //HTTPWorm + + //SQLInject } \ No newline at end of file