GithubHelp home page GithubHelp logo

smartfire / secure-desktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alphadelta/secure-desktop

0.0 3.0 0.0 387 KB

Anti-keylogger/anti-rat application for Windows

License: Do What The F*ck You Want To Public License

C# 100.00%

secure-desktop's Introduction

Secure-Desktop

Secure Desktop is a tool for Windows to open programs in a safe area where keyloggers and Remote Administration Tools cannot access by any conventional means.

Software keyloggers work by setting up a Windows hook that tells Windows that whenever the user presses a key or uses their mouse to tell the keylogger what keys were pressed, where your mouse moves, and where your mouse clicks. Secure Desktop opens a new desktop and then opens the program you chose inside of it, Windows prevents programs from accessing desktops that they haven't been opened inside which means any keyloggers opened inside of your regular desktop cannot access your keyboard or mouse operations inside of the secure desktop and vice versa.

This technique is the same technique used in the UAC, ctrl+alt+del screen, and even the login screen to prevent keyloggers from logging your sensitive information and forcing you to click on things you don't want to (eg allowing administrative access to an application).

Features

  • Runs under the .NET Framework 2.0
  • Strict cleanup system terminates orphan processes often created by malicious programs after the primary process has closed
  • Desktop agent that ensures cleanup and provides in-desktop hotkeys
    • Suppresses accidental PrintScreen presses in the event privacy is a concern (Hold ctrl to circumvent).
    • Ctrl + Alt + K - Emergency exit (In the event the primary process becomes indefinitely unresponsive).
    • Ctrl + Alt + V - View processes currently open in the secure desktop.
    • Ctrl + Shift + Esc - Open Task Manager in the secure desktop.

Using Secure Desktop

GUI

Simply drop a file into the form, or select a file via File > Open, then click on the 'Run' button in the bottom left corner

CLI

Run SecureDesktop.exe with the file and arguments.

Example: SecureDesktop.exe "C:\Users\Admin\Documents\file with spaces.exe" -some -executable -parameters

Limitations and faults

The way Secure Desktop works is that a new desktop is created that cannot be accessed via the WinAPI, which means mouse and keyboard hooks in the main desktop will not function inside of it.

However due to the nature of how memory is managed in windows processes are free to access and edit the memory of any other process regardless of what desktops they're on.

Secure Desktop cannot mitigate hardware keyloggers or Remote Administration Tools with a privilege level above ring-3.

secure-desktop's People

Contributors

alphadelta avatar suvjunmd avatar

Watchers

 avatar  avatar  avatar

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.