Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 3d0203a

Browse files
author
byt3bl33d3r
committed
Version bump and README update
1 parent 553ec99 commit 3d0203a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Just a little demo showing off the basics
6262
@gojhonny's CredCrack https://github.com/gojhonny/CredCrack
6363
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
6464
65-
Version: 2.1
66-
Codename: 'I gotta change the name of this thing'
65+
Version: 2.2
66+
Codename: 'All I want for Christmas is a better name for this'
6767
6868
positional arguments:
6969
target The target range, CIDR identifier or file containing targets

crackmapexec.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
import sys
2323
import os
2424

25-
VERSION = '2.1'
26-
CODENAME = '\'I gotta change the name of this thing\''
25+
VERSION = '2.2'
26+
CODENAME = '\'All I want for Christmas is a better name for this\''
2727

2828
if sys.platform == 'linux2':
2929
if os.geteuid() is not 0:
@@ -48,7 +48,7 @@
4848
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
4949
5050
{}: {}
51-
{}: {}
51+
{}: {}
5252
""".format(red('Version'),
5353
yellow(VERSION),
5454
red('Codename'),

0 commit comments

Comments
 (0)