From bc44e4fccb9f68cae582abe2a908717d9a7e756d Mon Sep 17 00:00:00 2001 From: AvivAvital2 <47418316+AvivAvital2@users.noreply.github.com> Date: Sun, 22 Sep 2019 14:27:12 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b90538..085b439 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ Advantage of Docker is that is will run on every machine. You don't need to inst Package versions are pinned. This ensures that XssPy will also run in the future. Regardless which Python-Version you've running on you machine. ## Docker build ``` -docker build -ti xsspy . +docker build -t xsspy . ``` ## Docker usage After you build ``` -docker run -ti xsspy website.com +docker run -t xsspy -u website.com ``` # Payloads