-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfigure
More file actions
executable file
·32 lines (27 loc) · 1.07 KB
/
configure
File metadata and controls
executable file
·32 lines (27 loc) · 1.07 KB
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
#!/bin/bash
# This file is part of Skul.
#
# Copyright 2016, Simone Bossi <pyno@crypt.coffee>
# Hany Ragab <_hanyOne@crypt.coffee>
# Alexandro Calo' <ax@crypt.coffee>
# Copyright (C) 2014 Cryptcoffee. All rights reserved.
#
# Skull is a PoC to bruteforce the Cryptsetup implementation of
# Linux Unified Key Setup (LUKS).
#
# Skul is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# as published by the Free Software Foundation.
#
# Skul is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Skul. If not, see <http://www.gnu.org/licenses/>.
if [[ $(pkg-config --exists openssl; echo $?) -eq 1 ]]; then
echo 'missing openssl library'
fi
mkdir -p /tmp/skul
mkdir -p tests