Kevin-Robertson / Inveigh

.NET IPv4/IPv6 machine-in-the-middle tool for penetration testers
BSD 3-Clause "New" or "Revised" License
2.44k stars 433 forks source link

relay to multiple targets? #27

Closed jfmaes closed 3 years ago

jfmaes commented 3 years ago

Hi Kevin

Just wondering, I see you can relay to multiple targets providing a comma separated list, did you ever implement a read from a file instead?

Kevin-Robertson commented 3 years ago

Hi,

Not directly, you should be able to do something like Invoke-InveighRelay -target (Get-Content -Path targets.txt) though.

jfmaes commented 3 years ago

actually... fair point didn't think of that :D keep up the awesome work Kevin ;) thanks from the entire infosec community!