forensics: add already solved challenges
This commit is contained in:
BIN
forensics/eavesdrop/capture.flag.pcap
Normal file
BIN
forensics/eavesdrop/capture.flag.pcap
Normal file
Binary file not shown.
2
forensics/eavesdrop/file.des3
Normal file
2
forensics/eavesdrop/file.des3
Normal 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
|
1
forensics/eavesdrop/file.txt
Normal file
1
forensics/eavesdrop/file.txt
Normal file
@@ -0,0 +1 @@
|
||||
picoCTF{nc_73115_411_5786acc3}
|
20
forensics/eavesdrop/solution.md
Normal file
20
forensics/eavesdrop/solution.md
Normal 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
4
forensics/eavesdrop/solve.sh
Executable 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
|
Reference in New Issue
Block a user