Skip to content

学校でやった講義の最終演習で使ったCTFの問題とか

Notifications You must be signed in to change notification settings

8ayac/iscbughunt101ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iscbughunt101ctf

概要

学校でやった講義「バグハント入門」の最終演習で使ったCTFの問題

問題リスト

Writeups

http://caya8.hatenablog.com/entry/2020/07/16/083000

各問題のデプロイ方法

SQLi101

下記コマンドを実行したあと、http://127.0.0.1:10070/で問題にアクセスできる。

$ cd sqli101
$ docker-compose up -d

SSRF101

下記コマンドを実行したあと、http://127.0.0.1:10080/で問題にアクセスできる。

$ cd ssrf101
$ docker-compose up -d

BuggyBase2

下記コマンドを実行したあと、http://127.0.0.1:10090/で問題にアクセスできる。

$ cd buggybase2
$ docker-compose up -d

About

学校でやった講義の最終演習で使ったCTFの問題とか

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published