mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-18 17:28:49 +00:00
import string in uploadlfi.py
__string__ is used twice on line 13 but it is never imported.
This commit is contained in:
parent
64e577b650
commit
150110a96c
@ -1,5 +1,6 @@
|
||||
import itertools
|
||||
import requests
|
||||
import string
|
||||
import sys
|
||||
|
||||
print('[+] Trying to win the race')
|
||||
@ -16,4 +17,4 @@ for fname in itertools.combinations(string.ascii_letters + string.digits, 6):
|
||||
print('[+] We have got a shell: ' + url)
|
||||
sys.exit(0)
|
||||
|
||||
print('[x] Something went wrong, please try again')
|
||||
print('[x] Something went wrong, please try again')
|
||||
|
Loading…
Reference in New Issue
Block a user