Monday, 21 November 2016

Qiwi ctf write-ups cont.

Standard
As I said, here is the rest of the tasks. PWN 100_5 Description: nc 138.201.98.60 3333  binary Looking at the binary, it turns out to be a server that accepts commands LIST, LAST, HELP and one more command that is said to be a secret one, but the prompt that invited us when connecting didn't give any hint about what it can be, looking at it in disassembler and searching with strings that were...

Saturday, 19 November 2016

Qiwi ctf write-ups

Standard
I did participate in the qiwictf that was held on 17.11-18.11 but I had chance to play for one day only, here are some tasks that I've managed to solve. PWN 100_4 Description: My_first_calc… sorry... you can use it in 138.201.98.43:4000 After netcat-ing to the given address we can see calculator that...