msdat icon indicating copy to clipboard operation
msdat copied to clipboard

Multiple Server Support

Open Zamanry opened this issue 4 years ago • 2 comments

It would be cool if we added a flag such as -sL to run the intended module(s) against multiple servers at once. I am already wrapping msdat in a Bash script. This would be a line delimited text file of servers rather than a nmap input file.

I see that multiple hosts are supported for password guessing:

PPpassguesser.add_argument('-l', dest='hostlist', required=False, help='filename which contains hosts (one ip on each line: "ip:port" or "ip" only)')

Zamanry avatar Mar 10 '22 21:03 Zamanry

Good idea

quentinhardy avatar Apr 28 '22 08:04 quentinhardy

Implemented for all and passwordguesser modules

quentinhardy avatar Apr 29 '22 09:04 quentinhardy