Skip to content

Commit 1fc9031

Browse files
committed
Merge branch 'dev'
2 parents 318a2bd + c17cb10 commit 1fc9031

42 files changed

Lines changed: 490 additions & 58 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ gpgcheck = 1
117117
```
118118

119119
### Install prerequisities
120-
Enable IUS, EPEL, and IUS repositories
120+
Enable IUS, EPEL, and SCL repositories
121121
```
122122
yum install -y https://$(rpm -E '%{?centos:centos}%{!?centos:rhel}%{rhel}').iuscommunity.org/ius-release.rpm
123123
yum install -y epel-release centos-release-scl
124124
```
125125

126126
Install necessary packages:
127127
```
128-
yum install -y devtoolset-7 m4 libtool autoconf automake git vim httpd php php-mysql mod_wsgi mariadb-server mariadb-devel zlib libcurl-devel openssl-libs python python36 python36u-mod_wsgi python36u-setuptools MySQL-python python2-PyMySQL boost* pkgconfig libnotify
128+
yum install -y devtoolset-7 m4 libtool autoconf automake git vim httpd php php-mysql mod_wsgi mariadb-server mariadb-devel zlib libcurl-devel openssl-libs openssl-devel python python36 python36u-mod_wsgi python36u-setuptools MySQL-python python2-PyMySQL boost* pkgconfig libnotify
129129
```
130130
Set Python 3.6 as default Python3 version:
131131
```
@@ -146,7 +146,7 @@ systemctl enable mariadb.service
146146
useradd -m -c "BOINC Administrator" boincadm -s /bin/bash
147147
mysql -u root -p
148148
mysql> create database fitcrack;
149-
mysql> GRANT ALL PRIVILES ON fitcrack.* TO 'fitcrack'@'localhost' IDENTIFIED BY 'mypassword';
149+
mysql> GRANT ALL PRIVILEGES ON fitcrack.* TO 'fitcrack'@'localhost' IDENTIFIED BY 'mypassword';
150150
```
151151

152152
### Switch to GCC6 and Install Fitcrack

docs/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Fitcrack Webadmin user manual
1+
# Fitcrack Webadmin User's Guide
22

3-
Blah blah blah this is **a user manual**. It shows you how to do things.
3+
Welcome to the Fitcrack User's Guide. A comprehensive documentation of the Webadmin app used to control the password cracking system developed at BUT FIT.
44

55
![App preview](./_media/img/frontpage.png)
66

7-
!> Look at the screenshot! It's important.
8-
97
## Fitcrack — Distributed password cracking system
108

119
**Fitcrack** is a distributed password cracking system. It can be used for recovering passwords securing various types of encrypted media like documents, archives, or disk volumes, as well as for breaking raw cryptographic hashes.
@@ -14,4 +12,4 @@ Thanks to the integration with [Hashcat](https://hashcat.net/) tool, Fitcrack pr
1412

1513
Our system is based on [BOINC](http://boinc.berkeley.edu/) framework for distributed computing which allows Fitcrack to provide a relatively high level of automatization whithout limiting the flexibility of the system, or administrator’s freedom of creating a custom design and configuration of a distributed network.
1614

17-
Fitcrack was created within the [NES@FIT](http://www.fit.vutbr.cz/research/groups/nes@fit/index.php.en) reasearch group on [Faculty of Information Technology, Brno University of Technology](http://www.fit.vutbr.cz/.en). Rather than a ready-made product, it represents an experimental prototype primarily used for research and testing of new password recovery techniques. It is freely available under [MIT license](https://opensource.org/licenses/MIT) Since Fitcrack is an experimental prototype, you can only use it at your own risk. We will not be held in any way responsible for your decision. For using Wrathion we provide no support, or assistance.
15+
Fitcrack was created within the [NES@FIT](http://www.fit.vutbr.cz/research/groups/nes@fit/index.php.en) reasearch group on [Faculty of Information Technology, Brno University of Technology](http://www.fit.vutbr.cz/.en). Rather than a ready-made product, it represents an experimental prototype primarily used for research and testing of new password recovery techniques. It is freely available under [MIT license](https://opensource.org/licenses/MIT) Since Fitcrack is an experimental prototype, you can only use it at your own risk. We will not be held in any way responsible for your decision.

docs/_media/img/appbar.jpg

5.54 KB
Loading
101 KB
Loading
127 KB
Loading

docs/_media/img/attack-comb.jpg

148 KB
Loading

docs/_media/img/attack-dict.jpg

130 KB
Loading

docs/_media/img/attack-hybrid.jpg

106 KB
Loading

docs/_media/img/attack-pcfg.jpg

134 KB
Loading

docs/_media/img/boinc-url.png

110 KB
Loading

0 commit comments

Comments
 (0)