1. Intro CentOS7에 snort를 설치해보자. 2. How to do? 기본적인 방법은 공식 홈페이지 매뉴얼을 따르되, 중간중간 오류가 있다. 따라서 아래의 방법대로 설치하면 오류 없이 설치할 수 있다. Step 1. Install snort & daq wget https://snort.org/downloads/snort/daq-2.0.6.tar.gz wget https://snort.org/downloads/snort/snort-2.9.12.tar.gz wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/l/libnghttp2-1.31.1-1.el7.x86_64.rpm yum install daq-2.0.6.tar.gz yum install libnghttp2-1.31.1-1.el7.x86_64.rpm yum install snort-2.9.12.tar.gz Step 2. Link library ln -s […]
IDA 6.8 Pro
IDA.Pro.6.8
How to set up python2, 3 at the same time
1. Usage mklink C:\Windows\System32\python2.exe C:\Python\Python27\python.exe mklink C:\Windows\System32\python3.exe C:\Python\Python37\python.exe
JSP tag
1. 종류 지시자 <%@ %> 페이지 속성 주석 <%– –%> HTML 주석 : F12에서 보임 JSP 주석 : 서버에서 실행되므로 안 보임 선언 <%! %> 변수(전역), 메소드 선언 표현식 <%= %> 결과값 출력 스크립트릿 <% %> JAVA 코드 액션태그 <jsp:action> </jsp:action> JAVAbin 연결
Basic Analysis using cmd (bat file)
1. Intro You can use this batch file to perform basic analysis on computers using the Windows OS. The analysis file is output to a separate path (or default path) in txt file format. 2. Pre-Condition If you use this batch file, than you need necessary tools. You have to download and install the […]
Service restart
1. Usage sudo synoservice –restart [Service Name ex>nginx]
Redirect page
1. Usage Format : content=[time];URL=[redirect URL] <html> <head> <meta http-equiv=”refresh” content=”0;URL=’http://www.example.com'” /> </head> </html>
BPMN vs UML
Approach focus (view) BPMN Business Process Modeling Notations process-oriented business processes UML Unified Modelling Language object-oriented software design
Install WebGoat 7.1 on eclipse (Windows 10)
1. What is WebGoat? WebGoat is a deliberately insecure web application maintained by OWASP designed to teach web application security lessons. Official Site : https://www.owasp.org/index.php/Category:OWASP_WebGoat_Project 2. Install WebGoat 2.1. Install JDK SE 7 and 8 JDK SE 7 : http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html JDK SE 8 : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Why Install both version? -> The ‘spring-web-3.2.4.RELEASE.jar’ included in […]
HP server LED Indicators
https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c03245333