반응형

Level Goal

Your goal is to connect to port 5842 on vortex.labs.overthewire.org and read in 4 unsigned integers in host byte order. Add these integers together and send back the results to get a username and password for vortex1. This information can be used to log in using SSH.

Note: vortex is on an 32bit x86 machine (meaning, a little endian architecture)


vortex.labs.overthewire.org 에 port 5842로 접속해서 unsigned int로 4바이트 받아오는 문제다 

[source]

처음 짜보는 소스라서 거의 배끼다 싶이 햇는데 여튼 소스는 위와 같다 

[result]



+) 다음레벨부터는 lambda 를 사용해봐야겟다 



반응형

'과거의 컴퓨터 공부 > Overthewire@vortex' 카테고리의 다른 글

(vortex)vortex5 -> vortex 6  (0) 2014.09.08
(vortex) level4-> level 5  (0) 2014.09.07
(vortex)level3->level4  (0) 2014.09.07
(Vortex)Level2->Level3  (0) 2014.09.05
(vortex) Level1 -> Level2  (0) 2014.09.05
,