[+] Add change which allows for Input of values(file/dir names & usernames) (3.4_hiding_directories and for hiding_logged_in_users)#17
Open
loneicewolf wants to merge 7 commits intoxcellerator:masterfrom
Conversation
the original, only hides "root". Of course, this can be changed from "root" to "alice" (if the user is alice, for example to **hide the user alice**). But, I wanted to make it a bit more flexible, or a bit more easy to use when compiled. So I add a input feature, where you can at the time of the LKM Insert; specify and pass a username (like, for example "alice"). I got inspiration from [EXEC-LKM](https://github.com/loneicewolf/EXEC_LKM/blob/main/LKM/lkm_exec.c)
[+] Adding reference 'EXEC-LKM' link to the References/Further Reading
Update README.md to match rootkit.c's changes to allow username input
the original, only hides "boogaloo" files or directories. this can be changed of course but; the short version is I added 2 lines to allow for inputting the `value` of `prefix` at the time of `inserting the lkm`
It was meant to only be in the description of the pull, not the actual repo. Not sure why I put it there.
Author
UPDATE 1:I accidentally added a link to EXEC-LKM repo in the It's fixed now. 👍🏻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Howdy!
First things to say:
I have long found this repo (and other stuff, the blog, etc) that you made quite helpful. You have my total respect and thanks!
With that out of the way, I wanted a way to make it easier to "input" the values, e.g when hiding a file or a directory, I thought of having a feature where you could just input it when loading it.
Same with the set_root, I wanted to hide any user, not just the root user.
So I tried my best in doing this contribution which (hopefully) is okay.
I did some changes in README files (to reflect what the changes did, and including an example of the change).
If there is any problems, or concerns / comments - please point them out!
Other than that, I do not have very much else to add.
Have a great day!
Over n out //William.