Narnia
Narnia https://overthewire.org/wargames/narnia/ Summary: Difficulty: 2/10 Levels: 10 Platform: Linux/x86 ssh narnia0@narnia.labs.overthewire.org -p 2226 Username: narnia0 Passwor...
Narnia https://overthewire.org/wargames/narnia/ Summary: Difficulty: 2/10 Levels: 10 Platform: Linux/x86 ssh narnia0@narnia.labs.overthewire.org -p 2226 Username: narnia0 Passwor...
Leviathan https://overthewire.org/wargames/leviathan/ access : leviathan.labs.overthewire.org through SSH on port 2223 To login to the first level use: Username: leviathan0 Password: leviathan0 ...
Krypton https://overthewire.org/wargames/krypton/ Level 0 -> Level 1 Level Info Welcome to Krypton! The first level is easy. The following string encodes the password using Base64: S1JZ...
root 계정 생성 mysqladmin -u {root} password {password} 로그인 mysql [OPTIONS] [database] -p, --password[=name] Password to use when connecting to server. If password ...
Google XSS Game Google XSS Game Lv.1 Hello, world of XSS 입력값을 이스케이프 처리를 하지 않는다고 함. 문제 클리어 조건은 alert()를 실행하면 됨. <script>alert()</script> Lv.2 Persistence is key ...
설정 및 조회 전역 사용자명/이메일 구성하기 git config --global user.name "name" git config --global user.email "email" 저장소별 사용자명/이메일 구성하기 (해당 저장소 디렉터리로 이동후) git config user.name "name" git con...
설치해야 되는 것들 Visual studio apache2/phpmyadmin burp suite virtual machine - vmware python 3.7.8 winscp github - git bash Hxd WSL2 Link how2shout.com/how-to/enable-windows-subsystem...
coin1 Mommy, I wanna play a game! (if your network response time is too slow, try nc 0 9007 inside pwnable.kr server) Running at : nc pwnable.kr 9007 --------------------------------------------...
shellshock Mommy, there was a shocking news about bash. I bet you already know, but lets just make it sure :) ssh shellshock@pwnable.kr -p2222 (pw:guest) #include <stdio.h> int main(){ ...
mistake We all make mistakes, let's move on. (don't take this too seriously, no fancy hacking skill is required at all) This task is based on real event Thanks to dhmonkey hint : operator priorit...