Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some external writeups. #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cryptography/rsa-1-50-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions reverse-engineering/useless-python-50-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions web/tiny-eval-100-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)