From 3ab0131dca018e9f06c888d1850ce92d34326bc1 Mon Sep 17 00:00:00 2001 From: plane000 Date: Wed, 12 Sep 2018 17:28:25 +0100 Subject: [PATCH] CTF --- .../.vscode/settings.json | 0 JavaScript/Part2-CTF-JS/challenge.html | 118 ++++++++++++++++++ JavaScript/Part2-CTF-JS/index.html | 74 +++++++++++ JavaScript/Part2-CTF-JS/text.txt | 17 +++ JavaScript/javascript safe/index.html | 30 ----- 5 files changed, 209 insertions(+), 30 deletions(-) rename JavaScript/{javascript safe => Part2-CTF-JS}/.vscode/settings.json (100%) create mode 100644 JavaScript/Part2-CTF-JS/challenge.html create mode 100644 JavaScript/Part2-CTF-JS/index.html create mode 100644 JavaScript/Part2-CTF-JS/text.txt delete mode 100644 JavaScript/javascript safe/index.html diff --git a/JavaScript/javascript safe/.vscode/settings.json b/JavaScript/Part2-CTF-JS/.vscode/settings.json similarity index 100% rename from JavaScript/javascript safe/.vscode/settings.json rename to JavaScript/Part2-CTF-JS/.vscode/settings.json diff --git a/JavaScript/Part2-CTF-JS/challenge.html b/JavaScript/Part2-CTF-JS/challenge.html new file mode 100644 index 0000000..2904c23 --- /dev/null +++ b/JavaScript/Part2-CTF-JS/challenge.html @@ -0,0 +1,118 @@ + + + + + + Professional data safe + + + + + password: +
+ + diff --git a/JavaScript/Part2-CTF-JS/index.html b/JavaScript/Part2-CTF-JS/index.html new file mode 100644 index 0000000..f5a8840 --- /dev/null +++ b/JavaScript/Part2-CTF-JS/index.html @@ -0,0 +1,74 @@ + + + + + + Professional data safe + + + + + password: +
+ + diff --git a/JavaScript/Part2-CTF-JS/text.txt b/JavaScript/Part2-CTF-JS/text.txt new file mode 100644 index 0000000..ca13949 --- /dev/null +++ b/JavaScript/Part2-CTF-JS/text.txt @@ -0,0 +1,17 @@ +***HELLO AND WELCOME TO PART 2 OF THE 4 PART CTF*** + +*you don't need to have completed part 1 to do this but in order to win you must have done all 4* + +CTF: +Same deal with last time, this is a javascript safe that i cba to write a backstory for, the flag is still in the format `/ctf{.*}/`. + +Winners will be awarded a special role +On completion send the flag to Ben + +**RULES:** + +0) DO NOT SHARE THE FLAG +1) Use any method you see fit to solve it, if it works you reverse engeneered it :) + +Have fun :))))) + diff --git a/JavaScript/javascript safe/index.html b/JavaScript/javascript safe/index.html deleted file mode 100644 index 45a0dc2..0000000 --- a/JavaScript/javascript safe/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Professional data safe - - - - - - password: -
- -