Skip to content

Commit 8fdfb92

Browse files
committed
Add ewp svg logo
1 parent ae2677a commit 8fdfb92

File tree

2 files changed

+109
-1
lines changed

2 files changed

+109
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# evil-winrm-py
1+
<div align=center>
2+
<img height="150" alt="ewp-logo" src="https://raw.githubusercontent.com/adityatelange/evil-winrm-py/refs/heads/main/assets/logo.svg" />
3+
<h1>evil-winrm-py</h1>
24

35
[![PyPI version](https://img.shields.io/pypi/v/evil-winrm-py)](https://pypi.org/project/evil-winrm-py/)
46
![Python](https://img.shields.io/badge/python-3.9+-blue.svg)
57
![License](https://img.shields.io/github/license/adityatelange/evil-winrm-py)
68

9+
</div>
10+
711
`evil-winrm-py` is a python-based tool for executing commands on remote Windows machines using the WinRM (Windows Remote Management) protocol. It provides an interactive shell with enhanced features like file upload/download, command history, and colorized output. It supports various authentication methods including NTLM, Pass-the-Hash, Certificate, and Kerberos.
812

913
![](https://raw.githubusercontent.com/adityatelange/evil-winrm-py/refs/tags/v1.4.1/assets/terminal.png)

assets/logo.svg

Lines changed: 104 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)