Description
No 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
No 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
No 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
I’ve got another task for you involving my little language, Prop!
It consists of the following expressions (denoted
e
):
- Boolean constants, written
true
andfalse
.- 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=false
This request would treat
a
andb
astrue
andc
and 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
You have a device that is nearly completely bricked, but it seems to progress to a stage in boot where you can run your own code, and it conveniently has 8 LEDs. You write a small binary to read the bootlog and emit it, compressed, byte-by-byte on the LEDs. With a phone camera and a shaky hand, you record the LEDs.
Decode the video.
We are presented with a PNG image file which is hidding top secret informations from mister Riff.
Question: the flag will be XXX (Upercase)
Continue reading [Pwn2Win 2016] [Forensics 80 – Samuel Riff Breese] Write Up