보안/HackerSchool-lob GO_IN 2020. 2. 11. 16:56
l 해커스쿨 nightmare 풀이 실행 환경 : VMware Workstation Pro, Red Hat Linux 6.2 ** 공부를 하면서 기록하는 내용이다 보니 틀린 내용이 있을 수도 있습니다. 틀린 부분이 있다면 댓글로 알려주시면 감사드리겠습니다. ** nightmare 문제의 아이디인 nightmare 와 password인 beg for me 을 입력하여 nightmare의 유저로 접속합니다. [nightmare@localhost nightmare]$ cat xavius.c /* The Lord of the BOF : The Fellowship of the BOF - xavius - arg */ #include #include #include main() { char buffer[40]; ch..
더 읽기
보안/HackerSchool-lob GO_IN 2020. 2. 7. 11:42
l 해커스쿨 succubus 풀이 실행 환경 : VMware Workstation Pro, Red Hat Linux 6.2 ** 공부를 하면서 기록하는 내용이다 보니 틀린 내용이 있을 수도 있습니다. 틀린 부분이 있다면 댓글로 알려주시면 감사드리겠습니다. ** succubus 문제의 아이디인 succubus 와 password인 here to stay 을 입력하여 succubus의 유저로 접속합니다. [succubus@localhost succubus]$ cat nightmare.c /* The Lord of the BOF : The Fellowship of the BOF - nightmare - PLT */ #include #include #include #include main(int argc, ch..
보안/HackerSchool-lob GO_IN 2020. 2. 5. 23:57
l 해커스쿨 zombie_assassin 풀이 실행 환경 : VMware Workstation Pro, Red Hat Linux 6.2 ** 공부를 하면서 기록하는 내용이다 보니 틀린 내용이 있을 수도 있습니다. 틀린 부분이 있다면 댓글로 알려주시면 감사드리겠습니다. ** zombie_assassin 문제의 아이디인 zombie_assassin 와 password인 no place to hide 을 입력하여 zombie_assassin의 유저로 접속합니다. [zombie_assassin@localhost zombie_assassin]$ cat succubus.c /* The Lord of the BOF : The Fellowship of the BOF - succubus - calling function..
보안/HackerSchool-lob GO_IN 2020. 1. 11. 21:50
l 해커스쿨 gremlin 풀이 실행 환경 : VMware Workstation Pro, Red Hat Linux 6.2 ** 공부를 하면서 기록하는 내용이다 보니 틀린 내용이 있을 수도 있습니다. 틀린 부분이 있다면 댓글로 알려주시면 감사드리겠습니다. ** gremlin 문제의 아이디인 gremlin 와 password인 hello bof world 을 입력하여 gremlin의 유저로 접속합니다. [gremlin@localhost gremlin]$ ls -l total 16 -rwsr-sr-x 1 cobolt cobolt 11970 Feb 26 2010 cobolt -rw-r--r-- 1 gremlin gremlin 291 Mar 29 2010 cobolt.c ls -l 명령어를 사용하여 현재 위치( ..