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
|
||||
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
|
||||
|
||||
Version: 2.1
|
||||
Codename: 'I gotta change the name of this thing'
|
||||
Version: 2.2
|
||||
Codename: 'All I want for Christmas is a better name for this'
|
||||
|
||||
positional arguments:
|
||||
target The target range, CIDR identifier or file containing targets
|
||||
|
|
|
@ -22,8 +22,8 @@ import argparse
|
|||
import sys
|
||||
import os
|
||||
|
||||
VERSION = '2.1'
|
||||
CODENAME = '\'I gotta change the name of this thing\''
|
||||
VERSION = '2.2'
|
||||
CODENAME = '\'All I want for Christmas is a better name for this\''
|
||||
|
||||
if sys.platform == 'linux2':
|
||||
if os.geteuid() is not 0:
|
||||
|
@ -48,7 +48,7 @@ parser = argparse.ArgumentParser(description="""
|
|||
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
|
||||
|
||||
{}: {}
|
||||
{}: {}
|
||||
{}: {}
|
||||
""".format(red('Version'),
|
||||
yellow(VERSION),
|
||||
red('Codename'),
|
||||
|
|
Loading…
Reference in New Issue