Update payload.py

This commit is contained in:
volltin
2020-11-07 15:01:35 +08:00
committed by GitHub
parent 1134accbd1
commit 0f4d5c01a7
+2 -2
View File
@@ -6,7 +6,7 @@
# STEP 1: run `wget https://github.com/adobe-fonts/source-code-pro/raw/release/TTF/SourceCodePro-Light.ttf`
# STEP 2: download attachment `shuffle.py`
# STEP 3: fill in your `TOKEN`
# STEP 4: run `python3 captcha_payload.py`
# STEP 4: run `python3 payload.py`
BASE = "http://202.38.93.111:10150/"
TOKEN = "123:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
@@ -62,4 +62,4 @@ for idx, n in enumerate(x):
url += "&r_{c}={n}".format(c=alphabet[idx], n=n)
r = s.get(BASE + url)
print(r.text)
print(r.text)