Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zblurx committed Jul 11, 2023
1 parent 1523495 commit 98d39a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ globallog.log

# Safe
donpapi.db
*.pvk
8 changes: 4 additions & 4 deletions donpapi/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
BANNER = """
,
,
, LeHack Release! \U0001F480
(
.
&&&&&& LeHack Release! \U0001F480
. by Touf & Zblurx @ Login-Securite
&&&&&&
&&&&&%%%. &&&&&&
&&&&%%% &&&& &&&&&& &&&&&& &&&&&.
&&&&%%% &&&&&&& &&&&&& &&&&&&&&&&&&& &&&&&&&&&&&
Expand All @@ -62,7 +62,7 @@
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')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 98d39a9

Please sign in to comment.