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

use captute NTLMv2 hash only one time??? #298

Open
hienthao123 opened this issue Dec 28, 2024 · 2 comments
Open

use captute NTLMv2 hash only one time??? #298

hienthao123 opened this issue Dec 28, 2024 · 2 comments

Comments

@hienthao123
Copy link

hello everyone i use this app to capture NTLMv2 hash on the first time it oke
but in the second time it not appear the hash again maybe the first time the hash has saved on the app but i don't know how to reset date saved.
can everybody show me the command to reset the data ?
thank you a lot.

@bru73f0rc3
Copy link

Should display the hash every time, but you can always remove records from the db file or even delete it entirely.

@also-here
Copy link

Hey hienthao123, Log files are located in the "logs/" folder. Hashes will be logged and printed only once per user per hash type, unless you are using the Verbose mode (-v).
So, if you're seeing "Skipping previously captured hash for..." messages and are looking to see hashes displayed each time, add that "-v" to your Responder command.
If you want to reset you can delete (or move) the Responder.db and Responder will create a new one when starting. If you want to interact with the Responder.db to see what it has going, it's a sqlite3 database and the usual tools will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants