Notice
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
- 디스크
- cadre
- iptables
- Linux
- Cache
- rm -rf
- CPU
- DNS
- goaccess
- 솔라리스
- Python
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- apachetop
- PORT
- PERL
- pid
- rsync
- Performance
- Bash
- rm
- 칭찬교육
- http
- Kernel
- ext4
- 리눅스
- ext3
- Hack
- windows
- Disk
- 좌절교육
Archives
- Today
- Total
목록Hack (2)
Ben's
해킹 조사시 도움 될만한 방법
* 확장자를 속인 웹쉘 검사 find /home/users/nhkotest -name "*image*" -type d | while read f;do find $f -type f;done |xargs -i file {} |egrep -iv 'zip|pdf|office|flash|cannot open' | egrep -i '\/image|\/img|\/up|\/data|\/icon' | egrep -v 'image data|Adobe|bitmap data' > /root/tmp/nhko * 어느 사용자인지 모를 경우 특정 패턴으로 사용자 히스토리 검사 cd /home/users; find -maxdepth 2 -name '.bash_history' | xargs -i egrep -l 'cc |make |v..
리눅스/보안
2013. 1. 21. 15:51