rivsec / passtry

A library for password spraying
https://riversecurity.eu/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Restore aborted session #4

Open tasooshi opened 2 years ago

tasooshi commented 2 years ago

It should be possible to restore a session, a switch accessible both from CLI and from the API.

tasooshi commented 2 years ago

Since this is much of an overhead, it should be user's decision to enable this kind of machinery

tasooshi commented 2 years ago

One idea is to dump tasks list to a CSV/JSON in case of KeyboardInterrupt or on exception while in the loop, and adding an option to load from a file.