Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .goreleaser.yml #526

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,18 @@ brews:
name: hahwul
email: [email protected]
folder: Formula
homepage: "https://www.hahwul.com"
description: "DalFox(Finder Of XSS) / Parameter Analysis and XSS Scanning tool based on golang"
homepage: "https://dalfox.hahwul.com"
description: Powerful open-source XSS scanner and utility focused on automation.
test: |
system "#{bin}/dalfox version"
install: |
bin.install "dalfox"
snapcrafts:
-
name: dalfox
# Remember you need to `snapcraft login` first.
publish: true
summary: DalFox(Finder Of XSS) / Parameter Analysis and XSS Scanning tool based on golang
description: DalFox is a fast, powerful parameter analysis and XSS scanner, based on a golang/DOM parser. supports friendly Pipeline, CI/CD and testing of different types of XSS. I talk about naming. Dal(달) is the Korean pronunciation of moon and fox was made into Fox(Find Of XSS).
summary: Powerful open-source XSS scanner and utility focused on automation.
description: DalFox is a powerful open-source tool that focuses on automation, making it ideal for quickly scanning for XSS flaws and analyzing parameters. Its advanced testing engine and niche features are designed to streamline the process of detecting and verifying vulnerabilities.
grade: stable
confinement: strict
license: MIT
Expand Down
Loading