Update payload.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user