• Stars
    star
    207
  • Rank 188,941 (Top 4 %)
  • Language
    C#
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SharpInvoke-WMIExec

A native C# conversion of Kevin Robertsons Invoke-SMBExec powershell script. (https://github.com/Kevin-Robertson/Invoke-TheHash/blob/master/Invoke-WMIExec.ps1)

Built for .NET 3.5

Usage

Sharp-WMIExec.exe hash: username: domain: target: command:

Description

This Assembly will allow you to execute a command on a target machine using WMI by providing an NTLM hash for the specified user.

Help

Option		    Description                                                                                                                                                                                                      
username*		Username to use for authentication                                                                     
hash*			NTLM Password hash for authentication. This module will accept either LM:NTLM or NTLM format           
domain			Domain to use for authentication. This parameter is not needed with local accounts or when using @domain after the username
target			Hostname or IP Address of the target.                                                                  
command			Command to execute on the target. If a command is not specified, the function will check to see if the username and hash provide local admin access on the target         
-CheckAdmin     Check admin access only, don't execute command
-Help (-h)		Switch, Enabled debugging [Default='False']  
-Debug			Print Debugging Information along with output

More Repositories

1

Zolom

C# Executable with embedded Python that can be used reflectively to run python code on systems without Python installed
C#
240
star
2

Sharp-SMBExec

SMBExec C# module
C#
216
star
3

iMessagesBackdoor

A script to help set up an event handler in order to install a persistent backdoor that can be activated by sending a message.
Python
173
star
4

Carbuncle

Tool for interacting with outlook interop during red team engagements
C#
140
star
5

CoreSploit

Initial Commit of Coresploit
C#
55
star
6

sshiva

C# application that allows you to quick run SSH commands against a host or list of hosts
C#
42
star
7

Forerunner

Automation Engine using the Covenant API and lua scripting
C#
24
star
8

TokenContextManipulation

Code that can be used to create/steal/manipulate token contexts in a program. Can be implemented into other C# projects.
C#
14
star
9

MemScan

Quick Proof of Concept for reading a processes memory and searching for a specific string.
C#
10
star
10

PayloadEncrypt

A powershell script that encrypts a payload, creates a stager designed to decrypt and execute the payload on a victim machine
PowerShell
10
star
11

Empire-Modules

Python
3
star
12

SharpConversions

C# conversions of Powershell Scripts that can be embedded as a module into C# RATs or run directly via an executable.
3
star
13

checkymander.github.io

Checkymander's Blog
Ruby
3
star
14

CTF-Scripts

Random (Terribly Coded) Scripts created for use in HackTheBox challenges.
Python
2
star
15

RandomScripts

RandomScripts used for Proof of Concepts or Time saving
Python
2
star
16

AdventOfCode

My Collection of AdventOfCode Challenges
C++
1
star
17

JenkinsFinder

Proof of Concept to identify jenkins servers using UDP Broadcast
C#
1
star