본문 바로가기

My Style

(85)
[ Hacking_Tools ] Strings - For Windows. Strings - For Windows. 문자열 뽑아내는 툴...
[ Hacking_Tools ] IntelliTamper v.2.07 IntelliTamper - 2.07 웹서버의 파일 구조를 조사하는 툴...
[ Hacking_Tools ] IPScan 3.0 IPScan - 3.0 IPScan하는 툴...
[ Tips ] OpenCapture v1.3.3. OpenCapture - 1.3.3 캡쳐 열라 잘 해주는 툴...
[ Secuirty_Tools ] PuTTY. ssh 접속 프로그램 PuTTY.
[ Tips ] 유용한 리눅스 명령어들. 1. find / -name "*.log" -exec ls -al {} \; find로 찾은 파일에 대해 ls -al 명령 형식으로 보여준다. ex) find / -size 0 -exec ls -al {} \; 2. diff /usr/sbin /backup/usr/sbin 두 경로의 내용에 대해 비교한다. (difference) 파일, 디렉토리 둘다 가능. 3. file /tmp/test 지정한 파일이 어떠한 형식인지 알려준다. 4. wc /tmp/test 지정한 파일내의 문자열, 라인 개수를 알려준다. 5. iptables -F 방화벽을 비활성화 시킨다. 6. lsof test test파일에 접근하고 있는 프로세스를 알려준다. 7. killall proc proc으로 시작하는 프로세스를 죽인다. 8. ..
[ Security_Linux ] Mysql 사용자 등록 및 권한 설정. [root@ubuntu ~]# mysql -uroot -p mysql> use mysql; // 로컬호스트 사용자 등록 [ 컬럼 개수(desc user)만큼 'N' ] mysql> insert into user values('localhost', 'userid',password('userpasswd'),'N','N','N','N','N','N','N','N','N','N','N',...); // 원격접속 사용자 등록 [ 컬럼 개수(desc user)만큼 'N' ] mysql> insert into user values('Remote_IP', 'userid',password('userpasswd'),'N','N','N','N','N','N','N','N','N','N','N',...); // 사용자 등록 ..
[ Hacking_Tools ] Cain & Abel 4.9.14 - For Windows Cain & Abel - 4.9.14 스니핑과 ssl 크랙이 가능한 툴이다... http://www.oxid.it/