Giter Site home page Giter Site logo

autordpwn's Introduction

AutoRDPwn

AutoRDPwn es un script creado en Powershell y diseñado para automatizar el ataque Shadow en equipos Microsoft Windows. Esta vulnerabilidad permite a un atacante remoto visualizar el escritorio de su víctima sin su consentimiento, e incluso controlarlo a petición. Para su correcto funcionamiento, es necesario cumplir los requisitos que se describen en la guía de uso.

Requisitos

Powershell 4.0 o superior

Cambios

Versión 4.8

• Compatibilidad con Powershell 4.0

• Copia automática del contenido al portapapeles (contraseñas, hashes, dumps, etc..)

• Exclusión automática en Windows Defender (4 métodos diferentes)

• Ejecución remota sin contraseña para PSexec, WMI e Invoke-Command

• Nuevo ataque disponible : DCOM Passwordless Execution

• Nuevo módulo disponible: Acceso Remoto / Metasploit Web Delivery

• Nuevo módulo disponible: Servidor VNC Remoto (diseñado para entornos legacy)

• Autocompletado de los campos host, usuario y contraseña pulsando Enter

• Ahora es posible ejecutar la herramienta sin privilegios de administrador con el parámetro -noadmin

*El resto de cambios se pueden consultar en el fichero CHANGELOG

Uso

Esta aplicación puede usarse de forma local, remota o para pivotar entre equipos. Gracias a los módulos adicionales, es posible volcar hashes y contraseñas, obtener una shell remota, subir y descargar ficheros o incluso recuperar el histórico de conexiones RDP o las contraseñas de las redes inalámbricas.

Ejecución en una línea:

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

La guía detallada de uso se encuentra en el siguiente enlace:

https://darkbyte.net/autordpwn-la-guia-definitiva

Capturas de pantalla

autordpwn_es1 autordpwn_es2

Licencia

Este proyecto está licenciando bajo la licencia GNU 3.0 - ver el fichero LICENSE para más detalles.

Créditos y Agradecimientos

Mark Russinovich por su herramienta PsExec -> https://docs.microsoft.com/en-us/sysinternals/downloads/psexec

HarmJ0y & Matt Graeber por su script Get-System -> https://github.com/HarmJ0y/Misc-PowerShell

Stas'M Corp. por su herramienta RDP Wrapper -> https://github.com/stascorp/rdpwrap

Kevin Robertson por su script Invoke-TheHash -> https://github.com/Kevin-Robertson/Invoke-TheHash

Benjamin Delpy por su herramienta Mimikatz -> https://github.com/gentilkiwi/mimikatz

Halil Dalabasmaz por su script Invoke-Phant0m -> https://github.com/hlldz/Invoke-Phant0m

Contacto

Este software no ofrece ningún tipo de garantía. Su uso es exclusivo para entornos educativos y/o auditorías de seguridad con el correspondiente consentimiento del cliente. No me hago responsable de su mal uso ni de los posibles daños causados por el mismo.

Para más información, puede contactar a través de [email protected]


English description

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 4.0 or higher

Changes

Version 4.8

• Compatibility with Powershell 4.0

• Automatic copy of the content to the clipboard (passwords, hashes, dumps, etc.)

• Automatic exclusion in Windows Defender (4 different methods)

• Remote execution without password for PSexec, WMI and Invoke-Command

• New available attack: DCOM Passwordless Execution

• New available module: Remote Access / Metasploit Web Delivery

• New module available: Remote VNC Server (designed for legacy environments)

• Autocomplete the host, user and password fields by pressing Enter

• It is now possible to run the tool without administrator privileges with the -noadmin parameter

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

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, obtain a remote shell, upload and download files or even recover the history of RDP connections or passwords of wireless networks.

One line execution:

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

The detailed guide of use can be found at the following link:

https://darkbyte.net/autordpwn-la-guia-definitiva

Screenshots

autordpwn_en1 autordpwn_en2

License

This project is licensed under the GNU 3.0 license - see the LICENSE file for more details.

Credits and Acknowledgments

Mark Russinovich for his tool PsExec -> https://docs.microsoft.com/en-us/sysinternals/downloads/psexec

HarmJ0y & Matt Graeber for his script Get-System -> https://github.com/HarmJ0y/Misc-PowerShell

Stas'M Corp. for its RDP tool Wrapper -> https://github.com/stascorp/rdpwrap

Kevin Robertson for his script Invoke-TheHash -> https://github.com/Kevin-Robertson/Invoke-TheHash

Benjamin Delpy for his tool Mimikatz -> https://github.com/gentilkiwi/mimikatz

Halil Dalabasmaz for his script Invoke-Phant0m -> https://github.com/hlldz/Invoke-Phant0m

Contact

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

For more information, you can contact through [email protected]

autordpwn's People

Contributors

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