mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
Add Snapcraft and Scoop config
This commit is contained in:
parent
87b8b18047
commit
f60202e41c
2 changed files with 34 additions and 2 deletions
|
@ -42,6 +42,38 @@ brews:
|
|||
test: |
|
||||
system "#{bin}/hetty -v"
|
||||
|
||||
snapcrafts:
|
||||
- publish: true
|
||||
summary: An HTTP toolkit for security research.
|
||||
description: |
|
||||
Hetty is an HTTP toolkit for security research. It aims to become an open
|
||||
source alternative to commercial software like Burp Suite Pro, with
|
||||
powerful features tailored to the needs of the infosec and bug bounty
|
||||
community.
|
||||
grade: stable
|
||||
confinement: strict
|
||||
license: MIT
|
||||
apps:
|
||||
hetty:
|
||||
plugs: ["home", "network", "network-bind", "personal-files"]
|
||||
plugs:
|
||||
personal-files:
|
||||
read:
|
||||
- $HOME/.hetty
|
||||
write:
|
||||
- $HOME/.hetty
|
||||
|
||||
scoop:
|
||||
bucket:
|
||||
owner: hettysoft
|
||||
name: scoop-bucket
|
||||
commit_author:
|
||||
name: David Stotijn
|
||||
email: dstotijn@gmail.com
|
||||
homepage: https://hetty.xyz
|
||||
description: An HTTP toolkit for security research.
|
||||
license: MIT
|
||||
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ sudo snap install hetty
|
|||
#### Windows
|
||||
|
||||
```sh
|
||||
scoop bucket add hettysoft https://github.com/hettysoft/scoop.git
|
||||
scoop bucket add hettysoft https://github.com/hettysoft/scoop-bucket.git
|
||||
scoop install hettysoft/hetty
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue