xz 은 손실 없이 압축할 수 있는 압축프로그램이다. 얼마 전부터 소스 파일을 다운 받게 되면 tar.gz, tar.bz2 보다 tar.xz 파일을 더 많이 보게 된다. http://tukaani.org/xz/format.html 위 사이트에서 받아서 설치할 수 있다. 사용법은 gzip 과 유사하다. # xz [압축할 파일] # xz -d [압축 해제할 파일] # xz --help Usage: xz [OPTION]... [FILE]... Compress or decompress FILEs in the .xz format. -z, --compress force compression -d, --decompress force decompression -t, --test test compressed file i..
# find / -perm +6000 파일의 SetUID 또는 SetGID가 설정된 파일을 찾는다. # find / -perm -6000 파일의 SetUID와 SetGID가 같이 설정된 파일을 찾는다. # find / -mtime -10 -print # find / -mtime -10 -exec ls -l {} \; 최근 10일 이내에 수정된 파일을 찾는다. -mtime : 파일의 내용이 수정된 시간 -ctime : 파일의 속성(퍼미션 등)이 수정된 시간 -atime : 파일를 최근에 접근(사용)한 시간 위 그림을 참고해서, # find / -mtime 10 10일 전에 수정된 파일을 찾는다. # find / -mtime -10 10일 이내에 수정한 파일을 찾는다. 즉, 수정한지 10일 안된 파일 # f..
- Total
- Today
- Yesterday
- mergecap
- dvwa
- tshark
- megacli
- webhack
- ${1##*.}
- capinfos
- cisco ssh
- excel_aton
- 도커
- 리눅스 버전
- metasploitable3
- ssl decrypt
- text2pcap
- editcap
- history timestamp
- pcapng
- MySQL csv
- filesystem check
- tcpdstat
- dvwa_command
- docker_dvwa
- recovery file on linux
- oracle 11gr2
- 윈도우 패스워드 복구
- docker
- NX ASLR
- bash modification
- bash parameter
- dvwa_bruteforce
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |