July 07, 2019

Nebula level19 write up

In this write up, some hints related to this challenge only will be mentioned. 여기서는 챌린지와과 관련된 몇 가지 힌트만이 언급됩니다. Level19 About There is a flaw in the below program in how it operates. 관련 사항. 아래의 프로그램은 실행 간 결함이 발생한다. To do this level, log in as the level19 account with the password level19. Files for this level can be found in /home/flag19. level19(pw: · · ·

Nebula level18 write up

In this write up, some hints related to this challenge only will be mentioned. 여기서는 챌린지와과 관련된 몇 가지 힌트만이 언급됩니다. Level18 About Analyse the C program, and look for vulnerabilities in the program. There is an easy way to solve this level, an intermediate way to solve it, and a more difficult/unreliable way to solve it. 관련 사항. C 코드로 작성된 프로그램을 분석하고 취약점을 발견하라. · · ·

Nebula level17 write up

In this write up, some hints related to this challenge only will be mentioned. 여기서는 챌린지와과 관련된 몇 가지 힌트만이 언급됩니다. Level17 About There is a python script listening on port 10007 that contains a vulnerability. 관련 사항. 10007 포트에서 동작중이며 취약점을 지닌 파이썬 스크립트가 하나 있다. To do this level, log in as the level17 account with the password level17. Files for this level can · · ·

Nebula level16 write up

In this write up, some hints related to this challenge only will be mentioned. 여기서는 챌린지와과 관련된 몇 가지 힌트만이 언급됩니다. Level16 About There is a perl script running on port 1616. 관련 사항. 1616 포트에서 동작하는 Perl 스크립트 프로그램이 존재한다. To do this level, log in as the level16 account with the password level16. Files for this level can be found in /home/flag16. level16(pw: · · ·

Nebula level15 write up

In this write up, some hints related to this challenge only will be mentioned. 여기서는 챌린지와과 관련된 몇 가지 힌트만이 언급됩니다. Level15 About strace the binary at /home/flag15/flag15 and see if you spot anything out of the ordinary. 관련 사항. "/home/flag15/flag15" 경로의 파일을 strace 명령어로 실행하라. 그리고 평소와 다른 부분을 확인하라. You may wish to review how to “compile a shared library in linux” · · ·

Nebula level14 write up

In this write up, some hints related to this challenge only will be mentioned. 여기서는 챌린지와과 관련된 몇 가지 힌트만이 언급됩니다. Level14 About This program resides in /home/flag14/flag14. It encrypts input and writes it to standard output. An encrypted token file is also in that home directory, decrypt it :) 관련 사항. 관련 프로그램은 "/home/flag14/flag14" 위치에 존재한다. 이 프로그램은 표준 입력으로부터의 · · ·

Nebula level13 write up

In this write up, some hints related to this challenge only will be mentioned. 여기서는 챌린지와과 관련된 몇 가지 힌트만이 언급됩니다. Level13 About There is a security check that prevents the program from continuing execution if the user invoking it does not match a specific user id. 관련 사항. 이 프로그램을 실행시키는 사용자의 UID가 지정된 값이 아니라면, 이후 내용이 진행되지 않도록 보호하는 보안 점검 장치가 있다. To do this level, · · ·