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 +}