We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 1719684Copy full SHA for 1719684
Formula/rustscan.rb
@@ -0,0 +1,16 @@
1
+
2
+# Documentation: https://docs.brew.sh/Formula-Cookbook
3
+# https://rubydoc.brew.sh/Formula
4
+# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
5
+class Rustscan < Formula
6
7
+ desc "Faster Nmap Scanning with Rust"
8
+ homepage "https://github.com/brandonskerritt/rustscan"
9
+ url "https://github.com/brandonskerritt/RustScan/releases/download/1.0.1/rustscan.tar.gz"
10
+ sha256 "c8ff94630f5a7d719545287d36422698bfecca73e80f2d8219df64e0ac5b87fa"
11
+ version "1.0.1"
12
13
+ def install
14
+ bin.install "rustscan"
15
+ end
16
+end
README.md
0 commit comments