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"]