unknown option -- output-file=cracked.txt - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: unknown option -- output-file=cracked.txt (/thread-3701.html) |
unknown option -- output-file=cracked.txt - KingoOo - 09-30-2014 hashcat-cli32.exe -m 10 --output-file=cracked.txt --remove hash.txt wordlists/ hashcat-cli32.exe: unknown option -- output-file=cracked.txt What i will do? btw my hash type is md5($pass.$salt) - Joomla RE: unknown option -- output-file=cracked.txt - philsmd - 09-30-2014 see hashcat-cli32.exe --help and/or wiki (especially https://hashcat.net/wiki/doku.php?id=hashcat#options ) The option you are looking for is: Code: -o, --outfile=FILE Define outfile for recovered hash Therefore Code: hashcat-cli32.exe -m 10 --outfile=cracked.txt --remove hash.txt wordlists/ RE: unknown option -- output-file=cracked.txt - KingoOo - 09-30-2014 @philsmd thanks for replying fast and i copied last code and this happened C:\Users\jo\Downloads\Compressed\hashcat-0.47\hashcat-0.47>hashcat-cli32.ex 10 --outfile=cracked.txt --remove hash.txt wordlists/ hashcat, advanced password recovery Purpose Software has been created for scientific, analyzation, demonstration and sportive reasons. It is a dual-use tool under federal german law in the meaning of the Convention on Cybercrime, Budapest, 23.XI.2001. Usage restricted to legal use. License agreement 1. All copyrights to this program are exclusively owned by the author -- atom 2. You may only use this software for legal purposes. 3. THIS PROGRAM IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE THIS SOFTWARE AT YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE. 4. If your countries law(s) do not allow restrictions as in (3.) you need to get an additional, written and individual license by the copyright holder to use this software. Unless you have such a license, you are not allowed to use the software. 5. You may not rent, lease, sell, modify, decompile, disassemble, or revers engineer this program or any subset of this program. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution. 6. Redistribution of the original package, in whole or in part, or a modifi version as needed for distribution packaging is permitted without restricti Enter YES in uppercase if you accept this EULA: C:\Users\jo\Downloads\Compressed\hashcat-0.47\hashcat-0.47>hashcat-cli32.ex 10 --outfile=cracked.txt --remove hash.txt wordlists/ hashcat, advanced password recovery Purpose Software has been created for scientific, analyzation, demonstration and sportive reasons. It is a dual-use tool under federal german law in the meaning of the Convention on Cybercrime, Budapest, 23.XI.2001. Usage restricted to legal use. License agreement 1. All copyrights to this program are exclusively owned by the author -- atom 2. You may only use this software for legal purposes. 3. THIS PROGRAM IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE THIS SOFTWARE AT YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE. 4. If your countries law(s) do not allow restrictions as in (3.) you need to get an additional, written and individual license by the copyright holder to use this software. Unless you have such a license, you are not allowed to use the software. 5. You may not rent, lease, sell, modify, decompile, disassemble, or revers engineer this program or any subset of this program. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution. 6. Redistribution of the original package, in whole or in part, or a modifi version as needed for distribution packaging is permitted without restricti Enter YES in uppercase if you accept this EULA: yes C:\Users\jo\Downloads\Compressed\hashcat-0.47\hashcat-0.47>hashcat-cli32.ex 10 --outfile=cracked.txt --remove hash.txt wordlists/ hashcat, advanced password recovery Purpose Software has been created for scientific, analyzation, demonstration and sportive reasons. It is a dual-use tool under federal german law in the meaning of the Convention on Cybercrime, Budapest, 23.XI.2001. Usage restricted to legal use. License agreement 1. All copyrights to this program are exclusively owned by the author -- atom 2. You may only use this software for legal purposes. 3. THIS PROGRAM IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE THIS SOFTWARE AT YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE. 4. If your countries law(s) do not allow restrictions as in (3.) you need to get an additional, written and individual license by the copyright holder to use this software. Unless you have such a license, you are not allowed to use the software. 5. You may not rent, lease, sell, modify, decompile, disassemble, or revers engineer this program or any subset of this program. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution. 6. Redistribution of the original package, in whole or in part, or a modifi version as needed for distribution packaging is permitted without restricti Enter YES in uppercase if you accept this EULA: yes C:\Users\jo\Downloads\Compressed\hashcat-0.47\hashcat-0.47> it's worked? RE: unknown option -- output-file=cracked.txt - coolbry95 - 09-30-2014 Dude seriously type in 'YES' like it says... RE: unknown option -- output-file=cracked.txt - KingoOo - 09-30-2014 (09-30-2014, 04:12 PM)coolbry95 Wrote: Dude seriously type in 'YES' like it says... I Did but there's no results had shown RE: unknown option -- output-file=cracked.txt - forumhero - 09-30-2014 as mentioned previously you need to type YES |