summaryrefslogtreecommitdiff
path: root/homebrew/sshtrix/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sshtrix/.beer')
-rw-r--r--homebrew/sshtrix/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/sshtrix/.beer b/homebrew/sshtrix/.beer
new file mode 100644
index 000000000..c623dac27
--- /dev/null
+++ b/homebrew/sshtrix/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Sshtrix",
+ "description": "SSH login cracker",
+ "url": "https://github.com/nullsecuritynet/tools/raw/master/cracker/sshtrix/release/sshtrix-0.0.2.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.nullsecurity.net/tools/cracker.html",
+ "depends": [
+ {
+ "depend": "libssh",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"Makefile\", \"-lssh_threads\", \"\"",
+ "bin.mkpath",
+ "system \"make\", \"sshtrix\", \"CC=#{ENV.cc}\"",
+ "system \"make\", \"DISTDIR=#{prefix}\", \"install\""
+ ],
+ "version": "0.0.2",
+ "file": "sshtrix.rb"
+} \ No newline at end of file