bump version

This commit is contained in:
zblurx 2023-07-11 14:36:59 +02:00
parent 1523495490
commit 98d39a99f3
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@ globallog.log
# Safe
donpapi.db
*.pvk

View File

@ -36,10 +36,10 @@ assets={}
BANNER = """
,
,
, LeHack Release! \U0001F480
(
.
&&&&&& LeHack Release! \U0001F480
. by Touf & Zblurx @ Login-Securite
&&&&&&
&&&&&%%%. &&&&&&
&&&&%%% &&&& &&&&&& &&&&&& &&&&&.
&&&&%%% &&&&&&& &&&&&& &&&&&&&&&&&&& &&&&&&&&&&&
@ -62,7 +62,7 @@ BANNER = """
def main():
global assets
print(BANNER)
parser = argparse.ArgumentParser(add_help = True, description = "SeatBelt implementation.")
parser = argparse.ArgumentParser(add_help = True, description = "Dump revelant information on compromised targets without AV detection.")
parser.add_argument('target', nargs='?', action='store', help='[[domain/]username[:password]@]<targetName or address>',default='')
parser.add_argument('-credz', action='store', help='File containing multiple user:password or user:hash for masterkeys decryption')

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "donpapi"
version = "1.0.1"
version = "1.1.0"
description = "Dumping revelant information on compromised targets without AV detection"
authors = ["Login Securite <contact@login-securite.com>"]
readme = "readme.md"