13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
cached
|
|
Traceback (most recent call last):
|
|
File "/usr/local/bin/malicious-networks.py", line 17, in <module>
|
|
for network in _malicous_networks():
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/srv/julia/sites/julia-local/defense/tools.py", line 230, in _malicous_networks
|
|
n = get24prefix(ip)
|
|
^^^^^^^^^^^^^^^
|
|
File "/srv/julia/sites/julia-local/defense/tools.py", line 38, in get24prefix
|
|
x1,x2,x3,x4 = ip.split(".")
|
|
^^^^^^^^^^^
|
|
ValueError: not enough values to unpack (expected 4, got 1)
|