All Projects → AlphaDelta → Secure Desktop

AlphaDelta / Secure Desktop

Licence: wtfpl
Anti-keylogger/anti-rat application for Windows

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Secure Desktop

Xxe Injection Payload List
🎯 XML External Entity (XXE) Injection Payload List
Stars: ✭ 304 (+51.24%)
Mutual labels:  infosec, information-security
netizenship
a commandline #OSINT tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc.
Stars: ✭ 33 (-83.58%)
Mutual labels:  infosec, information-security
Wireshark Cheatsheet
Wireshark Cheat Sheet
Stars: ✭ 131 (-34.83%)
Mutual labels:  infosec, information-security
incident-response-plan-template
A concise, directive, specific, flexible, and free incident response plan template
Stars: ✭ 288 (+43.28%)
Mutual labels:  infosec, information-security
Infosec reference
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version.
Stars: ✭ 4,162 (+1970.65%)
Mutual labels:  infosec, information-security
Ios
Most usable tools for iOS penetration testing
Stars: ✭ 563 (+180.1%)
Mutual labels:  infosec, information-security
Netpwn
Tool made to automate tasks of pentesting.
Stars: ✭ 152 (-24.38%)
Mutual labels:  infosec, information-security
Smogcloud
Find cloud assets that no one wants exposed 🔎 ☁️
Stars: ✭ 168 (-16.42%)
Mutual labels:  infosec
Rebel Framework
Advanced and easy to use penetration testing framework 💣🔎
Stars: ✭ 183 (-8.96%)
Mutual labels:  information-security
Pwnshop
Exploit Development, Reverse Engineering & Cryptography
Stars: ✭ 167 (-16.92%)
Mutual labels:  infosec
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (-18.91%)
Mutual labels:  infosec
Umbrella android
Open source Android, iOS and Web app for learning about and managing digital and physical security. From how to send a secure message to dealing with a kidnap. Umbrella has best practice guides in over 40 topics in multiple languages. Used daily by people working in high risk countries - journalists, activists, diplomats, business travelers etc.
Stars: ✭ 171 (-14.93%)
Mutual labels:  infosec
Awesome Shodan Queries
🔍 A collection of interesting, funny, and depressing search queries to plug into shodan.io 👩‍💻
Stars: ✭ 2,758 (+1272.14%)
Mutual labels:  infosec
Dymerge
🔓 A dynamic dictionary merger for successful dictionary based attacks.
Stars: ✭ 167 (-16.92%)
Mutual labels:  infosec
Basecrack
Decode All Bases - Base Scheme Decoder
Stars: ✭ 196 (-2.49%)
Mutual labels:  infosec
Hackthebox
Notes Taken for HTB Machines & InfoSec Community.
Stars: ✭ 167 (-16.92%)
Mutual labels:  infosec
Qsfuzz
qsfuzz (Query String Fuzz) allows you to build your own rules to fuzz query strings and easily identify vulnerabilities.
Stars: ✭ 201 (+0%)
Mutual labels:  infosec
Ansible Role Hardening
Ansible role to apply a security baseline. Systemd edition.
Stars: ✭ 188 (-6.47%)
Mutual labels:  information-security
Miniprint
A medium interaction printer honeypot 🍯
Stars: ✭ 177 (-11.94%)
Mutual labels:  infosec
Stegcloak
Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐
Stars: ✭ 2,379 (+1083.58%)
Mutual labels:  infosec

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].