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

Extract modern ccaches #11

Closed
timb-machine opened this issue Jan 30, 2021 · 1 comment
Closed

Extract modern ccaches #11

timb-machine opened this issue Jan 30, 2021 · 1 comment

Comments

@timb-machine
Copy link
Contributor

https://adepts.of0x.cc/kerberos-thievery-linux/

@timb-machine
Copy link
Contributor Author

timb-machine commented Jan 30, 2021

The post above show two memory locations to look at, kernel keyrings and in-process structs.

We can tackle the latter simply by looking for libraries that link to libkrb5.so and dumping the process with gcore. We can use @AdeptsOf0xCC's technique to look for krb5_keyblock structs.

Need to dig into the former to see what we can do from a shell script perspective. We'll continue to track the wider re-engineering under #6.

timb-machine added a commit that referenced this issue Jan 30, 2021
Added support to dump any libkrb5.so linked process to close #11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant