WarGame/suninatas
suninatas 8
DoR@Hee
2019. 4. 27. 23:00
로그인 창 같은게 보인다
Password Incorrent! 문자열이 보인다.
소스보기를 본 결과 post 방식이며 아이디는 admin이고 Password 는 0~9999라는걸 알 수 있다.
URL 정보를 제대로 볼 수 없기 때문에 edit cookie를 이용해 정확한 정보를 알 수 있고
위 3가지 정보를 이용
1
2
3
4
5
6
7
8
9
|
import requests
cookies = {'ASPSESSIONIDASRDRRRB': 'GKODFJNBBAEMKCBNFCEHFOAJ'}
for i in range(1, 10000):
print("Key"+" {0} ".format(i), end='')
break
http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4f; text-decoration:none">Colored by Color Scripter
|
[코드1] 파이썬 코드
파이썬 코드를 작성
비밀번호를 확인