06-13-2015, 04:19 AM
(06-10-2015, 08:34 AM)keristinium Wrote: Would it be possible to add the import directory as a configurable option. For example all my word lists, hash sets etc.. are stored on a NAS. It would be really nice to be able to specific the NAS as the location for storing these files rather than a folder in the website DIR.I think that I have a valid solution for Windows users (Vista and above):
1) Open a command shell with administrator privileges and navigate to the import folder of hashtopus.
2) Create a symlink to the file on your NAS.
Code:
mklink dictionary1.txt "\NAS drive\dictionaries\targetdic.txt"
3) Import dictionary1.txt from Hashtopus (from import directory) like you would do with real wordlist.
4) Use it in your attack and it works just like if it was in the hashtopus folder.