K
K
KOTE-debug2021-12-10 19:18:38
Python
KOTE-debug, 2021-12-10 19:18:38

requests is not working with my site, what should I do?

What should I do, I have the following code:

import requests
r=requests.get("MY SITE")
print(r.text)


And this error comes out:
<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("36903fcaee37e2923b70328d67e6d549");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="http://mySite/raw/HDA/testingCode.txt?i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>


What to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex1478, 2021-12-10
@KOTE-debug

You have security there that requires you to perform cryptographic calculations to verify that you are a real person. If this is your site - look for where you have such functionality enabled. If you have shared hosting - it can do it. Also try setting the User-agent when prompted.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question