awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Hackplayers avatar

Hackplayers/evil-winrm

0
View on GitHub↗
5,403 stars·679 forks·Ruby·LGPL-3.0·9 vues

Evil Winrm

Evil-WinRM est un outil de test d'intrusion et un shell distant interactif conçu pour gérer et exécuter des commandes sur des systèmes Windows distants via le protocole WinRM. Il fonctionne comme un utilitaire de sécurité pour auditer les environnements Windows via l'exécution de commandes à distance et la manipulation d'identifiants.

L'outil se distingue par ses capacités d'authentification, agissant à la fois comme un client d'authentification Kerberos utilisant des fichiers de tickets et un client NTLM pass-the-hash qui accède aux services en utilisant des hashs de mots de passe au lieu d'identifiants en texte clair. Pour échapper à la détection, il prend en charge l'exécution de payloads en mémoire, permettant aux scripts et bibliothèques de s'exécuter directement dans la mémoire système sans écrire de fichiers sur le disque.

Le projet fournit des capacités plus larges pour le mouvement latéral et l'évaluation de sécurité, incluant la capacité de contourner les défenses de sécurité, d'énumérer les services distants et de transférer des fichiers entre des hôtes locaux et distants. Il inclut également des fonctionnalités de gestion de session telles que la journalisation de l'activité locale et le suivi de l'historique des commandes.

Features

  • Penetration Testing Tools - Provides a specialized security utility for auditing Windows environments through remote command execution and credential manipulation.
  • Interactive Remote Shells - Establishes an interactive remote shell over WinRM to execute commands on target Windows systems.
  • Windows Remote Management Tools - Provides a specialized tool for managing and executing commands on remote Windows systems via the WinRM protocol.
  • In-Memory Payload Execution - Implements techniques to execute PowerShell scripts directly in volatile memory to evade disk-based security detection.
  • Kerberos Authentication - Implements Kerberos authentication to verify identity to network services using ticket-based files.
  • Ticket-Based Authenticators - Supports authentication using Kerberos ticket-granting files and realm configurations to access remote resources without passwords.
  • Pass-the-Hash Clients - Enables access to remote systems by providing captured NTLM password hashes directly to the service.
  • Interactive Remote Shells - Provides a bidirectional terminal session for real-time interaction and command execution on remote Windows systems.
  • Penetration Testing - Provides a toolset for performing security assessments on Windows targets via remote command execution.
  • Service Enumeration Tools - Lists available services on a target machine to identify manageable resources based on user permissions.
  • Security Software Evasion - Disables script protection and event tracing to evade detection by security software.
  • Lateral Movement Techniques - Facilitates movement through target environments using NTLM hashes and Kerberos tickets.
  • Remote File Transfers - Provides bidirectional file transfers between local and remote systems with progress monitoring.
  • Exploitation Tools - Shell for interacting with Windows systems via WinRM.
  • Lateral Movement - Provides shell access via WinRM.
  • Windows Post Exploitation - Command line interface for remote management and command execution on Windows.

Historique des stars

Graphique de l'historique des stars pour hackplayers/evil-winrmGraphique de l'historique des stars pour hackplayers/evil-winrm

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Evil Winrm

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Evil Winrm.
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetAvatar de hackerschoice

    hackerschoice/thc-tips-tricks-hacks-cheat-sheet

    3,853Voir sur GitHub↗

    This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi

    Shell
    Voir sur GitHub↗3,853
  • samratashok/nishangAvatar de samratashok

    samratashok/nishang

    9,951Voir sur GitHub↗

    Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows targets. It functions as a post-exploitation toolkit and payload generator to automate attacks and manage remote targets. The project provides specialized capabilities for bypassing security controls, such as disabling the Antimalware Scan Interface and employing in-memory execution to avoid disk-based detection. It includes a variety of stealthy command and control mechanisms, utilizing non-standard channels like DNS TXT records, ICMP traffic, and webmail for communication a

    PowerShellactivedirectoryhackinginfosec
    Voir sur GitHub↗9,951
  • thewover/donutAvatar de TheWover

    TheWover/donut

    4,461Voir sur GitHub↗

    Donut is a toolset for loading and executing payloads in memory, featuring a position-independent shellcode generator, an in-memory payload injector, and a .NET assembly loader. It is designed to convert executable files and scripts into shellcode that can be executed within the memory space of a remote process without writing files to disk. The project specializes in security evasion through memory-based patching and payload obfuscation using symmetric block ciphers and compression. It includes a remote payload stager to retrieve encrypted modules from HTTP or DNS servers during runtime, red

    C
    Voir sur GitHub↗4,461
  • mantvydasb/redteaming-tactics-and-techniquesAvatar de mantvydasb

    mantvydasb/RedTeaming-Tactics-and-Techniques

    4,620Voir sur GitHub↗

    This project is a red teaming knowledge base and offensive security playbook designed to simulate adversary behavior. It serves as a comprehensive collection of technical guides and tactics for executing red team operations. The repository provides detailed instructions for Active Directory exploitation, including Kerberos abuse and domain privilege escalation. It covers defense evasion through API unhooking and payload obfuscation, as well as Windows internals research involving the manipulation of kernel objects and system memory. The capability surface extends to network penetration testi

    PowerShelloffensive-securityoscppentesting
    Voir sur GitHub↗4,620
Voir les 30 alternatives à Evil Winrm→

Questions fréquentes

Que fait hackplayers/evil-winrm ?

Evil-WinRM est un outil de test d'intrusion et un shell distant interactif conçu pour gérer et exécuter des commandes sur des systèmes Windows distants via le protocole WinRM. Il fonctionne comme un utilitaire de sécurité pour auditer les environnements Windows via l'exécution de commandes à distance et la manipulation d'identifiants.

Quelles sont les fonctionnalités principales de hackplayers/evil-winrm ?

Les fonctionnalités principales de hackplayers/evil-winrm sont : Penetration Testing Tools, Interactive Remote Shells, Windows Remote Management Tools, In-Memory Payload Execution, Kerberos Authentication, Ticket-Based Authenticators, Pass-the-Hash Clients, Penetration Testing.

Quelles sont les alternatives open-source à hackplayers/evil-winrm ?

Les alternatives open-source à hackplayers/evil-winrm incluent : hackerschoice/thc-tips-tricks-hacks-cheat-sheet — This project is a comprehensive command-line reference and toolkit designed for Linux system administration and… samratashok/nishang — Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows… thewover/donut — Donut is a toolset for loading and executing payloads in memory, featuring a position-independent shellcode generator,… mantvydasb/redteaming-tactics-and-techniques — This project is a red teaming knowledge base and offensive security playbook designed to simulate adversary behavior.… trickster0/offensiverust — OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and… byt3bl33d3r/offensivenim — OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of…