-
-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #526 from hahwul/main
Update .goreleaser.yml
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|