- File is really big, there are 26365 packets in pcap file.
- There are telnet packet in here and there are flag
- FLAG:
flag{bigdataisaproblemnotasolution}
- Googling informal security meetup, we can find many meetups as result.
- Just enter all of them
- Answer: CitySec
- Googling
new USENIX workshop for education 14 - Answer:
3GSE '14
On this day in Novemberthis part in question we can guess answer is a date.- Googling
csaw career fair 2014, enter facebook page - I thought answer was 13 but look carefully CSAW2014 event is start at 13 and career fair is start at second day
- Answer:
14
- Answer:
livectf
- pop eip/rip instruction is same as ret instruction
- You don't have to check all of datas in dump file
- Just check strings which contain flag
- FLAG:
{cd69b4957f06cd818d7bf3d61980e291}
- First I thought answer was password and
passw0rd - It was wrong, in this packet there are zip file.
- Extract zip file and unzip it we can get flag
- FLAG:
{91e02cd2b8621d0c05197f645668c5c4}
- I think it's easier than 100 score prob
- I just change asm instruction of jmp to nop.
- Flag:
{reversing_is_not_that_hard!}
- It's just reversing problem I think.
- Use strings command to find flag
- Flag:
flag{exploitation_is_easy!}