From 27b60f7ee07937f2b533846db03aa83125fa921d Mon Sep 17 00:00:00 2001 From: loviuz Date: Sat, 23 Jan 2021 12:50:44 +0100 Subject: [PATCH] Fixing README and script name --- README.md | 12 ++++++++++++ request.php => hcra.php | 0 2 files changed, 12 insertions(+) rename request.php => hcra.php (100%) diff --git a/README.md b/README.md index c34c773..d09a286 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ It has been ispired by a business-logic challenge of Port Swigger: https://portswigger.net/web-security/logic-flaws/examples/lab-logic-flaws-infinite-money +## Installation + +First download and install **composer** from here: + +https://getcomposer.org/download/ + +Then: + +```bash +$ php composer.phar install +``` + ## Usage ```bash diff --git a/request.php b/hcra.php similarity index 100% rename from request.php rename to hcra.php