Skip to content

Commit

Permalink
Complete Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TadavomnisT authored Nov 21, 2023
1 parent e2cfd95 commit 99564ad
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

0 comments on commit 99564ad

Please sign in to comment.