Last active
April 14, 2018 15:54
-
-
Save datio/14cb706b0cf8acf5ab95 to your computer and use it in GitHub Desktop.
JScrambler paywall bypass
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
// This was a Secret Gist that described a way to bypass the paywall of JScramler, a javascript obfuscation PaaS. | |
// The developer patched the logic error soon after it was reported. | |
// At the time of this gist update, a free and open source alternative to JScrambler exists: https://github.com/javascript-obfuscator/javascript-obfuscator/ | |
// Usage: New Project -> Advanced Users -> $this -> select Standard Mode -> select desired transformations -> Submit | |
// After downloading the obfuscated project it is trivial to change the date timestamp and remove the 1-day demo limit. | |
// Note: This will not bypass the daily limits for the current user. However, the app does not throttle per IP. | |
$('input[disabled=disabled], textarea[disabled=disabled]').prop('disabled', false); | |
advancedUserUnavailable = | |
mobileModeUnavailable = | |
html5ModeUnavailable = | |
expirationUnavailable = | |
createNewTemplateUnavailable = function () { | |
return false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an example curl excerpt of --data sent via POST: