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

Adds support for generic text parsing of capabilities #58

Merged

Conversation

Neverbolt
Copy link
Collaborator

@Neverbolt Neverbolt commented May 23, 2024

This tries to unify the capability handling, though it is not yet optimal for string parameters, as it strictly splits by whitespace. Though it handles dangling "parameters" by only splitting into as many parts as there are parameters of the function, all remaining content is put into the last parameter.

However, as of my testing, the privesc usecases seem to work with it, and it would ease the integration of new capabilities into them.

@andreashappe andreashappe merged commit f809512 into ipa-lab:fixes May 23, 2024
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

Successfully merging this pull request may close these issues.

2 participants