santropolroulant / smell-test

Monitor router traffic and flag weak TLS configuations
GNU General Public License v3.0
1 stars 2 forks source link

Run this script on a remote host (i.e. Sniffing someone else's DNS) #36

Open johnsaigle opened 6 years ago

johnsaigle commented 6 years ago

One use case for this script is for network admins to sniff their network's outgoing traffic and determine the security of the sites their users need; this will facilitate contacting the domain admins of those sites in order to tell them to tighten up their security.

@kousu we spoke about how best to implement this. It's not really feasible to get Python running on most people's routers so we need a way to get traffic from them onto the machine running this script.

I have done some research and have come up with two different methods. I'm open to other strategies if you can think of some:

1. Position the listening host running this script as a Person-in-the-Middle

2. Run the script on a text file of hosts

Let me know what you think.