flare-fakenet-ng
flare-fakenet-ng copied to clipboard
Configuration for RDP to AWS instance (default setting drops connection)
Running fakenet on my AWS instance disconnects my RDP session. Looks like the default config only listens for certain ports, so I'm not sure why 3389 would be affected.
TCP: 1337, 80, 443, 25 UDP: 1337, 53
Do I need to explicitly turn blacklist some ports or something similar?
I know this is was asked about 3 years ago but you can set the IP from which you are connecting from under the HostBlackList in the config file:
# Specify hosts to ignore when diverting traffic.
# HostBlackList: 6.6.6.6
Traffic coming from the machine which your are connecting from will be ignored. However, the traffic will be logged in the terminal which is very noisy.