Giter VIP home page Giter VIP logo

oss_project's Introduction

ORIGIN Project

AishaNair/Key-Logger

Team 성재와 노예들

민성재 (주인) [email protected]

이영우 (노예) [email protected]

장세영 (노예) [email protected]

방일섭 (노예) [email protected]

박준영 (노예) [email protected]

How to build

$ git clone https://github.com/Holmes1st/OSS_Project.git YOUR_REPO
$ cd YOUR_REPO
$ sudo make             # you need root permission

How to run

$ # Keylogger enable
$ sudo ./klg_load.sh    # you need root permission
$ # Keylogger disable
$ sudo ./klg_unload.sh  # you need root permission

How to see Keyloger file

$ cat /dev/klg
       or
$ ./test/example/client.py localhost 31337

How to change accept_ip & port

edit key-logger/klogger.h

#define PEER_IP   "127.0.0.1"
#define PORT      "31337"

to

#define PEER_IP  "IPNUMBER"
#define PORT     "PORTNUMBER"

How to see Kernel Log file

$ sudo cat /proc/kmsg

oss_project's People

Contributors

aishanair avatar awrsole avatar isbang avatar seyoung0916 avatar wowsj avatar youngwoo013 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

oss_project's Issues

네트워크 기능 구현

키로그 파일을 특정 포트로 계속 뿌려주는 기능 추가

  • echo server

  • 파일 디스크립터 or 커널 네트워킹

sys/ioctl.h 경로문제

커널 프로그래밍이다보니 include하는 경로가 달라서 컴파일이 안되는 문제인데 makefile을 건드려줄 방모군의 힘이 필요합니다!!!!

caps lock 문제

sys/ioctl.h은 알고보니 커널 수준에서 사용할 수 있는 함수가 아니여서 다시 찾아봐야하는데,
커널 수준에서 caps lock 또는 num lock 또는 scr lock의 상태를 확인할 수 있는 방법에 대한 자료를 찾는걸 도와줄 사람이 필요 ㅠㅠㅠ 자료 너무업음

Capslock 기능 구현해보기

Shift 기능 추가 했지만 capslock키를 눌렀을 때, 정상작동하지 않음. 구현 요청
\의 shift인 |도 구현안되는것으로 보임!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.