mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-03-01 15:03:12 -08:00
import string in uploadlfi.py
__string__ is used twice on line 13 but it is never imported.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import itertools
|
||||
import requests
|
||||
import string
|
||||
import sys
|
||||
|
||||
print('[+] Trying to win the race')
|
||||
|
||||
Reference in New Issue
Block a user