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 |
Tags
- php_extract
- Pigpen Cipher
- 시저 암호
- Fortran 90
- Caesar Cipher
- 비즈네르 암호
- aslr
- base16
- AVR
- cookie
- Navajo alphabet
- sha1
- Mail Header injection
- Javscript
- Linux
- vigenere cipher
- Qrcode
- base32
- burpsuit
- Masonic Cipher
- webhacking
- reversing
- Web Hacking
- sql injection
- Python
- JavaScript
- assembly
- 카이사르 암호
- overthewire
- BASE64
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