File tree Expand file tree Collapse file tree 2 files changed +129
-3
lines changed Expand file tree Collapse file tree 2 files changed +129
-3
lines changed Original file line number Diff line number Diff line change
1
+ ad-miner
2
+ amoco
3
+ android-udev-rules
4
+ asnmap
5
+ avml
6
+ bagbak
7
+ boofuzz
8
+ brakeman
9
+ burpsuite
10
+ bytecode-viewer
11
+ can-utils
12
+ cewl
13
+ chainsaw
14
+ checkov
15
+ chipsec
16
+ clair
17
+ cloudsploit
18
+ commix
19
+ cpp2il
20
+ crosslinked
21
+ ctf-party
22
+ ctypes-sh
23
+ cve-search
24
+ cvemap
25
+ dcdetector
26
+ ddosify
27
+ detect-secrets
28
+ dftimewolf
29
+ didier-stevens-suite
30
+ dnsdiag
31
+ dnstwist
32
+ dnsx
33
+ dradis-ce
34
+ exabgp
35
+ eyewitness
36
+ fastnetmon
37
+ fernflower
38
+ finalrecon
39
+ flare-floss
40
+ fuddly
41
+ gowitness
42
+ gps-sdr-sim
43
+ graphql-cop
44
+ graphw00f
45
+ haiti
46
+ httpx
47
+ identywaf
48
+ imhex
49
+ infection-monkey
50
+ intelmq
51
+ ivre
52
+ jsql-injection
53
+ kh2hc
54
+ ldeep
55
+ leo
56
+ lfimap
57
+ libbde
58
+ ligolo-ng
59
+ lunar
60
+ maltrail
61
+ mapcidr
62
+ mongodb
63
+ mongodb/mongodb-4.4.29-no-enterprise.patch
64
+ mtscan
65
+ netexec
66
+ ntlmrecon
67
+ nuclei-templates
68
+ nuclei
69
+ nullinux
70
+ o-saft
71
+ oniongrok
72
+ opendht-c
73
+ openscap
74
+ openstego
75
+ pass-station
76
+ passdetective
77
+ pex
78
+ pfring-dkms
79
+ phpstan
80
+ pmacct
81
+ polyswarm
82
+ prowler
83
+ pwned
84
+ rabid
85
+ radare2-keystone
86
+ radare2-unicorn
87
+ retire
88
+ rita
89
+ rr
90
+ seclists
91
+ serializationdumper
92
+ sherlock
93
+ sipp
94
+ sippts
95
+ slither
96
+ smbmap
97
+ sn1per
98
+ spiga
99
+ spotbugs
100
+ spraycharles
101
+ sslscan2
102
+ subfinder
103
+ subscraper
104
+ suricata-verify
105
+ suricata
106
+ sysinternals-suite
107
+ tfsec
108
+ theharvester
109
+ tls-map
110
+ tlsfuzzer
111
+ tor-browser
112
+ trufflehog
113
+ uncover
114
+ vbsmin
115
+ vuls
116
+ wafw00f
117
+ wapiti
118
+ wesng
119
+ whatsmyname
120
+ whispers
121
+ x3270
122
+ yeti
123
+ zdns
124
+ zeek
125
+ zgrab2
Original file line number Diff line number Diff line change 2
2
# See COPYING for license details.
3
3
4
4
pkgname=rita
5
- pkgver=18.f38c3d7
5
+ pkgver=v5.0.0.beta.r0.gf38c3d7
6
6
pkgrel=1
7
+ epoch=1
7
8
pkgdesc=' Real Intelligence Threat Analytics.'
8
9
arch=(' x86_64' )
9
10
groups=(' blackarch' ' blackarch-recon' )
@@ -17,7 +18,7 @@ sha512sums=('SKIP')
17
18
pkgver () {
18
19
cd $pkgname
19
20
20
- echo $( git rev-list --count HEAD ) . $( git rev-parse --short HEAD )
21
+ git describe --long --tags | sed ' s/\([^-]*-g\)/r\1/;s/-/./g '
21
22
}
22
23
23
24
build () {
@@ -40,7 +41,7 @@ package() {
40
41
cd $pkgname
41
42
42
43
install -Dm 755 $pkgname " $pkgdir /usr/bin/$pkgname "
43
- install -Dm 666 " etc/$pkgname .yaml" " $pkgdir /etc/$pkgname /config.yaml"
44
+ # install -Dm 666 "etc/$pkgname.yaml" "$pkgdir/etc/$pkgname/config.yaml"
44
45
install -Dm 644 -t " $pkgdir /usr/share/doc/$pkgname /" docs/*
45
46
}
46
47
You can’t perform that action at this time.
0 commit comments