Thursday, March 26, 2015

Infosec Instite n00bs CTF Labs LEVEL 6

URL :http://ctf.infosecinstitute.com/levelsix.php
Download the sharkfin.pcap

check the first packet using flow UDP stream :

Covert hex stream "696e666f7365635f666c616769735f736e6966666564" to ASCII using any online toolsor using any programation langauge python for exemple  :


#python
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> "696e666f7365635f666c616769735f736e6966666564".decode("hex")
'infosec_flagis_sniffed'
>>>

Flag  :   infosec_flagis_sniffed






No comments:

Post a Comment