File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import argparse
2+ import importlib .metadata
23import logging
34import sys
45import traceback
4445
4546def main () -> None :
4647 logger .init ()
47-
48- parser = argparse .ArgumentParser (description = "DPAPI looting remotely in Python" , add_help = True )
48+ version = importlib . metadata . version ( "dploot" )
49+ parser = argparse .ArgumentParser (description = f "DPAPI looting remotely in Python. \n Version { version } " , add_help = True )
4950
5051 parser .add_argument ("-debug" , action = "store_true" , help = "Turn DEBUG output ON" )
5152
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dploot"
3- version = " 2.6.0 "
3+ version = " 2.6.1 "
44description = " DPAPI looting remotely in Python"
55readme = " README.md"
66homepage = " https://github.com/zblurx/dploot"
You can’t perform that action at this time.
0 commit comments