mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 14:52:53 +00:00
Merge pull request #21 from cclauss/patch-1
import string in uploadlfi.py
This commit is contained in:
commit
d847e2e6bb
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue