Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
ARCHIVED
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumoji authored Apr 19, 2022
1 parent 3c2b9e4 commit bee0ff1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# kujiro-xss-frontend

2022/04/08 に行われた HUIT 新歓の 「誰ですか こんなところにXSS仕掛けたのは」(kujiro) で使用された XSS デモ用の C# 製フロントエンドです。

[バックエンドはこちら](https://github.com/HUITGroup/kujiro-xss-backend)

docker compose を使用して構築します。

## 事前準備

1. SSLの証明書(ssl.crt)と秘密鍵(ssl.key)をディレクトリ内に置く
1. [nginx.conf](nginx.conf) の server_name を公開したいドメインに修正する
1. [Setting.cs](HUIT2022/Pages/Setting.cs) の HostAddr をAPIのドメインに修正する

## 構築

```bash
docker compose up -d
```
このリポジトリは、現在 https://github.com/HUITGroup/kujiro-xss-blog に統合されています。

0 comments on commit bee0ff1

Please sign in to comment.