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
- Performance
- 리눅스
- CPU
- windows
- ext4
- 솔라리스
- 좌절교육
- ext3
- cadre
- Cache
- goaccess
- rm -rf
- 디스크
- PERL
- apachetop
- DNS
- iptables
- 칭찬교육
- Hack
- Disk
- pid
- Bash
- Linux
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- http
- PORT
- Python
- Kernel
- rsync
- rm
Archives
- Today
- Total
목록History (1)
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