Hashes appear to be empty when added via the Web Interface
Closed this issue · 2 comments
When adding Hashes from the Website, they appear to be empty on the website, however they are present when navigating to their location:
WebHashcat File Information
administrator@ubuntu:/opt/WebHashcat/Files/Hashfiles$ ls -l
total 16
-rw-rw-r-- 1 administrator administrator 34 Jul 31 04:10 1BZ1TJ5QKN7Q.hashfile
-rw-rw-r-- 1 administrator administrator 34 Jul 31 04:11 8A9LK9826H87.hashfile
-rw-rw-r-- 1 administrator administrator 34 Jul 31 04:01 BEG6N6EIVZYN.hashfile
-rw-rw-r-- 1 administrator administrator 34 Jul 31 04:04 RQ0LO8MP605Y.hashfile
administrator@ubuntu:/opt/WebHashcat/Files/Hashfiles$ cat 1BZ1TJ5QKN7Q.hashfile
$1$vSS8.S0u$55m92Mb5gUOzasbOYWDyX/
Database Output
mysql> SELECT * FROM Hashcat_hashfile
-> ;
+----+-------+-----------------------+-----------+------------+---------------+-------------------+
| id | name | hashfile | hash_type | line_count | cracked_count | username_included |
+----+-------+-----------------------+-----------+------------+---------------+-------------------+
| 1 | tarot | BEG6N6EIVZYN.hashfile | 500 | 0 | 0 | 0 |
| 2 | tarot | RQ0LO8MP605Y.hashfile | 500 | 0 | 0 | 0 |
| 3 | tarot | 1BZ1TJ5QKN7Q.hashfile | 500 | 0 | 0 | 0 |
| 4 | tarot | 8A9LK9826H87.hashfile | 500 | 0 | 0 | 0 |
+----+-------+-----------------------+-----------+------------+---------------+-------------------+
4 rows in set (0.00 sec)
You can closed this, I did not have Supervisor installed.