Version bump and README update
parent
553ec9910e
commit
3d0203a780
|
@ -62,8 +62,8 @@ Just a little demo showing off the basics
|
||||||
@gojhonny's CredCrack https://github.com/gojhonny/CredCrack
|
@gojhonny's CredCrack https://github.com/gojhonny/CredCrack
|
||||||
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
|
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
|
||||||
|
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Codename: 'I gotta change the name of this thing'
|
Codename: 'All I want for Christmas is a better name for this'
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
target The target range, CIDR identifier or file containing targets
|
target The target range, CIDR identifier or file containing targets
|
||||||
|
|
|
@ -22,8 +22,8 @@ import argparse
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
||||||
VERSION = '2.1'
|
VERSION = '2.2'
|
||||||
CODENAME = '\'I gotta change the name of this thing\''
|
CODENAME = '\'All I want for Christmas is a better name for this\''
|
||||||
|
|
||||||
if sys.platform == 'linux2':
|
if sys.platform == 'linux2':
|
||||||
if os.geteuid() is not 0:
|
if os.geteuid() is not 0:
|
||||||
|
|
Loading…
Reference in New Issue