mirror of
https://github.com/login-securite/DonPAPI
synced 2025-02-16 11:36:56 +00:00
bump version
This commit is contained in:
parent
1523495490
commit
98d39a99f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ globallog.log
|
||||
|
||||
# Safe
|
||||
donpapi.db
|
||||
*.pvk
|
@ -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')
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user