diff --git a/r3ndom-67k/_67k.zip b/r3ndom-67k/_67k.zip deleted file mode 100644 index 07eed9a..0000000 Binary files a/r3ndom-67k/_67k.zip and /dev/null differ diff --git a/r3ndom-67k/description.md b/r3ndom-67k/description.md deleted file mode 100644 index 05c9318..0000000 --- a/r3ndom-67k/description.md +++ /dev/null @@ -1 +0,0 @@ -[Here](${_67k_zip}) are 67k binaries, well more accurately 67,085 binaries. Solve every single one, append the results together in order (shouldn't be too difficult as the binaries are numbered) and then from there I'm sure you can figure it out. \ No newline at end of file diff --git a/r3ndom-67k/grader.py b/r3ndom-67k/grader.py deleted file mode 100644 index 9523161..0000000 --- a/r3ndom-67k/grader.py +++ /dev/null @@ -1,4 +0,0 @@ -def grade(random, key): - if key.find("wtf_67k_binaries?why_so_mean?") != -1: - return True, "Correct!" - return False, "Nope." diff --git a/r3ndom-67k/problem.yml b/r3ndom-67k/problem.yml deleted file mode 100644 index 7428123..0000000 --- a/r3ndom-67k/problem.yml +++ /dev/null @@ -1,8 +0,0 @@ -title: 67k -category: Reverse Engineering -value: 450 -author: r3ndom -autogen: false -hint: Maybe write a script. -files: - - _67k.zip \ No newline at end of file diff --git a/rsa1/description.md b/rsa1/description.md index 8f7e8c3..d44c07b 100644 --- a/rsa1/description.md +++ b/rsa1/description.md @@ -1 +1 @@ -I found somebody's notes on their private RSA! Help me crack [this](${ciphertext1_txt}). \ No newline at end of file +I found somebody's notes on their private RSA! Help me crack [this](${ciphertext_txt}). \ No newline at end of file