-
Notifications
You must be signed in to change notification settings - Fork 347
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
Support modifying the message, such as encryption. #710
base: master
Are you sure you want to change the base?
Conversation
Curious if this approach is going to be accepted? I'd also like to encrypt some data blocks post-mutation and just prior to sending. Will probably adopt this approach in the meantime - thanks @lhpqaq |
My code might be a bit rudimentary, and the author may not choose to accept it. |
Thanks for the PR! A few notes:
|
Thanks. My understanding of boofuzz is not deep enough. I will continue to study it in the next few days. |
Ahh nice! Hadn't realised we could call (I now see the iso8385.py example too!). |
I made modifications to session.py to support obtaining and modifying the mutated version of the message before sending it. To encrypt the fields requiring encryption in the message, you can use the following method: