-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
51 lines (41 loc) · 1.04 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: rainbowcrack
version: '1.7-0'
summary: The rainbow table cracking tools from RainbowCrack.
description: |
RainbowCrack is a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique. It crack hashes with rainbow tables. http://project-rainbowcrack.com/
grade: devel # Change to 'stable' later.
confinement: strict
apps:
rcrack:
command: set-path.sh rcrack
rt2rtc:
command: set-path.sh rt2rtc
rtc2rt:
command: set-path.sh rtc2rt
rtgen:
command: set-path.sh rtgen
rtmerge:
command: set-path.sh rtmerge
rtsort:
command: set-path.sh rtsort
parts:
rainbowcrack:
source: rainbowcrack-1.7-linux64
plugin: dump
override-stage: |
snapcraftctl stage
chmod 0755 r*
chmod 0644 *.so *.txt
prime:
- rt*
- rcrack
- alglib*.so
- charset.txt
set-path:
source: set-path
plugin: dump
override-stage: |
snapcraftctl stage
chmod 0755 set-path.sh
prime:
- set-path.sh