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
So with traceroute as an example; When a range of hosts cannot be handled should we parse that the user is attempting this and perhaps loop the command to do what they want it to do?
e.g. traceroute 192.168.0.0/24 will be taken in. This command cannot handle this, should we then for commands such as this... if target is iprange: for current in iprange: run["traceroute", "current"]
The text was updated successfully, but these errors were encountered:
yeroc-sebrof
changed the title
Should modules that cannot use multiple hosts be able to?
Suggestion: Should modules that cannot use multiple hosts be able to?
Feb 25, 2018
So with traceroute as an example; When a range of hosts cannot be handled should we parse that the user is attempting this and perhaps loop the command to do what they want it to do?
e.g.
traceroute 192.168.0.0/24
will be taken in. This command cannot handle this, should we then for commands such as this...if target is iprange: for current in iprange: run["traceroute", "current"]
The text was updated successfully, but these errors were encountered: