From 4acbc720591c61701e19202389d34fefff83cf95 Mon Sep 17 00:00:00 2001 From: David Fifield <hdG8@users.noreply.github.com> Date: Fri, 24 Mar 2017 20:31:11 -0700 Subject: [PATCH] Add some external writeups. cryptography/rsa-1-50-points.md reverse-engineering/useless-python-50-points.md web/tiny-eval-100-points.md --- cryptography/rsa-1-50-points.md | 4 ++++ reverse-engineering/useless-python-50-points.md | 1 + web/tiny-eval-100-points.md | 1 + 3 files changed, 6 insertions(+) diff --git a/cryptography/rsa-1-50-points.md b/cryptography/rsa-1-50-points.md index 1007964..15c6f56 100644 --- a/cryptography/rsa-1-50-points.md +++ b/cryptography/rsa-1-50-points.md @@ -196,3 +196,7 @@ Now it is time for the final steps using ur python terminal (online calculators ``` Just follow the hex und decode steps that I mentioned in the beginning and you get your flag: easyctf{wh3n_y0u_h4ve_p&q_RSA_iz_ez_ce39897a} + +### External Writeups + +* [https://www.bamsoftware.com/computers/easyctf-2017/#rsa1](https://www.bamsoftware.com/computers/easyctf-2017/#rsa1) diff --git a/reverse-engineering/useless-python-50-points.md b/reverse-engineering/useless-python-50-points.md index f515706..a772efc 100644 --- a/reverse-engineering/useless-python-50-points.md +++ b/reverse-engineering/useless-python-50-points.md @@ -29,3 +29,4 @@ Quick 50 points. ### External Writeups * [https://github.com/HackThisCode/CTF-Writeups/tree/master/2017/EasyCTF/Useless%20Python/README.md](https://github.com/HackThisCode/CTF-Writeups/tree/master/2017/EasyCTF/Useless%20Python/README.md) +* [https://www.bamsoftware.com/computers/easyctf-2017/#useless](https://www.bamsoftware.com/computers/easyctf-2017/#useless) diff --git a/web/tiny-eval-100-points.md b/web/tiny-eval-100-points.md index 948d1ae..34160ba 100644 --- a/web/tiny-eval-100-points.md +++ b/web/tiny-eval-100-points.md @@ -78,3 +78,4 @@ flag: easyctf{it's_2017_anD_we're_still_using_PHP???} ### External Writeups * [defund's writeup](https://defund.io/post/easyctf-2017-writeups/) +* [https://www.bamsoftware.com/computers/easyctf-2017/#tinyeval](https://www.bamsoftware.com/computers/easyctf-2017/#tinyeval)