GithubHelp home page GithubHelp logo

thamielis / windows-remoteshadow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vitalproject/windows-remoteshadow

0.0 0.0 0.0 444 KB

Remote Shadow Using Windows built in software

PowerShell 100.00%

windows-remoteshadow's Introduction

Windows RemoteShadow

Environment Configuration

  • Make sure that RDP is enable in settings, for security use network level AUTH Image of Remote Access

  • Then configure the machines Terminal Services settings “HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services”

  • This is probably easiest done by GPO

    • Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections\Set rules for remote control of Remote Desktop Services user sessions Image of GPO for RDP
  • The options are:

    1. No remote control allowed: Disallows an administrator to use remote control or view a remote user session.
    2. Full Control with user's permission: Allows the administrator to interact with the session, with the user's consent.
    3. Full Control without user's permission: Allows the administrator to interact with the session, without the user's consent.
    4. View Session with user's permission: Allows the administrator to watch the session of a remote user with the user's consent.
    5. View Session without user's permission: Allows the administrator to watch the session of a remote user without the user's consent.
  • Mmake sure that the windows firewalls are configured to allow for RPC

    • See the citated articles on RPC Firewall

Windows-RemoteShadow Tool

This tool allows you to enter the hostname or browse the domain for a machine you would like to shadow Image of Util The browse feature detects the current dowmain and loads computer objects in along with FQDN and one level of OU information Image of Util Browse

RDP Shadow Issues

  • Multiple concurrent local logins.
  • Shadowing requires specification of the current session.
    • If there are multiple concurrent sessions on a workstation then you need to specify which one to connect to.
    • Options:
      1. Use GPO to limit concurrent connections
      2. Enable WSManagement service so that you can detect concurrent connections.

The code for detecting concurrent sessions is already in source and just not in the GUI at this time.

Citations

windows-remoteshadow's People

Contributors

mentaleak 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.