Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 641 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 641 Bytes

Installation

To get keylogger simply run the following in order:

$ git clone https://github.com/NovusEdge/keylogger.git
$ cd keylogger/

Usage

keylogger v0.1.0
Aliasgar Khimani (NovusEdge)
A simple keylogger written in rust

USAGE:
    keylogger [OPTIONS]

OPTIONS:
    -h, --help           Print help information
    -p, --path <path>    Specify the path of the file where the keystrokes will be logged.
    -V, --version        Print version information
# To display help menu
$ cargo run -- -h 

# For custom path
$ cargo run -- --path <path>

# For logging into /tmp/keylog.log
$ cargo run