Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Restore from settings
03-18-2012, 05:14 AM
Post: #1
Restore from settings
Hi atom,

I would just like to request a features (sorry if it's been requested before!), could you please create an option of hashcat to create a settings.ini file everything, so that it would save my options I had from my previous hashcat session last time I used the program (ie. would save wordlist paths, hash list. hash type chosen etc.).

Thank you!
Find all posts by this user
03-18-2012, 01:14 PM
Post: #2
RE: Restore from settings
This is not a good idea at all. Hashcat already contains a feature to restore a session based on your command line.
Find all posts by this user
03-18-2012, 01:30 PM
Post: #3
RE: Restore from settings
Why isn't this a good idea? I don't mean just the session, i mean everything such as wordlist(s) loaded, last hashlist one was trying to crack etc.
Find all posts by this user
03-18-2012, 03:07 PM
Post: #4
RE: Restore from settings
(03-18-2012 01:14 PM)radix Wrote:  Hashcat already contains a feature to restore a session based on your command line.

only -lite has a real restore feature
Find all posts by this user
03-18-2012, 03:59 PM (This post was last modified: 03-18-2012 03:59 PM by radix.)
Post: #5
RE: Restore from settings
(03-18-2012 03:07 PM)undeath Wrote:  
(03-18-2012 01:14 PM)radix Wrote:  Hashcat already contains a feature to restore a session based on your command line.

only -lite has a real restore feature

and hashcat has -s
Find all posts by this user
03-18-2012, 07:19 PM
Post: #6
RE: Restore from settings
Is this really about restore from position X? As far as I understant it, he wants to redo some of his favourite attacks without writing all the full cmdline again and again. If this is true, my recommendation is to put them into a .bat or .sh file.
Visit this user's website Find all posts by this user
03-18-2012, 08:59 PM
Post: #7
RE: Restore from settings
(03-18-2012 07:19 PM)atom Wrote:  Is this really about restore from position X? As far as I understant it, he wants to redo some of his favourite attacks without writing all the full cmdline again and again. If this is true, my recommendation is to put them into a .bat or .sh file.

yeah basically hes asking hashcat to write a file on run that saves all parameters. Like hitting the up arrow is too much work or something.
Find all posts by this user
03-19-2012, 08:19 AM (This post was last modified: 03-19-2012 08:22 AM by Kakoose.)
Post: #8
RE: Restore from settings
Yes radix, I am too lazy...happy? And what is wrong with trying to make it easier to start up a program rather than repeating processes?

When I'm trying to crack 10 + different lists (+diff hashtypes) at different periods of let's say a week, I'll have to load the same wordlist, hashtype, rules, resources etc and if on close hashcat saves these settings, it will save more time and be less of a bore to keep repeating the same steps. I don't think it should be too hard to code (?) and I don't know why any hashcat user would be against this idea.

.bat files will work but it would really only be suitable for 1 or 2 hash types, hashlist etc. When dealing with over 10 or 20 hash types .bat is really just an hassle. A settings.ini file would just make it simple and easier, no? :\

p.s. i don't mean the restore from session when cracking, i mean when setting up the program to go.
Find all posts by this user
03-19-2012, 11:15 AM
Post: #9
RE: Restore from settings
(03-19-2012 08:19 AM)Kakoose Wrote:  .bat files will work but it would really only be suitable for 1 or 2 hash types, hashlist etc. When dealing with over 10 or 20 hash types .bat is really just an hassle. A settings.ini file would just make it simple and easier, no? :\

Why, just pass an argument to the .bat, the hash-type, then you just need one.
Visit this user's website Find all posts by this user
03-26-2012, 01:51 PM
Post: #10
RE: Restore from settings
AHHH, I think we might have a misunderstanding. I use Hashcat GUI to crack and I'm referring to when we close the gui and when we open it up again the settings are saved.
Find all posts by this user