Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Fortran 90
- Web Hacking
- Linux
- base32
- Pigpen Cipher
- php_extract
- webhacking
- sql injection
- Mail Header injection
- AVR
- sha1
- 비즈네르 암호
- cookie
- Javscript
- burpsuit
- Navajo alphabet
- assembly
- base16
- 카이사르 암호
- Masonic Cipher
- 시저 암호
- reversing
- overthewire
- Caesar Cipher
- BASE64
- vigenere cipher
- JavaScript
- Qrcode
- Python
- aslr
Archives
- Today
- Total
목록overthewire (1)
My Drive
[overthewire] bandit
1. -(dash)들어간 파일명 다루기ex) cat ./- 2. find 명령에서 size 다루기* 사이즈 단위 - b : 블록단위- c : byte- k : kbyte- w : 2byte 워드ex) find -size 1033c 3. sort 명령으로 파일 정렬ex) sort data.txt 4. uniq 명령으로 중복된 열 삭제* 옵션-d : 중복되어 나오는 라인 중 한 열만 출력-D : 중복되는 모든 열을 출력-u : 중복 열이 없는 것만 출력ex) uniq -u 5. 압축파일 magic값1f 8b : gz42 5a 68 (BZh) : bz2 6. ssh -i 옵션[-i identity_file]ex) ssh bandit14@localhost -Q ./sshkey.private* identity_f..
writeup
2017. 11. 13. 00:39