일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- centos 8
- freebsd
- 로그인불가
- miniconda
- ssh key 배포
- Windows
- Kibana server is not ready yet
- PlayBook
- x-pack
- bash
- ansible
- docker
- xe guest utilities
- macos
- Kibana
- proxycfg
- ELASTIC
- pfsense
- elastic stack
- endpoint security
- application security
- XCP-ng
- hardening
- 보안양파
- Proxy
- Elasticsearch
- G-suite
- 한글가이드
- GitLab
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
- OWASP Testing Guide v4 Table of Contentshttps://www.owasp.org/index.php/OWASP_Testing_Guide_v4_Table_of_Contents - Web Application Pen-testing Tutorials With Mutillidaehttp://www.irongeek.com/i.php?page=videos/web-application-pen-testing-tutorials-with-mutillidae - Backtrack Tutorials http://backtracktutorials.com/ - metasploit unleashedhttp://www.offensive-security.com/metasploit-unleashed/Ma..
PHP 5.3 이상에서는 Zend Optimizer 가 아닌 Zend Guard Loader 라는 이름으로 배포됨PHP 버전에 맞게 다운로드 - Zend Guard Loader (Runtime for PHP 5.4) 64-bit:http://downloads.zend.com/guard/6.0.0/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz - Zend Guard Loader (Runtime for PHP 5.4) 32-bit:http://downloads.zend.com/guard/6.0.0/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-i386.tar.gz - Zend Guard Loader (Runtime fo..
php.ini, httpd.conf 가 /etc 하위에 존재할 때 (/etc/php.ini, /etc/httpd/conf/httpd.conf) find /etc -name php.ini -exec perl -pi -e 's/expose_php = On/expose_php = Off/g' {} \;find /etc -name httpd.conf -exec perl -pi -e 's/ServerSignature On/ServerSignature Off/g' {} \;find /etc -name httpd.conf -exec perl -pi -e 's/ServerTokens OS/ServerTokens Prod/g' {} \;orfind /etc -name php.ini -exec sed -i 's/expos..
한줄씩 읽기 #!/bin/bash exec < $1 while read linedo echo $linedone --------------------------------------- #!/bin/bash while read linedo echo $linedone < aaa.txt 참고 : http://www.dreamy.pe.kr/zbxe/CodeClip/3765968
summary_src.txt 의 IP들에 대한 whois 정보를 검색(포트 스캔은 문제가 될 수 있으므로 ping scan 옵션 포함) # nmap -sP -v --script=whois -iL summary_src.txt -oX whois_info.xml# xsltproc whois_info.xml -o whois_info.html
HTML5 신규 태그 및 속성들을 이용한 XSS 공격 출처: Internet & Security Focus 2013년 12월 호 포커스 HTML 신규 웹 서비스 환경에서의 보안 이슈
간단히 yum 으로 Apache + PHP + MySQL 웹서버 설치 시 yum -y install httpdyum -y install mysqlyum -y install phpyum -y install gd gd-develyum -y install libpng libpng-develyum -y install libjpeg libjpeg-develyum -y install freetype freetype-develyum -y install fontconfig fontconfig-develyum -y install libxml2 libxml2-develyum -y install openssl openssl-develyum -y install gmp gmp-develyum -y install mhash mh..
출처: http://mrain7.egloos.com/2725507 root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin adm:x:3:4:adm:/var/adm:/sbin/nologin lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin = 로컬 프린트 서버 sync:x:5:0:sync:/sbin:/bin/sync = 원격지 서버 동기화 shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown = soft 시스템 종료 halt:x:7:0:halt:/sbin:/sbin/halt = 강제시스템 종료 mail:x:8:12:mail:/..