Rich5
Rich5
Due to some library changes in Kali 2.0 the tab completion feature is not working with Python's cmd module which Harness relies on. The fix actions are as follows: apt-get...
Need a function to reset the variables to defaults. Something like `hc.clear() ` or `hc.reset()`
User defined callbacks can be connected to events from libhashcat, but can not be removed. Need a event_disconnect function that removes the pointer from the array and realigns the entries.
I'm attempting to sync from postgres and I'm consistently getting this error below when running the latest code from this repo. Although I think the sync is still somewhat working...