-
-
Save p-g-krish/d5b7e3638dd982894cbb8d1cd0184375 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java.perform(function (){ | |
var Challenge2 = Java.use('org.nowsecure.cybertruck.keygenerators.a'); | |
Challenge2.a.overload('[B', '[B').implementation = function(b1, b2){ | |
var returnEncryptedText = this.a(b1, b2); | |
console.log("[->] Flag2 Captured..."); | |
send(returnEncryptedText); | |
return returnEncryptedText; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment