일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- proxycfg
- elastic stack
- ssh key 배포
- miniconda
- centos 8
- endpoint security
- G-suite
- 보안양파
- hardening
- 로그인불가
- Windows
- xe guest utilities
- docker
- application security
- macos
- bash
- XCP-ng
- 한글가이드
- Kibana server is not ready yet
- Proxy
- Elasticsearch
- ansible
- freebsd
- x-pack
- Kibana
- pfsense
- ELASTIC
- PlayBook
- GitLab
- Today
- Total
목록IT (650)
선 밖에 선 자유인
# 10digit decimal -> ip address #convert 10digit decimal formated ipaddress to normal ipaddress #by init6 #blog.init6.me import sys def main(): #read file and convert each line to ip address. Comment out to ask for input. with open('d:\ipaddress.txt', 'r') as infile: for line in infile: print (convert(int(line))) infile.close() #ask for input (dec format) Uncomment to ask for input. #decIn = inp..
Honeynet https://redmine.honeynet.org/projects/are/wiki
snorby에서 초기 로그인 패스워드는 메일로 받을 수 있으나 정상적으로 받지 못하는 경우가 많음.최초 snorby 로그인 패스워드를 지정하기 위해서 다음과 같이 변경.(rails 실행 시 java 가 설치되어 있어야 한다.)# apt-get install openjdk-7-jre# cd /opt/snorby[/opt/snorby]# sudo -u www-data RAILS_ENV="production" bundle exec script/rails c u = User.find_by_email("")u.password=""u.password_confirmation=""u.save ** mysql root 패스워드가 지정되어 있는 경우 오류 - snorby 의 WEB에서 보이는 UTC 시간대를 KST로 변경..
# vi /etc/network/interface auto loiface lo inet loopback # Management interface using DHCP (not recommended due to Bro issue described above)auto eth0iface eth0 inet dhcp # OR # Management interface using STATIC IP (instead of DHCP)auto eth0iface eth0 inet static address 192.168.1.14 gateway 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 # If running Security Onio..
# /etc/apt/sources.list - security updatedeb http://security.debian.org/ squeeze/updates main contrib non-free deb-src http://security.debian.org/ squeeze/updates main contrib non-free deb http://ftp.kr.debian.org/debian/ squeeze main contrib non-free deb-src http://ftp.kr.debian.org/debian/ squeeze main contrib non-free deb http://ftp2.jp.debian.org/debian/ squeeze main contrib non-free deb-src..
git 을 이용한 설치 https://redmine.openinfosecfoundation.org/projects/suricata/wiki/CentOS_64_Installation_(with_unix_socket_geoip_profiling_and_MD5_features) inline IPS 설정 https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Setting_up_IPSinline_for_Linux Barnyard2 설치 시필수 패키지 : mysqlclient16, mysqlclient16-devel./configure --with-mysql-libraries=/usr/lib64/mysql/ Barnyard2 연동 sensor manag..
dW5ibG9ja3RoYXRzaXRlLm5ldAo3cHJveHlzaXRlcy5jb20Kb25ld2VicHJveHkuY29tCnd3dy5oaWRlbXlhc3MuY29tCm5ld2lwbm93LmNvbQp1c2FmYXN0cHJveHkuaW5mbwphZ29vZHByb3h5LmNvbQp3d3cuZnJlbmNocHJveHkuaW5mbwpmYXN0ZnJlZXByb3h5LmluZm8KcHJveHlrb3JlYS5pbmZv
한글 글꼴 설정하기 Preferences > Settings - Default를 선택해서 기본 설정 파일을 연다. 그리고 font_face에 요즘 많이 쓰이는 나눔고딕코딩 글꼴 이름을 적어준다. 주의할 점은 영어로 적어야 하므로 nanumgothiccoding 이라고 적어주면 된다. 하지만 이것만으로는 윈도우에서는 끝난게 아니다. 여기까지 설정을 마치고 글자를 입력해보면 영문은 원하는 글꼴대로 잘 입력이 되지만, 한글의 경우에는 보기싫은 명조체인지 바탕체인지 모를 그것이 적용되어 보인다. 그래서 그 밑으로 몇 줄 내려가면 보이는 font_options에다가 directwrite 옵션을 추가해준다. 그러면 이제 한글에서도 나눔고딕코딩 글꼴이 이쁘게 나온다. EUC-KR 인코딩 설정하기 우선 package ..