Utmpman
Linux/Unix System Manager
Utmpman is a utiity that will allow
you to
-
Check for hidden shells
-
Edit utmp / wtmp / lastlog
-
Delete selected log entrys
-
Insert into logs
With Utmpman you can delete your entry
from utmp/wtmp and hide from users on your system if you suspect them of
any wrong doing. You can also insert an entry into the logs to simulate
being there at different times. This could throw a hacker off your trail
while you are tracking him.
This program works in it's own command
shell with commands of:
Check Performs
consistancy check between "utmp" file and current login information, down
to the proc file system.
Delete Deletes
entries which match data by either user id, port, or host.
Insert Inserts
a record with data given in command line by data, user, host, and Date
and Time
Lastlog Sets
date and host of all users. Sets date of last login time for a specific
one. Sets date of all users matching hostmask to date. Lists all logins
matching hostmask. Outputs last login time for username or all entries.
List Lists
entries in memory which match data by either user id, port, or host.
Read Reads
file into memory, your file is used if specified. If not, then the default
"utmp" file is read. The name of the last read file appears in the prompt.
Write saves
any changes you have made to the current file loaded
Quit Exits
the program |