Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netcat listener for logserver does not work with restart #28

Open
bool101 opened this issue Jun 28, 2015 · 5 comments
Open

netcat listener for logserver does not work with restart #28

bool101 opened this issue Jun 28, 2015 · 5 comments
Assignees

Comments

@bool101
Copy link
Contributor

bool101 commented Jun 28, 2015

unsure why this is the case, netcat sits in a poll syscall and never returns. tcpdump shows data being sent. We may want to write our own listener that only does recvfrom() in a loop.

@r3v-evilmegacorp
Copy link

Why not use a standard like syslog for this??

@r3v-evilmegacorp
Copy link

Or is this the payload dumping stuff you are referring to

@zxkevn
Copy link

zxkevn commented Jun 28, 2015

I feel like this is going to tie into #12, which kind of sits in limbo as far as my understanding goes. I think I remember the decision being made that we'll do pcap on the game vm, so where do we want the logserver to sit? Do we want to use Log() to dump traffic on a pcre hit, or will we just comb the pcap for the offending traffic?

@zachriggle
Copy link
Member

Ping

@zxkevn
Copy link

zxkevn commented Jul 9, 2015

Made commit 2ef6815 until we come up with something else (maybe something that logs to grep'able files as well would be nice?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants