Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caquino/ldsniff

dlopen based sniffer, old unfinished code
https://github.com/caquino/ldsniff

Last synced: 23 days ago
JSON representation

dlopen based sniffer, old unfinished code

Awesome Lists containing this project

README

        

ll that u have to know

this will not work with static binaries...
so... netcat and other things are safe (safe?)

any file descriptor above 2 will be logged. pay attention with your disk space.

why above 2 ?
0 = stdin
1 = stdout
2 = stderr

if u want to log all these 3 fd , change the code.

BSD Flavored?
make USE_BSD=1

optlib.c:
#define LOG "/tmp/optlib.log" -> snif log

u can use ld.so.preload too... but.. it's your own risk.