mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 15:05:00 +00:00
Update server.py
This commit is contained in:
parent
785f9320c5
commit
d274c760e7
|
@ -196,7 +196,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
|||
if len(urls) > 0:
|
||||
for url in urls:
|
||||
if not filtered:
|
||||
print ("[*] downloading...")
|
||||
print ("[*] downloading... %s" % (url))
|
||||
base64string, length = download_base64string(url)
|
||||
print ("[*] downloaded %s bytes." % (length))
|
||||
if base64string:
|
||||
|
|
Loading…
Reference in New Issue
Block a user