robertdavidgraham/telnetlogger

A simple analysis script

Opened this issue · 2 comments

HI Robert,

I've created a simple analysis script that can be used to process ips.txt and passwds.txt.

You can find it here: https://github.com/danielmiessler/HoneyCredIPTracker

-Daniel

It's because it opens an IPv6 "any" socket, which on newer systems opens an IPv4 socket. I can make a change to fix that.
Tell me more about your system, like "uname -a".

On Monday, November 7, 2016 10:53 PM, Justin <notifications@github.com> wrote:

not sure why I'm cursed, but telnetlogger only listens on IPv6 for me -- not IPv4
netstat -tuplanet | grep telnetlogger
tcp6 0 0 :::23 :::* LISTEN 0 213829180 18990/telnetloggerany ideas why this might be? The server is v4 and v6 capable.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@robertdavidgraham replying over on the issue I created for this: #4 so as not to clutter up this conversation about the analysis script. I accidentally replied on this issue vs. creating my own initially.