View Issue Details

IDProjectCategoryView StatusLast Update
0002299Kali LinuxKali Package Bugpublic2015-07-27 14:35
Reporterg0tmi1k Assigned Torhertzog  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version2.0 
Summary0002299: hashid 2.9.
Description

Kali: x64 1.1.0a
HashID: v2.9.0

root@kali:~# dpkg -l | grep hashid
ii hashid 2.9.0-0kali0 all Identify the different types of hashes used to encrypt data
root@kali:~#

When trying to use it...

root@kali:~# hashid
File "/usr/bin/hashid", line 174
HashMode(name=u'Wordpress ≥ v2.6.2', hashcat=400, extended=False),
^
SyntaxError: invalid syntax
root@kali:~# hashid --help
File "/usr/bin/hashid", line 174
HashMode(name=u'Wordpress ≥ v2.6.2', hashcat=400, extended=False),
^
SyntaxError: invalid syntax
root@kali:~#

Relationships

has duplicate 0001317 resolvedrhertzog Update hashID to 2.6.7 
has duplicate 0002406 resolvedsbrun Please udpate hashid 

Activities

g0tmi1k

g0tmi1k

2015-05-28 11:17

administrator   ~0003336

Updating to latest release (v3.1.4 - https://github.com/psypanda/hashID/releases) fixes the issue for me.

g0tmi1k

g0tmi1k

2015-05-28 11:37

administrator   ~0003337

After a bit of testing - it look like it all depends on how you execute the script

hashid == packaged version (using v2.9.0)
./hashid.py == fails for the same reason as the package (using v3.1.4)
python hashid.py == works (using v3.1.4)

root@kali:~/hashID-3.1.4# hashid --john 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed
File "/usr/bin/hashid", line 174
HashMode(name=u'Wordpress ≥ v2.6.2', hashcat=400, extended=False),
^
SyntaxError: invalid syntax
root@kali:~/hashID-3.1.4# ./hashid.py --john 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed
File "./hashid.py", line 177
HashInfo(name=u'Wordpress ≥ v2.6.2', hashcat=400, john='phpass', extended=False),
^
SyntaxError: invalid syntax
root@kali:~/hashID-3.1.4# python hashid.py --john 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed
Analyzing '2aae6c35c94fcfb415dbe95f408b9ce91ee846ed'
[+] SHA-1 [JtR Format: raw-sha1]
[+] Double SHA-1
[+] RIPEMD-160 [JtR Format: ripemd-160]
[+] Haval-160
[+] Tiger-160
[+] HAS-160
[+] LinkedIn [JtR Format: raw-sha1-linkedin]
[+] Skein-256(160)
[+] Skein-512(160)
root@kali:~/hashID-3.1.4#

g0tmi1k

g0tmi1k

2015-07-27 10:27

administrator   ~0003598

Been fixed in kali 2

Issue History

Date Modified Username Field Change
2015-05-28 11:04 g0tmi1k New Issue
2015-05-28 11:17 g0tmi1k Note Added: 0003336
2015-05-28 11:35 g0tmi1k Description Updated
2015-05-28 11:37 g0tmi1k Note Added: 0003337
2015-07-16 08:31 g0tmi1k Relationship added has duplicate 0001317
2015-07-16 08:32 g0tmi1k Relationship added has duplicate 0002406
2015-07-27 10:27 g0tmi1k Note Added: 0003598
2015-07-27 14:35 rhertzog Status new => resolved
2015-07-27 14:35 rhertzog Fixed in Version => 2.0
2015-07-27 14:35 rhertzog Resolution open => fixed
2015-07-27 14:35 rhertzog Assigned To => rhertzog