summaryrefslogtreecommitdiff
path: root/homebrew/thcpptpbruter/.beer
blob: 9c8d0faed04f143832dc3aa799be828610d4459e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "ThcPptpBruter",
    "description": "Brute force program against PPTP VPN endpoints (TCP port 1723)",
    "url": "https://freeworld.thc.org/releases/thc-pptp-bruter-0.1.4.tar.gz",
    "mirror": "https://dl.bintray.com/homebrew/mirror/thc-pptp-bruter-0.1.4.tar.gz",
    "homepage": "https://thc.org",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"src/pptp_bruter.c\", \"pty.h\", \"util.h\"",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.4",
    "file": "thc-pptp-bruter.rb"
}