Contribute a list
If you have a Unix installation which isn't already covered, or a more complete version of any of these lists then please consider sharing it.
To build up a list is very simple, as root, run:
find / -type f -perm -4000 -exec ls -l \{\} \; | tee /tmp/setuid.log
find / -type f -perm -2000 -exec ls -l \{\} \; | tee /tmp/setgid.log
The commands above are assumed to be run as root, so that they have
permission to traverse your whole filesystem. Not that if you have NFS mounts,
etc, which you wish to excluded please adjust appropriately.
Then mail your lists and the name and version of your distribution (ideally with the output of "uname -a") to webmaster@setuid.org.
The list can then be shared with all visitors.
|