mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
minor change
This commit is contained in:
parent
f5b21d992a
commit
d0fc37fa42
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ logger2.addHandler(logging.FileHandler(Log2Filename,'w'))
|
||||||
|
|
||||||
AnalyzeFilename = str(os.path.join(ResponderPATH,"Analyze-LLMNR-NBT-NS.log"))
|
AnalyzeFilename = str(os.path.join(ResponderPATH,"Analyze-LLMNR-NBT-NS.log"))
|
||||||
logger3 = logging.getLogger('Analyze LLMNR/NBT-NS')
|
logger3 = logging.getLogger('Analyze LLMNR/NBT-NS')
|
||||||
logger3.addHandler(logging.FileHandler(AnalyzeFilename,'w'))
|
logger3.addHandler(logging.FileHandler(AnalyzeFilename,'a'))
|
||||||
|
|
||||||
def Show_Help(ExtraHelpData):
|
def Show_Help(ExtraHelpData):
|
||||||
help = "NBT Name Service/LLMNR Responder 2.0.\nPlease send bugs/comments to: lgaffie@trustwave.com\nTo kill this script hit CRTL-C\n\n"
|
help = "NBT Name Service/LLMNR Responder 2.0.\nPlease send bugs/comments to: lgaffie@trustwave.com\nTo kill this script hit CRTL-C\n\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue