mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 05:22:15 -07:00
modified outout formatting
This commit is contained in:
parent
a7e3e4eddf
commit
27552b08a0
4 changed files with 8 additions and 6 deletions
2
mitmf.py
2
mitmf.py
|
@ -64,7 +64,7 @@ if __name__ == "__main__":
|
|||
log_level = logging.__dict__[args.log_level.upper()]
|
||||
|
||||
#Start logging
|
||||
logging.basicConfig(level=log_level, format='%(asctime)s %(message)s',stream=args.write)
|
||||
logging.basicConfig(level=log_level, format="%(asctime)s %(message)s", datefmt="%Y-%m-%d %H:%M:%S", stream=args.write)
|
||||
|
||||
#All our options should be loaded now, pass them onto plugins
|
||||
print "[*] MITMf v%s started... initializing plugins and modules" % mitmf_version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue