Description
100Points
Our IT staff captured this weird looking transaction.
Can you tell us what it says??
Download the pcap : ce6e1a612a1da91648306ace0cf7151e6531abc9
Continue reading [TUCTF 2016] [Misc 100 – The Nack] Write Up
[TUCTF 2016] [Misc 100 – The Nack] Write Up100Points
Our IT staff captured this weird looking transaction.
Can you tell us what it says??
Download the pcap : ce6e1a612a1da91648306ace0cf7151e6531abc9
Continue reading [TUCTF 2016] [Misc 100 – The Nack] Write Up
[Google Capture The Flag 2016] [Reverse 150 – Audio Visual Receiver code] Write UpAudio Visual Receiver code
150 points / Solved 96 times
Can you find the code?
Continue reading [Google Capture The Flag 2016] [Reverse 150 – Audio Visual Receiver code] Write Up
[Google Capture The Flag 2016] [Forensics 250 – No Big Deal Part 2] Write UpNo Big Deal – Part 2
250 points / Solved 35 times
Now for the fun part of this level – can you find the flag in this pcap
Continue reading [Google Capture The Flag 2016] [Forensics 250 – No Big Deal Part 2] Write Up
[Google Capture The Flag 2016] [Forensics 50 – No Big Deal] Write UpNo Big Deal
50 points / Solved 214 times
Sometimes the answer is immediately obvious, sometimes it’s obscured.Find the answer in here
Continue reading [Google Capture The Flag 2016] [Forensics 50 – No Big Deal] Write Up
[sCTF 2016] [CODE 130 – I Can’t Get No Satisfaction] Write UpI’ve got another task for you involving my little language, Prop!
It consists of the following expressions (denoted
e):
- Boolean constants, written
trueandfalse.- Boolean variables, written as any alphabetical string.
- Implies, written
e -> e.- Equivalence, written
e <-> e.- Negation, written
!e.- And, written
e && e.- Or, written
e || e.You can also parenthesize any expressions or subexpressions (so, you can write
(a || b) && c). Here’s another example program:(a || b) && c && d && (!d || b) || (b -> c) && (d <-> a)This time, I’ve determined that the attached program is satisfiable, but I want to know the actual values that make this program satisfiable. Can you find me a satisfying model, please? When you’ve found one, submit a GET request to our server. Any missing keys are considered false.
Here’s an example request:
http://problems3.2016q1.sctf.io:11420/?a=true&b=true&c=falseThis request would treat
aandbastrueandcand the rest of the variables asfalse. Thus, it’s only necessary to assign the true keys to the value true.
Continue reading [sCTF 2016] [CODE 130 – I Can’t Get No Satisfaction] Write Up