WebGoat 7.0/Installation

    WebGoat :: 부팅 시 자동 실행(Linux 기준)

    Linux에 WebGoat를 설치한 후에 매번 부팅한 후 직접 실행시키는 게 귀찮아서 시도했습니다. 방법 한 줄 요약 : init.d 에 WebGoat 등록 작업 OS : CentOS 7 먼저 /etc/init.d에 아래와 같은 내용으로 webgoat 스크립트를 생성합니다. # cd /etc/init.d # vi webgoat #! /bin/sh # webgoat Happy Hacking!! # chkconfig: 2345 20 80 # description: WebGoat Auto Run export WEBGOAT=/root/WebGoat-Workspace case "$1" in start) echo -n "Starting WebGoat: " cd $WEBGOAT sh ./webgoat_develope..

    WebGoat Developer Ver. Eclipse 연동

    WebGoat의 Developer Version은 Eclipse를 통해 Source를 수정할 수 있으며, 이를 통해 해결해야 하는 문제가 있습니다. 이번 포스팅에서는 WebGoat을 Eclipse에 연동하는 방법을 다루려 합니다. 사전 작업 WebGoat을 Eclispe에 연동시키기 위해서는 우선 Eclipse에 Tomcat 이 연동되어 있어야 합니다. Eclipse Tomcat 연동 방법 Tomcat-users.xml의 내용을 아래와 같이 바꿉니다. WebGoat의 WAR파일을 원하는 곳으로 복사시킵니다. # cd # cd WebGoat # mvn package # cp webgoat-container/target/webgoat-container-7.0-SNAPSHOT.war /webapps/ 복사한 ..

    WebGoat 설치

    스터디 과제로 WebGoat 설치가 나와 VMware에 WebGoat을 설치하려 합니다. 확실히 예전에 비해 설치가 엄청 쉬워졌네요. 한방 설치도 가능하다니….T^T…… What is WebGoat? WebGoat은 OWASP의 지원을 받는 안전하지 않는 Web Application입니다. Web Application 보안에 대한 단계적인 교육이 디자인 돼있습니다. 각 단계마다, 실제 취약점을 이용하여 보안 이슈들을 시연해 볼 수 있습니다. 그리고, 각 단계별로 힌트와 코드가 제공됩니다. Link WebGoat Team Page: http://webgoat.github.io/index.html To get started: For the Latest WebGoat, go here: https://githu..

글을 읽어주셔서 감사합니다.

이 블로그는 Google 광고 수익으로 콘텐츠를 만들고 있습니다.