From f1abcc59396947cdfc920d9ce08c48213ec39960 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 25 Oct 2020 01:37:42 +0900 Subject: [PATCH] Update data.json --- data.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data.json b/data.json index 0cadd3d..2c5f9bd 100644 --- a/data.json +++ b/data.json @@ -995,9 +995,9 @@ "Data": "| Scanner/XSS | [dalfox](https://github.com/hahwul/dalfox) | 🌘🦊 DalFox(Finder Of XSS) / Parameter Analysis and XSS Scanning tool based on golang | ![](https://img.shields.io/github/stars/hahwul/dalfox) | ![](https://img.shields.io/github/languages/top/hahwul/dalfox) |", "Description": "🌘🦊 DalFox(Finder Of XSS) / Parameter Analysis and XSS Scanning tool based on golang ", "Install": { - "Linux": "", - "MacOS": "", - "Windows": "" + "Linux": "go get -u github.com/hahwul/dalfox", + "MacOS": "go get -u github.com/hahwul/dalfox", + "Windows": "go get -u github.com/hahwul/dalfox" }, "Method": "XSS", "Type": "Scanner", @@ -2335,4 +2335,4 @@ "Windows": "" } } -} \ No newline at end of file +}