본문 바로가기 메뉴 바로가기

BoanHack

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

BoanHack

검색하기 폼
  • 분류 전체보기 (129)
    • 도서 (1)
      • 칼리_도커를 해킹하다 (0)
      • 워드프레스 플러그인 취약점 (1)
    • Study (123)
      • Web (3)
      • System (88)
      • Network (25)
      • Forensic (0)
      • Detecting Pattern (2)
      • Tools (2)
      • Code (3)
      • Vulnerability (0)
    • Network (0)
      • Multicast (1)
      • Dynamips (2)
    • 동영상편집 (2)
      • VirtualDub (2)
  • 방명록

Study/System (88)
ntp 서버 설정

리눅스 서버에 ntp는 기본 설치되어 있다.ntp 설정 파일 위치는 /etc/ntp.conf 이다 우선 시간을 동기화할 외부 ntp 서버를 설정한다. # Use public servers from the pool.ntp.org project.# Please consider joining the pool (http://www.pool.ntp.org/join.html).#server 0.centos.pool.ntp.org#server 1.centos.pool.ntp.org#server 2.centos.pool.ntp.org#server 3.centos.pool.ntp.orgserver time.bora.netserver time.nuri.netserver ntp1.gngidc.netserver ntp2.gn..

Study/System 2016. 10. 13. 10:29
route -p 라우팅 영구 추가

PC에 추가한 정적 경로를 리부팅 시에도 자동적용하려면 -p 옵션을 사용하면 된다. route -p add 10.x.x.x mask 255.255.255.0 10.x.x.1 위와 같이 등록하면 아래 레지스트리 항목에 추가되어 있다. HKLM\SYSTEM\ControlSet001\services\Tcpip\Parameters\PersistentRoutes

Study/System 2016. 7. 24. 11:02
우분투 타임존(Timezone) 설정

$ sudo dpkg-reconfigure tzdata Asia -> Seoul 순차적으로 선택 위와 같이 설정하면 바로 적용!!

Study/System 2016. 6. 27. 22:24
iptables string match

참조 : http://spamcleaner.org/en/misc/w00tw00t.html Linux : using iptables string-matching filter to block vulnerability scanners Does "w00tw00t.at.ISC.SANS.DFind:)" sound familiar to you ? If you own one ore more servers, there are a lot of chances you found it in your logs and that it gave you headaches or even nightmares trying unsuccessfully to get rid of it. It always looks like this in your ..

Study/System 2014. 9. 26. 15:08
오류 : 여러 개의 패키지를 지정합니다 삭제 시..

가끔 Linux를 설치하고 나서 패키지가 중복으로 설치된 경우가 있다. 해당 패키지를 삭제할 때 아래처럼 '여러 개의 패키지를 지정합니다'라고 뜨는 경우가 있다. 해당 패키지를 삭제할 때는 --allmatches 옵션을 사용하면 된다. # rpm -e --nodeps --allmatches zlib-devel-1.2.3-4.el5

Study/System 2014. 8. 21. 09:11
rrdtool 사용하기

RRDTOOL을 이용한 시스템 모니터링 jjumi@nuri.net ---------------------------------- 참고사이트 ---------------------------------- Net-SNMP http://www.net-snmp.com/ MRTG http://www.mrtg.org/ RRDTOOL http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ RRDWORLD (http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/rrdworld/index.html)에 RRDTOOL과 관련된 유용한 프로젝트들이 많이 있다. rrdtool 소스 contrib 디렉토리에 유용한 유틸리티가 많이 있다. Cricket h..

Study/System 2014. 7. 24. 09:36
[Windows] 윈도우 자동 업데이트 할 때 다운로드 폴더

%windir%\softwaredistribution\download 폴더를 깔끔하게 삭제하려면, net stop wuauserv rmdir %windir%\softwaredistribution /s /q net start wuauserv exit

Study/System 2014. 4. 17. 12:41
[오라클] 현재 DB 상태 확인하기

SQL> select status from v$instance; STATUS -------------------------- STARTED SQL> select status from v$instance; STATUS -------------------------- MOUNTED SQL> select status from v$instance; STATUS -------------------------- OPEN *오라클 DB 상태 변화 과정 STARTED(nomount 상태) -> MOUNTED(mount 상태) -> OPEN(open 상태)

Study/System 2014. 4. 3. 22:36
[오라클] spfile, pfile 사용여부 확인

SQL> show parameter spfile; SQL> show parameter pfile; 위 결과값에서 value 안에 아무 값도 없으면 pfile을 사용하는 것이며, 내용이 있다면 spfile을 사용하는 것이다.

Study/System 2014. 4. 3. 22:32
[Oracle]DB 스키마 백업

DB 스키마 저장하기 # expdb [사용자ID]/[패스워드] directory=[데이터 저장할 디렉터리] dumpfile=[파일명] content=zzz ex) expdp test/1234 directory=data_dump_dir dumpfile=test_20130403.dmp content=METADATA

Study/System 2014. 3. 10. 23:52
이전 1 2 3 4 5 6 ··· 9 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • BoanNews
  • Boan.com
  • PenTestIT
  • Unix Security
  • Linux Security
  • SecurityFocus
  • PacketStorm
  • Exploits Database by Offensive…
TAG
  • capinfos
  • recovery file on linux
  • oracle 11gr2
  • metasploitable3
  • MySQL csv
  • docker
  • text2pcap
  • dvwa_command
  • 윈도우 패스워드 복구
  • pcapng
  • dvwa
  • tshark
  • bash modification
  • ssl decrypt
  • tcpdstat
  • 도커
  • ${1##*.}
  • megacli
  • dvwa_bruteforce
  • filesystem check
  • docker_dvwa
  • editcap
  • 리눅스 버전
  • NX ASLR
  • bash parameter
  • mergecap
  • cisco ssh
  • history timestamp
  • webhack
  • excel_aton
more
«   2025/07   »
일 월 화 수 목 금 토
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 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바