-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2cfd95
commit 99564ad
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,62 @@ | |
![SKIP Logo](./docs/SKIP_logo.png) | ||
|
||
S.K.I.P: Secure Key-logger for GNU/Linux using PHP | ||
|
||
|
||
## Installation | ||
|
||
```Shell | ||
git clone https://github.com/TadavomnisT/SKIP.git | ||
cd SKIP/src | ||
``` | ||
or | ||
```shell | ||
wget https://raw.githubusercontent.com/TadavomnisT/SKIP/main/src/SKIP.php | ||
``` | ||
|
||
## Usage | ||
|
||
```shell | ||
sudo php SKIP.php | ||
``` | ||
|
||
## ScreenShot | ||
|
||
![SKIP_ScreenShot](https://github.com/TadavomnisT/SKIP/assets/63199745/d08b5f24-e332-4d51-adae-809c74ff2638) | ||
|
||
## Options | ||
|
||
```shell | ||
php SKIP.php -h | ||
``` | ||
```shell | ||
|
||
S.K.I.P: Secure Key-logger for GNU/Linux using PHP | ||
* Copyright (c) 2023 Behrad.B ([email protected]) | ||
|
||
USAGE: | ||
In some distros You must run the program with root access: | ||
sudo php SKIP.php [switch] | ||
|
||
SWITCHES: | ||
|
||
-h --help Print this help and exit. | ||
-a --autoload-ec Load ec from "/usr/include/linuxinput-event-codes.h". | ||
-v --version Print program version and exit. | ||
|
||
AUTHOR : TadavomnisT (Behrad.B) | ||
Repo : https://github.com/TadavomnisT/SeRCH | ||
REPORTING BUGS : https://github.com/TadavomnisT/SeRCH/issues | ||
COPYRIGHT : | ||
Copyright (c) 2023 License GPLv3+ | ||
This is free software: you are free to change and redistribute it. | ||
There is NO WARRANTY, to the extent permitted by law. | ||
|
||
``` | ||
## Author | ||
|
||
* Behrad.B(TadavomnisT) ([email protected]) | ||
|
||
## Lisense | ||
|
||
* GPLv3+ |