-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
File "sentrylogs", line 11, in <module>
sys.exit(main())
File "sentrylogs/bin/sentrylogs.py", line 111, in main
launch_log_parsers()
File "sentrylogs/bin/sentrylogs.py", line 103, in launch_log_parsers
parser().follow_tail()
File "sentrylogs/parsers/__init__.py", line 53, in follow_tail
self.parse(line)
File "sentrylogs/parsers/nginx.py", line 52, in parse
self.data["date"] = regex.group("date")
AttributeError: 'NoneType' object has no attribute 'group'
sentrylogs/sentrylogs/parsers/nginx.py
Line 56 in 6b662d9
self.data["date"] = regex.group("date") |
line = ' necho -en "GET /\x1b]2;owned" failed (2: No such file or directory), client: w.x.y.z, server: , request: "GET /%1b%5d%32%3b%6f%77%6e%65%64%07%0a necho -en "GET /\x1b]2;owned?\x07"'
csv_list = [' client: w.x.y.z', ' server: ', ' request: "GET /%1b%5d%32%3b%6f%77%6e%65%64%07%0a necho -en "GET /\x1b]2;owned?\x07"']
Metadata
Metadata
Assignees
Labels
No labels