Coder Social home page Coder Social logo

alphadelta / secure-desktop Goto Github PK

View Code? Open in Web Editor NEW
243.0 22.0 51.0 387 KB

Anti-keylogger/anti-rat application for Windows

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

C# 100.00%
security windows c-sharp csharp infosec information-security

secure-desktop's People

Contributors

alphadelta avatar suvjunmd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

secure-desktop's Issues

DUMB question

Hey, I really loved your project DUMB, I am a C# student and I had some questions, you had disabled the issues page for that project, can you answer my questions here? Thanks!

Arbitrary Process Execution Leaves Abandonded Processes

Programs opened in a new desktop that either execute new processes or had a file dialog which allows users to execute an arbitrary file will open the possibility of abandoned processes which will not be terminated unless the Windows equivalent of a SIGTERM is sent to the processes.

The fix is to create a program that is executed in the new desktop to take a snapshot of the system, walk through every thread and compare the handle of the desktop with the desktop that thread is running in then add the process to a list which will then me iterated through and terminated allowing the dekstop to be safely closed by Windows.

request

Hello,

great tool .may i know where is SecureDesktop.exe file?

is your program work like sandbox if yes, could you make log of executable file in text file?

Vulnerable to desktop enumeration attacks?

I stumbled on your project while looking into the security of the "Secure Desktop" feature of some password managers (notably, KeePass and 1Password), and from briefly reading the project description, it looks like it may work in the same way. So, I apologize if this doesn't apply here.

Apparently just creating a new desktop for a program isn't enough to guard against keyloggers. A trivial attack is to enumerate the desktops and create a new process on each of them, as demonstrated for both KeePass and 1Password.

1Password came up with a workaround, to detect when unexpected processes are running in the same desktop, it may be possible to do something similar here if your application is actually vulnerable.

DUMB Question

Sorry for posting here but it appears you have the issue tracker turned off on DUMB. Awesome PoC teaching me a ton about actual program flow (first 2 months of c# programming here). I noticed that the cryptwindow targets only files in the designated folder and I was wondering how you would go about changing that to cascade down any sub directories recursively in a more traditional locker style. Spent a good deal of time to avoid having to ask a dumb DUMB question but here I am. Many thanks in advance.

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.