You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to resume a session using the -s option with a previously saved session file (session.pickle), the scan does not resume from the saved state.
What is the expected behavior?
The scan should correctly resume from the last saved state stored in the session file.
Any additional information?
Tool Version: dirsearch v0.4.3
Operating System: Ubuntu 24.04.1
Python Version: Python3.12.3
Command Used:
dirsearch.py -s session.pickle
The text was updated successfully, but these errors were encountered:
You are using an old version of dirsearch, which has a bug that I fixed back in October
You used an old version of dirsearch when saving the session and then updated dirsearch before resuming the session file again (The dirsearch versions that saved the session and resumed the session must be the same)
What is the current behavior?
When attempting to resume a session using the
-s
option with a previously saved session file (session.pickle
), the scan does not resume from the saved state.What is the expected behavior?
The scan should correctly resume from the last saved state stored in the session file.
Any additional information?
The text was updated successfully, but these errors were encountered: