정보보안/CTF write-up
-
[웹고트 5.4] General - Http Basics정보보안/CTF write-up 2019. 3. 25. 22:28
Enter your name in the input field below and press "go" to submit. The server will accept the request, reverse the input, and display it back to the user, illustrating the basics of handling an HTTP request. The user should become familiar with the features of WebGoat by manipulating the above buttons to view hints, show the HTTP request parameters, the HTTP request cookies, and the Java source ..
-
WebGoat 7.1 설치 및 실행 / 웹고트 7.1정보보안/CTF write-up 2019. 3. 11. 22:25
웹고트를 설치하기 위해서는 먼저 두가지가 준비되어있어야 합니다. 첫 번째는 WebGoat 파일이고, 두 번째는 JDK와 환경변수 등록입니다. https://github.com/WebGoat/WebGoat/releases/download/7.1/webgoat-container-7.1-exec.jar 불러오는 중입니다... https://ludere.tistory.com/6 JDK 설치 및 환경변수 설정 먼저 JDK 파일을 준비합니다. //저는 웹고트 7.1을 설치해야하기 때문에 7버전을 준비했지만, 현재 기준 최신버전은 12버전입니다. JDK 파일은 Oracle 사이트에서 준비해주세요. 오라클 로그인 후 다운로드 가능.. ludere.tistory.com //웹고트 7.1의 경우 jdk 7버전을 설치해야합..
-
JDK 설치 및 환경변수 설정정보보안/CTF write-up 2019. 3. 11. 22:18
먼저 JDK 파일을 준비합니다. //저는 웹고트 7.1을 설치해야하기 때문에 7버전을 준비했지만, 현재 기준 최신버전은 12버전입니다. JDK 파일은 Oracle 사이트에서 준비해주세요. 오라클 로그인 후 다운로드 가능합니다.https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html 직접 공유해드리기는 어려울 것 같습니다.. 설치 방법은 어렵지 않습니다. Next > 를 누릅니다. Next > 를 누릅니다. (처음 설치하시는 분들은 2개 항목에 JRE까지 설치 옵션으로 있을 텐데 같이 설치합니다.) (설치중) Close 를 누릅니다. (지금까지는 너무 간단한 설명이네요) 좌측 바를 보시..