Oracle 11g Format - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Oracle 11g Format (/thread-1051.html) Pages:
1
2
|
RE: Oracle 11g Format - hypnol - 10-17-2012 Hi! Used the following sql query to extract password hash and salt from a oracle 11g database. (SELECT name, password, spare4 from sys.user$ WHERE name = '***') which resulted in the following output: ***, CE4A36B8E06CA59C, S:FE684A11680E19B3E6068FC92E8058A2294DBC7A1386018E8BD51E881D01 however when trying to crack it with cudahashcat-lite64.bin version 0.10 i get the line length exception again?? /cudaHashcat-lite64.bin -m 112 FE684A11680E19B3E6068FC92E8058A2294DBC7A1386018E8BD51E881D01:CE4A36B8E06CA59C RE: Oracle 11g Format - M@LIK - 10-17-2012 I guess that's not an Oracle 11g hash. Probably Oracle 7-10g. Try -m3100, the correct format is HASH:USERNAME where hash is the 16 hex characters. Code: CE4A36B8E06CA59C:*** RE: Oracle 11g Format - atom - 10-18-2012 This is how an Oracle 11g hash should look like: 5daf093f2380a13dcd73ad07cfbf788f6cc72a39:52313134845822305584 password is 0747 |