Skip to content
/ forkd Public

Sniff out what others are doing, log forks in userspace by abusing /proc/loadavg

License

Notifications You must be signed in to change notification settings

alwilson/forkd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forkd

Log forks in userspace, by abusing /proc/loadavg

Proof that one should not place sensitive information on the command line for any process. Fork safely!

Example output:

$ ./forkd
23188:  ./forkd
23189:  bash

        ls --color=auto
23190:  sshd: [accepted]

        /usr/sbin/sshd -D -R
23191:  sshd: [accepted]
        sshd: [net]
23192:  -bash
23193:  /usr/bin/hostname

[...]

About

Sniff out what others are doing, log forks in userspace by abusing /proc/loadavg

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published