Things I learned from DarkCTF
Last updated
Was this helpful?
Last updated
Was this helpful?
How to mount an EWF image file (E01) on Linux[]:
If the file is named "spectre", they may be implying that I should inspect the spectrogram 🤦♂️
The writeup I read used to search the file system for. I tried to figure out why grep
didn't work for me and I realized the link I was looking for is split into two lines. To prevent this I could use a tool or look for "PencakSilat" instead of "http".
This challenge was about fixing a png. It required knowledge of the , and could use the help of .
First RSA challenge.
Escape rbash restricted shell through SSH:
Base85 is a thing, and it looks something like this:
Also, I liked this syntax of while loop to crack the vault:
Sometimes you just have to keep enumerating... 😒
????
Grap the PGP key with:
You can present very large numbers in PHP in this short manner:
Fuzzing input fields might yield nice errors.
/etc/apache2/apache2.conf
/etc/apache2/ports.conf
The idea is to force a program to handle tasks in an unintended order. Usually happens when several threads are operating on the same resources with a time gap between initialization and usage.
- a factorization Database.
.
.
Use lsof
to restore deleted files [If they are still opened by a process][]:
In this challenge, the key doesn't contain user ID so this won't work. Another way to obtain a key from a fingerprint is by using an online lookup like .
Google lens and are good tools for reverse image search.
Finally learned how to !