mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
2
docker/ciscoasa/dist/asa_server.py
vendored
2
docker/ciscoasa/dist/asa_server.py
vendored
@ -150,7 +150,7 @@ class WebLogicHandler(SimpleHTTPRequestHandler):
|
||||
|
||||
def log_message(self, format, *args):
|
||||
self.logger.debug("{'timestamp': '%s', 'src_ip': '%s', 'payload_printable': '%s'}" %
|
||||
(datetime.datetime.utcnow().isoformat(),
|
||||
(datetime.datetime.now().isoformat(),
|
||||
self.client_address[0],
|
||||
format % args))
|
||||
|
||||
|
Reference in New Issue
Block a user