일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 한글가이드
- x-pack
- Elasticsearch
- 로그인불가
- 보안양파
- elastic stack
- hardening
- bash
- endpoint security
- ssh key 배포
- docker
- GitLab
- XCP-ng
- ansible
- Kibana
- miniconda
- xe guest utilities
- G-suite
- macos
- freebsd
- ELASTIC
- pfsense
- application security
- proxycfg
- centos 8
- Kibana server is not ready yet
- Proxy
- PlayBook
- Windows
- Today
- Total
목록IT/Security (221)
선 밖에 선 자유인
# 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
http://top-hat-sec.com
/etc/apt/source.list 에 추가 ## Security Updates deb http://security.kali.org/kali-security kali/updates main contrib non-freedeb-src http://security.kali.org/kali-security kali/updates main contrib non-free ## Application Install/Updatesdeb http://http.kali.org/kali kali main contrib non-freedeb-src http://http.kali.org/kali kali main contrib non-free
Install OpenVAS on Ubuntu 12.04Veröffentlicht am 5. Februar 2013The OpenVAS packages provided via the openSUSE Build Service are slightly out of date. But there is an Personal Package Archive(PPA) on Launchpad with up to date packages. In this tutorial I will show how to install current OpenVAS packages from Launchpad. Install the packages First of all you have to decide if you want to use the s..
Today I tried out the new OpenVas 6 b5.This is my small build and install log on an Ubuntu Server 12.10. (Yes, this is my home dev server, thats why it isn’t a LTS release..)# Firstly install the build deps.sudo apt-get build-dep openvas-server openvas-plugins-base openvas-plugins-dfsg sudo apt-get install cmake pkg-config libssh-dev libglib2.0-dev libpcap-dev \ libgpgme11-dev uuid-dev bison lib..