SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections
MIT License
1.38k stars 325 forks source link

Target a whole network (E.g. : /24) #63

Closed archidote closed 5 months ago

archidote commented 5 months ago

In your opinion, is it possible to target an entire network (attacker, targets, and RDP srv on the same subnet 192.168.1/24) instead of a single specific address easily, without having to recode the whole tool from scratch?

++

AdrianVollmer commented 5 months ago

The way ARP spoofing works, this is not very advisable because it will majorly disrupt local network traffic. I doubt it would work and I don't know any reliable way to achieve this.

archidote commented 5 months ago

The way ARP spoofing works, this is not very advisable because it will majorly disrupt local network traffic. I doubt it would work and I don't know any reliable way to achieve this.

Ok Adrien, thank's for your answer ! ++