aliasrobotics / aztarna

aztarna, a footprinting tool for robots.
https://aliasrobotics.com
GNU General Public License v3.0
89 stars 27 forks source link

-e flag behavior #18

Closed vmayoral closed 5 years ago

vmayoral commented 5 years ago
root@3c22d4bbf4e1:/# aztarna -t ROS -p 11311 -a 127.0.0.1
[+] ROS Host found at 127.0.0.1!!!

root@3c22d4bbf4e1:/# aztarna -t ROS -p 11311 -a 127.0.0.1 -e
[-] Error connecting to host Address: 127.0.0.1: name 'HelpersLINQ' is not defined
    Not a ROS host
vmayoral commented 5 years ago

Is this behavior intended?

XabierPB commented 5 years ago

No is not. @ahcorde made some changes in the module/import structure. I am pretty sure that is the problem. Will check.

ahcorde commented 5 years ago

fixed: https://github.com/aliasrobotics/aztarna/pull/19

vmayoral commented 5 years ago

Indeed fixed. Checked. Thanks!