Giter Site home page Giter Site logo

name: amazonRDP

on: workflow_dispatch

jobs: build:

runs-on: windows-latest
timeout-minutes: 99999999999

steps:
- name: Downloading Ngrok.
  run: |
    Invoke-WebRequest https://raw.githubusercontent.com/romain09/AWS-RDP/main/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip
    Invoke-WebRequest https://raw.githubusercontent.com/romain09/AWS-RDP/main/start.bat -OutFile start.bat
- name: Extracting Ngrok Files.
  run: Expand-Archive ngrok.zip
- name: Connecting to your Ngrok account.
  run: .\ngrok\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN
  env:
    NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
- name: Activating RDP access.
  run: | 
    Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0
    Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
    Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1
- name: Creating Tunnel.
  run: Start-Process Powershell -ArgumentList '-Noexit -Command ".\ngrok\ngrok.exe tcp 3389"'
- name: Connecting to your RDP.
  run: cmd /c start.bat
- name: RDP is ready!
  run: | 
    Invoke-WebRequest https://raw.githubusercontent.com/romain09/AWS-RDP/main/loop.ps1 -OutFile loop.ps1
    ./loop.ps1

hgahhja56465's Projects

adityardp icon adityardp

Free RDP via Github (CPU 2core - 7GB Ram - 256 SSD)

adityardp-1 icon adityardp-1

Free RDP via Github (CPU 2core - 7GB Ram - 256 SSD)

avirdp icon avirdp

Free RDP For 6 Hrs It will Give IP User and Pass Connect and Enjoy 💞 (CPU 2core - 7GB Ram - 256 SSD)

babatutorial icon babatutorial

Create Free RDP 7GB RAM and 2 CPU Core with Github. Follow these instructions Click Fork to get started (Mobile users please activate Desktop Mode). Visit https://dashboard.ngrok.com to get NGROK_AUTH_TOKEN In this repository go to Settings> Secrets> New repository secret Name: NGROK_AUTH_TOKEN Value: https://dashboard.ngrok.com/auth/your-authtoken copy and paste authtoken in the value Click add secret Go to Action (if you see any watning click "I understand...") > RDPGratis > run workflow Refresh website - go to RDPGratis > build Click the down arrow "RDP INFO LOGIN" To get IP, User, Password.

frdp icon frdp

RDP 6hrs 🤝 Configuration CPU 4core - 7GB RAM 👍

freerdp icon freerdp

FreeRDP is a free remote desktop protocol library and clients

freerdp-old icon freerdp-old

DEPRECATED VERSION - Check https://github.com/FreeRDP/FreeRDP : FreeRDP is a free remote desktop protocol client

freerdp-webconnect icon freerdp-webconnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser

mremoteng icon mremoteng

mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.

rdesktop icon rdesktop

🚨 rdesktop is in need of a new maintainter. Please see the home page for more details. 🚨

rdp icon rdp

Free RDP via Github (CPU 2core - 7GB Ram - 256 SSD)

rdp-1 icon rdp-1

reate a free VPS with 2cpu-7gb Ram FREE with Github: Click Fork in the right corner of the screen to save it to your Github. Visit https://dashboard.ngrok.com to get NGROK_AUTH_TOKEN In Github go to Settings> Secrets> New repository secret In Name: enter NGROK_AUTH_TOKEN In Value: visit https://dashboard.ngrok.com/auth/your-authtoken Copy and Paste Your Authtoken into Press Add secret Go to Action> CI> Run workflow Reload the page and press CI> build Press the down arrow on Connect To Your RPD to get IP, User, Password.

rdp-protocol-handler-win10 icon rdp-protocol-handler-win10

Allows windows 10 to use basic URLs that also work on android/mac from here: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-uri

rdpassspray icon rdpassspray

Python3 tool to perform password spraying using RDP

rdpgw icon rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes

rdpshare icon rdpshare

Windows Desktop Sharing remote control interface

rdpwrap-1 icon rdpwrap-1

RDPwrap 1.6.2 build for win 10 home v18362.267 through 18362.418 + win10 privacy

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.