Skip to content

4423/exploit_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

exploit_site

Webアプリケーションの脆弱性を体験できるサイトです。 Webアプリケーションの脆弱性の解説&体験ページ を参考にしています。

Usage

※ 認証用のLDAPサーバを別途構築する必要があります。

  1. ファイルの配置

exploit_site//var/www/html/ にコピーする。

  1. データベースの作成
# mysql -u root
MariaDB [(none)]> create database web;
Query OK, 1 row affected (0.00 sec)

MariaDB [(none)]> exit
Bye
  1. データの登録
# mysql -u root -p web < web.db.dump
  1. 動作確認

http://<WebサーバのIPアドレス>/exploit_site/ にアクセスする。

表に示すユーザ名とパスワードを使用してログインすることが出来る。

ユーザ名 パスワード
hogeo hoge
pugeo puge
taro taro
fooko foo
barko bar

License

This software is released under the MIT License, see LICENSE.

About

exploit_site is a Web app where you can experience vulnerabilities in cybersecurity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published