Skip to content

Session mode of combinatorX does not work in Windows Powershell #104

@dalmatele

Description

@dalmatele

For example, I have below command:
cmd /c ".\combinatorX.exe -1 .\text1.txt -2 .\text2.txt -3 .\text3.txt -s session1 | .\hashcat -a 0 -m 32500 .\hash.txt --status --status-timer 300"
Let it run then cancel it to get the message: Please use -r 12345 to restore session.
Then I re-run the command:
cmd /c ".\combinatorX.exe -r session1 | .\hashcat -a 0 -m 32500 .\hash.txt --status --status-timer 300"
I get the error:
fread() failed (0): No error
Not sure if it happens in Linux environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions