diff --git a/README.md b/README.md index 38e2eb85..7532a72e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ This project was inspired by/based off of: Additionally some code was stolen from @T-S-A's [smbspider](https://github.com/T-S-A/smbspider) script -This repo also includes [Invoke-Mimikatz.ps1](https://github.com/mattifestation/PowerSploit/blob/master/Exfiltration/Invoke-Mimikatz.ps1), [Invoke-NinjaCopy.ps1](https://github.com/mattifestation/PowerSploit/blob/master/Exfiltration/Invoke-NinjaCopy.ps1), [Invoke-ReflectivePEInjection.ps1](https://github.com/mattifestation/PowerSploit/blob/master/CodeExecution/Invoke-ReflectivePEInjection.ps1) and [Invoke-Shellcode.ps1](https://github.com/mattifestation/PowerSploit/blob/master/CodeExecution/Invoke--Shellcode.ps1) scripts from @mattifestation's [PowerSploit](https://github.com/mattifestation/PowerSploit) project +This repo also includes the following scripts from the [PowerSploit](https://github.com/PowerShellMafia/PowerSploit) project: +- [Invoke-Mimikatz.ps1](https://github.com/mattifestation/PowerSploit/blob/master/Exfiltration/Invoke-Mimikatz.ps1) +- [Invoke-NinjaCopy.ps1](https://github.com/mattifestation/PowerSploit/blob/master/Exfiltration/Invoke-NinjaCopy.ps1) +- [Invoke-ReflectivePEInjection.ps1](https://github.com/mattifestation/PowerSploit/blob/master/CodeExecution/Invoke-ReflectivePEInjection.ps1) +- [Invoke-Shellcode.ps1](https://github.com/mattifestation/PowerSploit/blob/master/CodeExecution/Invoke--Shellcode.ps1) + +and the [PowerView](https://github.com/PowerShellEmpire/PowerTools/blob/master/PowerView/powerview.ps1) script from the [PowerTools](https://github.com/PowerShellEmpire/PowerTools) repository #Description diff --git a/crackmapexec.py b/crackmapexec.py index 9080f7c1..830e263a 100755 --- a/crackmapexec.py +++ b/crackmapexec.py @@ -23,7 +23,7 @@ import argparse import sys import os -VERSION = '2.0' +VERSION = '2.1' CODENAME = '\'I gotta change the name of this thing\'' if sys.platform == 'linux2':