Skip to content

Commit 10d3931

Browse files
committed
keylogger bypasses AV
1 parent ecd7ef6 commit 10d3931

File tree

4 files changed

+1162
-0
lines changed

4 files changed

+1162
-0
lines changed

keylogger/Cargo.lock

Lines changed: 365 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keylogger/Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
name = "keylogger"
3+
authors = ["smukx"]
4+
version = "0.1.0"
5+
edition = "2021"
6+
7+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8+
9+
[dependencies]
10+
chrono = "0.4.35"
11+
hostname = "0.3.1"
12+
os_info = "3.8.0"
13+
winapi = { version = "0.3.9", features = ["winuser", "winnt", "processthreadsapi", "psapi", "winnls"] }

0 commit comments

Comments
 (0)