Giter Club home page Giter Club logo

ssrf-practice's Introduction

SSRF-Practice

概要

本プログラムは、Server Side Request Forgery(以下、SSRF)の脆弱性を社内でも検証できるように用意したものです。 SSRFの脆弱性を悪用し、隠されたメッセージ(FLAG_****)を見つけてください。
見つけたFLAGはChallengeのページからFLAGの値を送信してください。
正しいFLAGを送信することができた場合はCompletionのリストにチェックが付きます。

本プログラムについての説明や環境構成などは、プログラム起動後のAboutページに記載しています。

発表用資料
https://www.slideshare.net/ssuser12fe9c/ssrf-248482162

スクリーンショット

screenshot

必要環境

  • Docker
  • docker-compose

諸注意

本プログラムは意図的に脆弱性を作りこんでいます。
検証後はアプリを停止してください。

動かし方

$ git clone https://github.com/wild0ni0n/ssrf-practice.git
$ cd ssrf-practice
$ docker-compose up -d

止め方

$ docker-compose stop

コンテナの削除も行う場合

$ docker-compose down

アクセス方法

ブラウザで以下のURLにアクセスしてください。

https://localhost:1443

リクエスト記録用の攻撃者サーバも用意してます。FLAG取得の過程で使用します。

http://localhost:8888

docker環境をVMで用意しておりNAT設定している場合は、VMのネットワーク設定に以下の設定を入れてください。
[host]127.0.0.1:1443 <=>[guest]0.0.0.0:1443
[host]127.0.0.1:8888 <=>[guest]0.0.0.0:8888

参考情報

ssrf-practice's People

Contributors

wild0ni0n avatar

Stargazers

 avatar shiv3 avatar Natsuki Maehara avatar  avatar pencha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.