Using the code with a single ip address
LanderU opened this issue · 2 comments
LanderU commented
I try to use the code with a single ip address, here the error:
lander@MacBook-Pro-de-Lander:~/github/zmap_results (master)$ aztarna -t ROS -p 11311 -a 115.129.241.241
[-] Error connecting to host http://115.129.241.241:11311:
Communications:
Exception occurred during execution
Traceback (most recent call last):
File "/usr/local/bin/aztarna", line 11, in <module>
load_entry_point('aztarna==1.0', 'console_scripts', 'aztarna')()
File "/usr/local/lib/python3.6/site-packages/aztarna-1.0-py3.6.egg/aztarna/cmd.py", line 59, in main
framework. There is no good reason to instantiate Cmd itself; rather,
File "/usr/local/lib/python3.6/site-packages/aztarna-1.0-py3.6.egg/aztarna/cmd.py", line 56, in main
prototypes that will later be wrapped in a more sophisticated interface.
File "/usr/local/lib/python3.6/site-packages/aztarna-1.0-py3.6.egg/aztarna/ros/scanner.py", line 155, in print_results
AttributeError: 'ROSScanner' object has no attribute '_communications'
XabierPB commented
Fixed