Skip to content

Using reflection mechanisms in SSTI #1013

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

Merged
merged 2 commits into from
Mar 21, 2025

Conversation

CyberzSentry
Copy link
Contributor

Wanted to share my research on using .NET reflections mechanisms for exploitation. They can be useful in bypassing security measures like blacklisting as well as exploitation of custom templating implementations. Couldn't find any resources on this topic online and similar techniques in Java are well described in hacktricks so I decided to share.

Hope you will find this useful and please let me know if there is something that can be improved as this is my first contribution attempt.

Added techniques for bypassing restrictions in .NET templates with use of reflection mechanisms.
@carlospolop
Copy link
Collaborator

This is great, thanks @CyberzSentry

@carlospolop carlospolop merged commit 6ecc52b into HackTricks-wiki:master Mar 21, 2025
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