Created
January 1, 2020 14:56
-
-
Save harshitm98/1f2fb75da5cb86abb259c48abd937805 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