You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use this script, but I don`t seem to find in which module the udpsock function is defined, its not in socket, nor any other imported modules int he script, nor defined in the script itself. When trying to run the script it fails.
Traceback is this:
File "cups-exploit.py", line 528, in
main()
File "cups-exploit.py", line 508, in main
printer = locatePrinters(rhost, rport)
File "cups-exploit.py", line 138, in locatePrinters
response = txrx(rhost, int(rport), "udp", request)
File "cups-exploit.py", line 124, in txrx
sock = udpsock()
NameError: global name 'udpsock' is not defined
The text was updated successfully, but these errors were encountered:
Hi,
Trying to use this script, but I don`t seem to find in which module the udpsock function is defined, its not in socket, nor any other imported modules int he script, nor defined in the script itself. When trying to run the script it fails.
Traceback is this:
File "cups-exploit.py", line 528, in
main()
File "cups-exploit.py", line 508, in main
printer = locatePrinters(rhost, rport)
File "cups-exploit.py", line 138, in locatePrinters
response = txrx(rhost, int(rport), "udp", request)
File "cups-exploit.py", line 124, in txrx
sock = udpsock()
NameError: global name 'udpsock' is not defined
The text was updated successfully, but these errors were encountered: