분류 전체보기

보안/Bandit 워게임

OverTheWire - Bandit : Level 3 → Level 4

OverTheWire - Bandit 강의목차: Level 3 → Level 4(cat과 숨김파일) Bandit 웹페이지 https://overthewire.org/wargames/bandit/ 1. Bandit Level 3 → 4 Level Goal The password for the next level is stored in a hidden file in the inhere directory. Commands you may need to solve this level ls , cd , cat , file , du , find 다음 레벨의 패스워드는 inhere 디렉터리의 숨김파일에 저장되어 있다. $ ssh -p 2220 bandit3@bandit.labs.overthewire.org level ..

보안/Bandit 워게임

OverTheWire - Bandit : Level 2 → Level 3

OverTheWire - Bandit 강의목차: Level 2 → Level 3(cat과 공백문자) Bandit 웹페이지 https://overthewire.org/wargames/bandit/ 1. Bandit Level 2 → 3 Level Goal The password for the next level is stored in a file called spaces in this filename located in the home directory Commands you may need to solve this level ls , cd , cat , file , du , find Helpful Reading Material Google Search for “spaces in filename” 다음 레..

보안/Bandit 워게임

OverTheWire - Bandit : Level 1 → Level 2

OverTheWire - Bandit 강의목차: Level 1 → Level 2(cat과 특수문자) Bandit 웹페이지 https://overthewire.org/wargames/bandit/ 1. Bandit Level 1 → 2 Level Goal The password for the next level is stored in a file called - located in the home directory Commands you may need to solve this level ls , cd , cat , file , du , find Helpful Reading Material Google Search for “dashed filename” Advanced Bash-scripting Guide..

보안/Bandit 워게임

OverTheWire - Bandit : Level 0 → Level 1

OverTheWire - Bandit 강의목차: Level 0 → Level 1(ssh,cat) Bandit 웹페이지 https://overthewire.org/wargames/bandit/ 1. Bandit Level 0 Level Goal The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to b..

보안/Bandit 워게임

OverTheWire - Bandit : Cygwin 설치 및 설정

OverTheWire - Bandit 강의목차: 프롤로그 ~ IRC 사용법(WeeChat) 1. OverTheWire 개념 & Cygwin 설치 리눅스 워게임 - 33개의 챌린지로 구성 1. 가상환경에서 발생 / 모의해킹 2. 리눅스 시스템의 권한을 탈취 - 주요 정보 유출 및 암호화폐 채굴 등의 악성행위가 가능. - 권한 탈취까지의 기술적인 과정만 다룸. 가상 환경이지만 별도의 구축 필요없이 기존에 구축되어 있는 가상환경을 사용. 다만 가상 환경 접속을 위한 클라이언트 프로그램이 필요함. 원격접속 프로그램 사용하여 접속. 강의에서는 Cygwin 에서 SSH 및 SFTP 를 사용 아래 url 에서 다운로드 방법 참고 https://cysecguide.blogspot.com/2018/12/cygwinlin..

보안/취미로 해킹 2

취미로 해킹 2 - 기밀문서 찾기

everything 만 있으면 기밀문서도 간단히 찾아낸다. 강의목차: 16 1. everything 개념 everything: 파일 찾아내는 소프트웨어 컴퓨터 드라이브 전체를 점검할 때 탐색기의 검색기능으로 가능하지만, 각종 예외처리와 느린 속도 때문에 별로 이용하고 싶은 생각이 들지 않는다. 반면 everything은 한 글자 한 글자 입력할 때 마다 곧바로 관련 파일들이 검색되며 일절 로딩시간이 없는 특징이 있다. 또한 와일드 카드, 논리연산 등을 사용할 수 있는 환경을 제공하여 필요한 파일들만 필터링 할 수 도 있다. 설치가 필요하지 않고, 가볍고 강력하다는 특성은 모두가 선호하는 프로그램 일수 밖에 없다. 2. everything 설치 & 검색 아래 url 에서 설치 https://www.void..

Security Engineer
'분류 전체보기' 카테고리의 글 목록 (15 Page)