-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Template Injection Emulator #337
Conversation
We need to fix the travis build first. |
Overall it looks pretty limited to me. I could get to work simple payloads like |
So, payloads running commands or reading Do you have something in mind for jinja2 engine? |
509c705
to
b9e1473
Compare
So, the twig engine is working nicely along with from snare side as well. It will create a folder Input format - |
Also, maybe we can include this |
@rjt-gupta What payloads are working for this emulator? |
Engines - Mako, Tornado are working using docker and a custom image(base image - Working complex payloads - Mako - (run |
* docs added * possible travis fix * travis fix * CI fix
ab5f7bf
to
1d95e41
Compare
Pull Request Test Coverage Report for Build 1067
💛 - Coveralls |
Ready. |
It gives me |
I am decoding the output already and apparently So, i'll just strip this to remove |
Updated Added tests for this emulator. |
* Added Comments * updated changes * removed comma
* Aiodocker helper * Aiodocker tests * deleting used containers * close docker removed
cebc597
to
2d83d58
Compare
2d83d58
to
779d919
Compare
Engines Supported:
All of them are detected by using separate regex and have separate
get_injection
methods.