AutoRDPwn is a script created in Powershell and designed to automate the Shadow attack on Microsoft Windows computers. This vulnerability allows a remote attacker to view his victim's desktop without his consent, and even control it on request. For its correct operation, it is necessary to comply with the requirements described in the user guide.
Requirements
Powershell 5.0 or higher
Use
This application can be used locally, remotely or to pivot between computers. Thanks to the additional modules, it is possible to dump hashes and passwords or even recover the history of RDP connections.
One line execution:
powershell -ep bypass "cd $env:temp ; iwr -outfile AutoRDPwn.ps ; .\AutoRDPwn.ps1"
Requirements
Powershell 5.0 or higher
Use
This application can be used locally, remotely or to pivot between computers. Thanks to the additional modules, it is possible to dump hashes and passwords or even recover the history of RDP connections.
One line execution:
powershell -ep bypass "cd $env:temp ; iwr -outfile AutoRDPwn.ps ; .\AutoRDPwn.ps1"