File tree Expand file tree Collapse file tree 3 files changed +69
-0
lines changed Expand file tree Collapse file tree 3 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
2
+ # See COPYING for license details.
3
+
4
+ pkgname=ophcrack
5
+ pkgver=3.8.0
6
+ pkgrel=6
7
+ pkgdesc=' Windows password cracker based on rainbow tables.'
8
+ groups=(' blackarch' ' blackarch-cracker' ' blackarch-windows' )
9
+ arch=(' x86_64' ' aarch64' )
10
+ url=" http://ophcrack.sourceforge.net"
11
+ license=(' GPL' )
12
+ depends=(' qt5-charts' )
13
+ source=(" https://downloads.sourceforge.net/project/$pkgname /$pkgname /$pkgver /$pkgname -$pkgver .tar.bz2"
14
+ ' ophcrack.desktop' )
15
+ sha512sums=(' c66276b72299744d3e0c9fc14220c7f568e383bd324c1ede228bda5d51da78db817388421c9f5f8cd2f18687e7e53cfb0c65bcc0354b3d55ac16324c61f62dbd'
16
+ ' f2eb625262e9409261c1dd28a7ed334529dc082a7100ba095a9b2e5cffb5ef153d8ef2ebbe3be66d47070ab024ff20c63487147be9d8e285671a5a0ad4f6a9cd' )
17
+
18
+ build () {
19
+ cd " $pkgname -$pkgver "
20
+
21
+ ./configure --prefix=/usr --enable-gui --enable-graph
22
+
23
+ make
24
+ }
25
+
26
+ package () {
27
+ cd " $pkgname -$pkgver "
28
+
29
+ make DESTDIR=" $pkgdir " install
30
+
31
+ install -Dm 644 " $srcdir /$pkgname .desktop" \
32
+ " $pkgdir " /usr/share/applications/ophcrack.desktop
33
+ install -Dm 644 src/gui/pixmaps/os.xpm \
34
+ " $pkgdir /usr/share/$pkgname /pixmaps/os.xpm"
35
+ }
36
+
Original file line number Diff line number Diff line change
1
+ [Desktop Entry]
2
+ Type =Application
3
+ Encoding =UTF-8
4
+ Name =Ophcrack
5
+ Comment =LM and SAM hash cracker
6
+ Exec =ophcrack
7
+ Icon =/usr/share/ophcrack/pixmaps/os.xpm
8
+ Categories =Application;Utilities;System
Original file line number Diff line number Diff line change
1
+ # This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
2
+ # See COPYING for license details.
3
+
4
+ pkgname=swaks
5
+ pkgver=20240103.0
6
+ pkgrel=3
7
+ pkgdesc=' Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH.'
8
+ groups=(' blackarch' ' blackarch-scanner' )
9
+ arch=(' any' )
10
+ url=' https://jetmore.org/john/code/swaks/'
11
+ license=(' GPL-1.0-only' )
12
+ depends=(' perl' ' perl-net-dns' ' perl-net-ssleay' )
13
+ source=(" https://github.com/jetmore/swaks/archive/v$pkgver .tar.gz" )
14
+ sha512sums=(' 2d4ba9f97923bab72e5f0bf77bd8641a4034d19060aaf7b9944d8fc7a01f88914d982e64b32e863531cd4259c78081c20cd673c2ae83aef4aa6987ae8a682682' )
15
+
16
+ package () {
17
+ cd " $pkgname -$pkgver "
18
+
19
+ install -Dm 755 $pkgname " $pkgdir /usr/bin/$pkgname "
20
+
21
+ cd doc
22
+ pod2man base.pod " $pkgname .1"
23
+ install -Dm 644 " $pkgname .1" " $pkgdir /usr/share/man/man1/$pkgname .1"
24
+ }
25
+
You can’t perform that action at this time.
0 commit comments