Version bump and README update
parent
c9bb82fb45
commit
f1d97518ac
|
@ -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
|
||||
|
||||
|
|
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue