Displaying 3 results from an estimated 3 matches for "linspy".
Did you mean:
finspy
1997 Sep 26
3
kerneld and module security
Here''s a neat trick for a machine running kerneld:
not_root@machine$ /sbin/ifconfig isofs
loads ''/lib/modules/(kernel version here)/fs/isofs.o''.
/sbin/ifconfig when run as non-root queries a network interface for
its configuration. However, if the interface is unknown it also tries
to load the module that implements that interface using the name of the
interface as
1998 Jun 14
14
SSH w/ttysnoop
I was wondering if anyone here has or knows how to implement ttysnoop
w/ssh ?
1997 Oct 08
5
Malicious Linux modules
As halflife demonstrated in Phrack 50 with his linspy project, it is trivial
to patch any system call under Linux from within a module. This means that
once your system has been compromised at the root level, it is possible for
an intruder to hide completely _without_ modifying any binaries or leaving
any visible backdoors behind. Because such tools a...