Version bump and README update

main
byt3bl33d3r 2015-11-19 18:29:27 -07:00
parent c9bb82fb45
commit f1d97518ac
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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':