Skip to content

Conversation

@questjay
Copy link

last 67 hours cloudflare modified JavaScript

@lovekrissh143
Copy link

Hope it'll keep working otherwise we're in a hell lot of problem because the developer is not even looking at this!! :((

@questjay
Copy link
Author

just try.. it work's like a charm...

def solve_challenge(self, body, domain):
try:
all_scripts = re.findall(r'\<script type\=\"text\/javascript\"\>\n(.*?)\<\/script\>',body, flags=re.S)
javascript = next(filter(lambda w: "jschl-answer" in w,all_scripts)) #find the script tag which would have obfuscated js
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

”jschl-answer“ needs to be modified to “jschl+answer“

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants