GithubHelp home page GithubHelp logo

abdulkadir-gungor / gngr_remote_keylogger Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 4.0 112 KB

(On 09/04/2021) Remote Keylogger software has been made for the latest up-to-date "Windows 7, 8 and 10" operatings systems. It managed to circumvent the "Windows Defender" program.

License: Other

Python 100.00%
python keyboard screenshot malware python3 keylogger malware-analysis pyinstaller cyber-security cybersecurity

gngr_remote_keylogger's Introduction


@abdulkadir-gungor



👨‍💻 About Me :

  • 👋 Hi, I’m @abdulkadir-gungor
  • 👀 I’m interested in "Cyber Security", "Malware Analysis" and "Data Analysis"
  • 🌱 I’m currently learning Assembly, C, Java, Python, Ruby, Matlab, Linux Kernell, Windows Kernel etc.
  • 💞️ I’m looking to collaborate on "Cyber Security" and "Malware Analysis"
  • 📫 How to reach me "[email protected]"

🛠️ Languages and Tools :




👏 Contributions to Cyber Security

  Some of the cybersecurity vulnerabilities I reported.

  • VULN-077956 ~~ Sept/2022 ~~ Microsoft Security Response Center ~~ Tampering/Bug/Security Feature Bypass
  • VULN-068278 ~~ May/2022 ~~ Microsoft Security Response Center ~~ Security Feature Bypass
  • Free book download vulnerability ~~ Apr/2021 ~~ packtpub.com
  • Bluekeep vulnerability ~~ Oct/2019 ~~ alibaba.com
  • Bluekeep vulnerability ~~ Oct/2019 ~~ amazon.com

...

  • Web Panel Vulnerability ~~ Oct/2005 ~~ Balıkesir University ~~ Being an Admin without a password in the web panel

📝 🇹🇷 Turkish Documents :

 You can access some of the documents I have prepared from the link below.

 [Hazırladığım bazı dökümanlara aşağıdaki linkten ulaşabilirsiniz.]

  • Block Zinciri Teknolojisi
  • Malware Analizi: Örnek Bir Uygulama Geliştirmesi ve Değerlendirmesi
  • Bir Siber Saldırı Senaryousu
  • Snort Programı
  • USB Belleğin FTK Imager Programı ile İncelenmesi
  • Veritabanı: MySQL Uygulaması
  • Yapay Zekanın Kullanım Alanları ve Geleceği

...

Documents

gngr_remote_keylogger's People

Contributors

abdulkadir-gungor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gngr_remote_keylogger's Issues

int too long to convert

I wrote the Python codes on the x64 machine. Your machine is getting an error because it's x32. You need to change the lines below as shown.

keylogger.py

for x64 ;
(59. ) from ctypes import windll, CFUNCTYPE, POINTER, c_int, c_void_p, byref
(78. ) CMPFUNC = CFUNCTYPE(c_int, c_int, c_int, POINTER(c_void_p))

for x32;
(59. ) from ctypes import windll, CFUNCTYPE, POINTER, c_long, c_void_p, byref
(78. ) CMPFUNC = CFUNCTYPE(c_long, c_long, c_long, POINTER(c_void_p))

I don't have a x32 machine right now. However, the feedback I received told me that the above changes fixed the issue.

The codes above will solve your problem.

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.