OffBy0x01/usbskeletonkey

Suggestion: Should modules that cannot use multiple hosts be able to?

yeroc-sebrof opened this issue · 0 comments

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