Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session.pickle is not a valid session file or it's in an old format #1446

Closed
archidote opened this issue Dec 18, 2024 · 2 comments
Closed

session.pickle is not a valid session file or it's in an old format #1446

archidote opened this issue Dec 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@archidote
Copy link
Contributor

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?

  • Tool Version: dirsearch v0.4.3
  • Operating System: Ubuntu 24.04.1
  • Python Version: Python3.12.3
  • Command Used:
dirsearch.py -s session.pickle
@archidote archidote added the bug Something isn't working label Dec 18, 2024
@shelld3v
Copy link
Collaborator

There are 2 posibilities:

  • 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)

@archidote
Copy link
Contributor Author

@shelld3v, Indeed, it was the first option. Everything works perfectly with the latest release (commid id : 60a5046). Thank you for your insight !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants