diff --git a/README.md b/README.md index 799ffcd..c663904 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ SSRF Playground is a platform to practice exploitation and testing for Server Side Request Forgery issues in web applications. +### Setup + +Because this program using some package, you need to get it first: +```bash +go get github.com/sirupsen/logrus +``` + ### How to play? Run the server by typing `go run .` @@ -18,4 +25,4 @@ Have fun playing. The UI is accessible at http://localhost:8001/ ### Contributing -The project is still in very early stage hence contributions are more than welcomed. \ No newline at end of file +The project is still in very early stage hence contributions are more than welcomed.