Skip to content

Commit

Permalink
Merge pull request #14 from jctello/master
Browse files Browse the repository at this point in the history
Fixed two typos and a broken link
  • Loading branch information
m0nad authored Oct 23, 2019
2 parents ba97922 + a799e63 commit a673d2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features

- Sending a signal 64(to any pid) makes the given user become root;

- Files or directories starting with the MAGIC_PREFIX become invisble;
- Files or directories starting with the MAGIC_PREFIX become invisible;

- Source: https://github.com/m0nad/Diamorphine

Expand Down Expand Up @@ -49,7 +49,7 @@ insmod diamorphine.ko
Uninstall
--

The module starts invisible, to remove you need to make its visible
The module starts invisible, to remove you need to make it visible
```
kill -63 0
```
Expand Down Expand Up @@ -77,7 +77,7 @@ Linux on-the-fly kernel patching without LKM
http://phrack.org/issues/58/7.html

WRITING A SIMPLE ROOTKIT FOR LINUX
http://big-daddy.fr/repository/Documentation/Hacking/Security/Malware/Rootkits/writing-rootkit.txt
https://web.archive.org/web/20160620231623/http://big-daddy.fr/repository/Documentation/Hacking/Security/Malware/Rootkits/writing-rootkit.txt

Linux Cross Reference
http://lxr.free-electrons.com/

0 comments on commit a673d2e

Please sign in to comment.