forensics: add already solved challenges

This commit is contained in:
2024-09-01 23:23:47 +02:00
parent b1c7b28af0
commit 1ca81359ba
37 changed files with 2552 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,2 @@
Salted__<EFBFBD> <0C><<3C>P<EFBFBD><1F>O<EFBFBD>r<EFBFBD><72>E~cbk<62><6B>ƒ<><C692>p&<26>}<7D><><EFBFBD><EFBFBD><18><>
F

View File

@@ -0,0 +1 @@
picoCTF{nc_73115_411_5786acc3}

View File

@@ -0,0 +1,20 @@
Taken from `tcp.stream eq 0`
> Hey, how do you decrypt this file again?
> You're serious?
> Yeah, I'm serious
> *sigh* openssl des3 -d -salt -in file.des3 -out file.txt -k supersecretpassword123
> Ok, great, thanks.
> Let's use Discord next time, it's more secure.
> C'mon, no one knows we use this program like this!
> Whatever.
> Hey.
> Yeah?
> Could you transfer the file to me again?
> Oh great. Ok, over 9002?
> Yeah, listening.
> Sent it
> Got it.
> You're unbelievable
`file.des3` taken from `tcp.stream eq 2`, by showing data as `Raw` and saving to file.

4
forensics/eavesdrop/solve.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash openssl
openssl des3 -d -salt -in file.des3 -out file.txt -k supersecretpassword123