ICTU / openvas-docker

Docker script for OpenVAS with script for scan scan automation
17 stars 10 forks source link

Filename too long during export #13

Closed andresriancho closed 4 years ago

andresriancho commented 4 years ago
Waiting for task to finish
Traceback (most recent call last):ne -1%
  File "/openvas/run_scan.py", line 115, in <module>
    f = open(export_path, 'w')
IOError: [Errno 36] File name too long: '/openvas/results/{LONG_TARGET_LIST}.html'
openvassd.messages: [Thu Apr  4 14:03:34 2019][843] openvassd 5.1.3 started

{LONG_TARGET_LIST} is a long list of IP addresses I wanted to scan.

fniessink commented 4 years ago

Can you show how you invoke the application, i.e. the exact spelling of the arguments?

dicksnel commented 4 years ago

Closing, probably used invalid arguments.