Files
ZERO_CODE/ZeroCodeProject/logs/set_menu.log
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00

2230 lines
134 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Watching for file changes with StatReloader
[12/Sep/2024 16:30:43] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
Internal Server Error: /ApiClass/base_api_control/api_url/
Traceback (most recent call last):
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/generic/base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/dep/Validators/permissionValidator.py", line 9, in wrapper
return func(request, *args, **kwargs)
File "/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py", line 43, in post
exec(user_code, globals(), run_obj_data)
File "<string>", line 24, in <module>
File "<string>", line 23, in traverse_tree
NameError: name 'traverse_tree' is not defined
[12/Sep/2024 16:30:45] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 138556
Method Not Allowed: /ApiClass/base_api_control/api_url/
[12/Sep/2024 16:30:54] "GET /ApiClass/base_api_control/api_url/ HTTP/1.1" 405 5651
[12/Sep/2024 16:30:54] "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3426
[12/Sep/2024 16:30:54] "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817
[12/Sep/2024 16:30:54] "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152
[12/Sep/2024 16:30:54] "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457
[12/Sep/2024 16:30:54] "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3796
[12/Sep/2024 16:30:54] "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1793
[12/Sep/2024 16:30:54] "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632
[12/Sep/2024 16:30:54] "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680
[12/Sep/2024 16:30:54] "GET /static/rest_framework/js/jquery-3.7.1.min.js HTTP/1.1" 200 87533
[12/Sep/2024 16:30:54] "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268
[12/Sep/2024 16:30:54] "GET /static/rest_framework/js/load-ajax-form.js HTTP/1.1" 200 59
[12/Sep/2024 16:30:55] "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458
Not Found: /favicon.ico
[12/Sep/2024 16:30:55] "GET /favicon.ico HTTP/1.1" 404 2251
/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py changed, reloading.
Performing system checks...
System check identified no issues (0 silenced).
September 12, 2024 - 13:41:19
Django version 3.2.19, using settings 'Template_service.settings'
Starting development server at http://0.0.0.0:10096/
Quit the server with CONTROL-C.
Watching for file changes with StatReloader
Watching for file changes with StatReloader
[19/Sep/2024 20:38:40] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
Internal Server Error: /ApiClass/base_api_control/api_url/
Traceback (most recent call last):
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/generic/base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/dep/Validators/permissionValidator.py", line 9, in wrapper
return func(request, *args, **kwargs)
File "/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py", line 50, in post
if 'data' in run_obj_data['out_data']:
KeyError: 'out_data'
[19/Sep/2024 20:38:42] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 126371
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.zero_code_model' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.project_table' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.file_table' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.re_table_df3e94' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
Internal Server Error: /ApiClass/base_api_control/api_url/
Traceback (most recent call last):
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/generic/base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/dep/Validators/permissionValidator.py", line 9, in wrapper
return func(request, *args, **kwargs)
File "/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py", line 50, in post
if 'data' in run_obj_data['out_data']:
KeyError: 'out_data'
[19/Sep/2024 20:41:38] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 126371
/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py changed, reloading.
Performing system checks...
System check identified no issues (0 silenced).
September 19, 2024 - 20:38:29
Django version 3.2.19, using settings 'Template_service.settings'
Starting development server at http://0.0.0.0:10096/
Quit the server with CONTROL-C.

from zero_code_depencey.Specific.SpecificProduct.record.SpecificDataBaseRecordProduct import SpecificDataBaseRecordProduct
from zero_code_depencey.Specific.SpecificProduct.LocalMethodfileProduct.SpecificFileProduct import SpecificLocalMethodFileProduct
out_data = {}
project_res = SpecificDataBaseRecordProduct.search_record(model_name="project_table",relations=["re_table_df3e94"],return_type="False",filter_context={"sign": in_data["project_sign"]})
project_root_file = project_res["data"]["table_data"]["file_table"][0]
root_path = project_res["data"]["table_data"]["file_table"][0]["file_path"]
frontend_router_path = os.path.join(root_path, "main", "main_frontend", "src", "page", in_data["page_info"]["page_name"], "nav.json")
project_root_file.update({"node_indentation": int(project_root_file["node_indentation"]), "node_serial_number": int(project_root_file["node_serial_number"]), "file_path": frontend_router_path})
frontend_router_sp = SpecificLocalMethodFileProduct(**project_root_file)
res = frontend_router_sp.file_edit(source=frontend_router_sp, way='w', file_content=json.dumps(in_data["menu_data"]))
menu_import_data_path = os.path.join(root_path, "main", "main_frontend", "src", "page", in_data["page_info"]["page_name"], "menu_import_data.json")
with open(menu_import_data_path, "r") as f:
menu_import_data = json.load(f)
for key, value in in_data["menu_components"].items():
if len(value.keys()) > 0:
menu_import_data['data_return'][key] = value.get("title_en", "")
menu_import_data['components'].append(value.get("title_en", ""))
global traverse_tree
def traverse_tree(node, menu_import_data, depth=0):
for item in node:
if not type(item) is dict:
continue
menu_import_data['components'].append(item["title_en"])
for child in item.get('children', []):
if len(child) > 0:
traverse_tree(child, menu_import_data, depth + 1)
traverse_tree(in_data["menu_data"][in_data["position"]], menu_import_data)
menu_import_data['components'] = list(set(menu_import_data['components']))
with open(menu_import_data_path, "w") as fw:
json.dump(menu_import_data, fw)
out_data["data"] = {}
out_data["code"] = 200
out_data["msg"] = "保存成功"


from zero_code_depencey.Specific.SpecificProduct.record.SpecificDataBaseRecordProduct import SpecificDataBaseRecordProduct
from zero_code_depencey.Specific.SpecificProduct.LocalMethodfileProduct.SpecificFileProduct import SpecificLocalMethodFileProduct
out_data = {}
project_res = SpecificDataBaseRecordProduct.search_record(model_name="project_table",relations=["re_table_df3e94"],return_type="False",filter_context={"sign": in_data["project_sign"]})
project_root_file = project_res["data"]["table_data"]["file_table"][0]
root_path = project_res["data"]["table_data"]["file_table"][0]["file_path"]
frontend_router_path = os.path.join(root_path, "main", "main_frontend", "src", "page", in_data["page_info"]["page_name"], "nav.json")
project_root_file.update({"node_indentation": int(project_root_file["node_indentation"]), "node_serial_number": int(project_root_file["node_serial_number"]), "file_path": frontend_router_path})
frontend_router_sp = SpecificLocalMethodFileProduct(**project_root_file)
res = frontend_router_sp.file_edit(source=frontend_router_sp, way='w', file_content=json.dumps(in_data["menu_data"]))
menu_import_data_path = os.path.join(root_path, "main", "main_frontend", "src", "page", in_data["page_info"]["page_name"], "menu_import_data.json")
with open(menu_import_data_path, "r") as f:
menu_import_data = json.load(f)
for key, value in in_data["menu_components"].items():
if len(value.keys()) > 0:
menu_import_data['data_return'][key] = value.get("title_en", "")
menu_import_data['components'].append(value.get("title_en", ""))
global traverse_tree
def traverse_tree(node, menu_import_data, depth=0):
for item in node:
if not type(item) is dict:
continue
menu_import_data['components'].append(item["title_en"])
for child in item.get('children', []):
if len(child) > 0:
traverse_tree(child, menu_import_data, depth + 1)
traverse_tree(in_data["menu_data"][in_data["position"]], menu_import_data)
menu_import_data['components'] = list(set(menu_import_data['components']))
with open(menu_import_data_path, "w") as fw:
json.dump(menu_import_data, fw)
out_data["data"] = {}
out_data["code"] = 200
out_data["msg"] = "保存成功"

Watching for file changes with StatReloader
/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py changed, reloading.
Performing system checks...
System check identified no issues (0 silenced).
September 19, 2024 - 20:43:23
Django version 3.2.19, using settings 'Template_service.settings'
Starting development server at http://0.0.0.0:10096/
Quit the server with CONTROL-C.
Watching for file changes with StatReloader
Internal Server Error: /ApiClass/base_api_control/api_url/
Traceback (most recent call last):
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/views/generic/base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/dep/Validators/permissionValidator.py", line 9, in wrapper
return func(request, *args, **kwargs)
File "/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py", line 48, in post
exec(user_code, globals())
File "<string>", line 5, in <module>
NameError: name 'in_data' is not defined
[19/Sep/2024 20:43:40] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 132572
/mnt/sdc/Project1/apis/basic_api/set_menu/BaseApi/views.py changed, reloading.
Performing system checks...
System check identified no issues (0 silenced).
September 19, 2024 - 20:43:29
Django version 3.2.19, using settings 'Template_service.settings'
Starting development server at http://0.0.0.0:10096/
Quit the server with CONTROL-C.
Watching for file changes with StatReloader
[19/Sep/2024 20:44:33] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 70
Not Found: /
[19/Sep/2024 23:12:39] "GET / HTTP/1.1" 404 2200
[20/Sep/2024 00:00:06,959] - Broken pipe from ('45.135.232.193', 60866)
Not Found: /
[20/Sep/2024 00:51:03] "GET / HTTP/1.0" 404 2210
Not Found: /
[20/Sep/2024 00:57:30] "GET / HTTP/1.1" 404 2200
Not Found: /
[20/Sep/2024 02:56:28] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[20/Sep/2024 02:56:28] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[20/Sep/2024 02:56:28] "GET /admin/ HTTP/1.1" 302 0
[20/Sep/2024 02:56:28] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[20/Sep/2024 02:56:28] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[20/Sep/2024 02:56:28] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[20/Sep/2024 02:56:28] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[20/Sep/2024 02:56:28] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[20/Sep/2024 02:56:28] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[20/Sep/2024 02:56:28] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[20/Sep/2024 02:56:28] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[20/Sep/2024 02:56:28] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[20/Sep/2024 02:56:28] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[20/Sep/2024 02:56:29] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[20/Sep/2024 02:56:29] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[20/Sep/2024 02:56:29] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[20/Sep/2024 02:56:29] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[20/Sep/2024 02:56:29] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[20/Sep/2024 04:14:04] "GET / HTTP/1.0" 404 2210
Not Found: /
[20/Sep/2024 04:14:05] "OPTIONS / HTTP/1.0" 404 2214
[20/Sep/2024 04:14:06] code 400, message Bad request version ('RTSP/1.0')
[20/Sep/2024 04:14:06] "OPTIONS / RTSP/1.0" 400 -
[20/Sep/2024 04:14:11] code 400, message Bad request version ('\x00\x01\x97|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
[20/Sep/2024 04:14:11] "€(rþ† —|" 400 -
[20/Sep/2024 04:14:17] code 400, message Bad HTTP/0.9 request type ('\x00')
[20/Sep/2024 04:14:17] "versionbind" 400 -
[20/Sep/2024 04:14:22] code 400, message Bad HTTP/0.9 request type ('\x00')
[20/Sep/2024 04:14:22] " " 400 -
[20/Sep/2024 04:14:22] code 400, message Bad request syntax ('EHLO')
[20/Sep/2024 04:14:22] "EHLO" 400 -
[20/Sep/2024 04:14:22] code 400, message Bad request syntax ('HELP')
[20/Sep/2024 04:14:22] "HELP" 400 -
[20/Sep/2024 04:14:22] code 400, message Bad request syntax ('\x16\x03\x00\x00S\x01\x00\x00O\x03\x00?G×÷º,îê²`~ó\x00ý\x82{¹Õ\x96Èw\x9bæÄÛ<=Ûoï\x10n\x00\x00(\x00\x16\x00\x13\x00')
[20/Sep/2024 04:14:22] You're accessing the development server over HTTPS, but it only supports HTTP.
[20/Sep/2024 04:14:22] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[20/Sep/2024 04:14:22] "*%àCookie: mstshash=nmap" 400 -
[20/Sep/2024 04:14:23] code 400, message Bad request version ('\x00/\x00')
[20/Sep/2024 04:14:23] You're accessing the development server over HTTPS, but it only supports HTTP.
[20/Sep/2024 04:14:23] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[20/Sep/2024 04:14:23] "€žu fedcb:985432/" 400 -
[20/Sep/2024 04:14:23] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[20/Sep/2024 04:14:23] "qjn0¢" 400 -
[20/Sep/2024 04:14:28] code 400, message Bad request version ('0.12\x00')
[20/Sep/2024 04:14:28] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[20/Sep/2024 04:14:33] code 400, message Bad HTTP/0.9 request type ('l\x00')
[20/Sep/2024 04:14:33] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[20/Sep/2024 04:14:33] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[20/Sep/2024 04:14:34] code 400, message Bad request syntax ('\x01default')
[20/Sep/2024 04:14:34] "default" 400 -
[20/Sep/2024 04:14:34] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[20/Sep/2024 04:14:34] "0„-c„$" 400 -
[20/Sep/2024 04:14:39] code 400, message Bad HTTP/0.9 request type ('0')
[20/Sep/2024 04:14:39] "0 `€" 400 -
[20/Sep/2024 04:14:39] code 400, message Bad request version ('SIP/2.0')
[20/Sep/2024 04:14:39] "OPTIONS sip:nm SIP/2.0" 400 -
[20/Sep/2024 04:14:44] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[20/Sep/2024 04:14:44] "TNMPTNME" 400 -
[20/Sep/2024 04:14:49] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[20/Sep/2024 04:14:49] " à" 400 -
[20/Sep/2024 04:14:54] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[20/Sep/2024 04:14:54] "DmdTÿÿ" 400 -
[20/Sep/2024 04:14:59] code 400, message Bad HTTP/0.9 request type (':\x00\x00\x00/\x00\x00\x00\x02\x00\x00@\x02\x0f\x00\x01\x00=\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/\x00\x00\x00\x00\x00\x00\x00\x00\x00@')
[20/Sep/2024 04:14:59] ":/@=/@" 400 -
[20/Sep/2024 04:15:04] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[20/Sep/2024 04:15:04] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[20/Sep/2024 04:15:09] code 400, message Bad request syntax ('JRMI\x00\x02K')
[20/Sep/2024 04:15:09] "JRMIK" 400 -
[20/Sep/2024 04:15:14] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[20/Sep/2024 04:15:14] "" 400 -
[20/Sep/2024 04:15:14] code 400, message Bad request version ('>')
[20/Sep/2024 04:15:14] "< NTP/1.0 >" 400 -
[20/Sep/2024 04:15:19] code 400, message Bad request version ('\x00{\x000\x000\x000\x000\x00A\x00A\x000\x000\x00-\x000\x00A\x000\x000\x00-\x000\x000\x00a\x000\x00-\x00A\x00A\x000\x00A\x00-\x000\x000\x000\x000\x00A\x000\x00A\x00A\x000\x00A\x00A\x000\x00}\x00\x00\x00àmß_')
[20/Sep/2024 04:15:19] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[20/Sep/2024 04:15:24] code 400, message Bad HTTP/0.9 request type ('\x00Z\x00\x00\x01\x00\x00\x00\x016\x01,\x00\x00\x08\x00\x7fÿ\x7f\x08\x00\x00\x00\x01\x00')
[20/Sep/2024 04:15:24] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[20/Sep/2024 04:15:25] code 400, message Bad request syntax ('Subscribe')
[20/Sep/2024 04:15:25] "Subscribe" 400 -
[20/Sep/2024 04:15:25] code 400, message Bad request syntax ('Query')
[20/Sep/2024 04:15:25] "Query" 400 -
[20/Sep/2024 04:15:25] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[20/Sep/2024 04:15:25] "€" 400 -
[20/Sep/2024 04:15:30] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[20/Sep/2024 04:15:30] "root" 400 -
[20/Sep/2024 04:15:35] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[20/Sep/2024 04:15:35] "4 (ÿUMSSQLServerH" 400 -
[20/Sep/2024 04:15:35] code 400, message Bad request syntax ('HELP')
[20/Sep/2024 04:15:35] "HELP" 400 -
[20/Sep/2024 04:15:35] code 400, message Bad request syntax ('stats')
[20/Sep/2024 04:15:35] "stats" 400 -
[20/Sep/2024 04:15:36] code 400, message Bad request version ('\x06\x00\x00\x00\x00\x00\x08\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x02\x00\x00\x00')
[20/Sep/2024 04:15:36] "$ service_mgrscanner nmap " 400 -
[20/Sep/2024 04:15:41] code 400, message Bad request version ('\x00\x00\x00\x04')
[20/Sep/2024 04:15:41] "DB2DAS 9z " 400 -
[20/Sep/2024 04:15:46] code 400, message Bad request version ('\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00ÿ\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00ä\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f')
[20/Sep/2024 04:15:46] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[20/Sep/2024 04:15:51] code 400, message Bad request version ('1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
[20/Sep/2024 04:15:51] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[20/Sep/2024 04:15:51] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[20/Sep/2024 04:15:51] "<K ÿÿÿÿ" 400 -
[20/Sep/2024 04:15:51] code 400, message Bad request syntax ('\x124\x00\x01')
[20/Sep/2024 04:15:51] "4" 400 -
[20/Sep/2024 04:15:56] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[20/Sep/2024 04:15:56] "" 400 -
[20/Sep/2024 04:15:56] code 400, message Bad request syntax ('serverstatus')
[20/Sep/2024 04:15:56] "serverstatus" 400 -
[20/Sep/2024 04:16:01] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[20/Sep/2024 04:16:01] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[20/Sep/2024 04:16:02] code 400, message Bad request syntax ('#ST')
[20/Sep/2024 04:16:02] "#ST" 400 -
[20/Sep/2024 04:16:07] code 400, message Bad request version ('\x00\x00\x00\x03\x00\x05nmap\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00j\x00\x00\x00\x7f')
[20/Sep/2024 04:16:07] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[20/Sep/2024 04:16:12] code 400, message Bad request syntax ('\x002Ð\x01\x00\x01\x00,\x10A\x00\x04\x11^\x00\x04\x11m\x00\x04\x11Z\x00\x18\x14\x04\x14\x03\x00\x07$\x07\x00\x08$\x0f\x00\x08\x14@\x00\x08\x14t\x00\x08\x00\x04\x11G')
[20/Sep/2024 04:16:12] ",A^mZ$$@tG" 400 -
[20/Sep/2024 04:16:12] code 400, message Bad HTTP/0.9 request type ('TSH')
[20/Sep/2024 04:16:12] "TSH ì1¸ID " 400 -
Not Found: /server-info
[20/Sep/2024 04:16:12] "GET /server-info HTTP/1.1" 404 2261
[20/Sep/2024 04:16:22] code 400, message Bad request syntax ('A\x00\x00\x00:0\x00\x00ÿÿÿÿÔ\x07\x00\x00\x00\x00\x00\x00test.$cmd\x00\x00\x00\x00\x00ÿÿÿÿ\x1b\x00\x00\x00\x01serverStatus\x00\x00\x00\x00\x00\x00\x00ð?\x00')
[20/Sep/2024 04:16:22] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[20/Sep/2024 04:16:22] code 400, message Bad request syntax ('*1')
[20/Sep/2024 04:16:22] "*1" 400 -
[20/Sep/2024 04:16:27] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[20/Sep/2024 04:16:27] "" 400 -
[20/Sep/2024 04:16:27] code 400, message Bad HTTP/0.9 request type ('show')
[20/Sep/2024 04:16:27] "show info" 400 -
[20/Sep/2024 04:16:32] code 400, message Bad request syntax ('\x80\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15ðÑb\x00\x00\x00\x00\x00\x00\x00\x00')
[20/Sep/2024 04:16:32] "€ðÑb" 400 -
[20/Sep/2024 04:16:37] code 400, message Bad request syntax ('\x00\x01n')
[20/Sep/2024 04:16:37] "n" 400 -
[20/Sep/2024 04:16:42] code 400, message Bad request syntax ('vp3')
[20/Sep/2024 04:16:42] "vp3" 400 -
[20/Sep/2024 04:16:47] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[20/Sep/2024 04:16:47] "”ÍïÑa‘" 400 -
[20/Sep/2024 04:16:52] code 400, message Bad request syntax ('þ\x01')
[20/Sep/2024 04:16:52] "þ" 400 -
Not Found: /version
[20/Sep/2024 04:16:52] "GET /version HTTP/1.1" 404 2249
[20/Sep/2024 04:17:02] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[20/Sep/2024 04:17:02] "" 400 -
[20/Sep/2024 04:17:07] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[20/Sep/2024 04:17:07] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[20/Sep/2024 04:17:12] code 400, message Bad request syntax ('GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00abcdef\x00\x00\x04\x00\x00\x00get\x00\x00\x00\x00\x00')
[20/Sep/2024 04:17:12] "GIOP$abcdefget" 400 -
[20/Sep/2024 04:17:17] code 400, message Bad request syntax ('VERSION')
[20/Sep/2024 04:17:17] "VERSION" 400 -
[20/Sep/2024 04:17:22] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[20/Sep/2024 04:17:22] "CNXN2¼±§±host::" 400 -
[20/Sep/2024 04:17:27] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[20/Sep/2024 04:17:27] " {"code":106}" 400 -
[20/Sep/2024 04:17:32] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[20/Sep/2024 04:17:32] " ImYorDad0u" 400 -
[20/Sep/2024 04:17:37] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[20/Sep/2024 04:17:37] "ÚÚ M" 400 -
[20/Sep/2024 04:17:48] code 400, message Bad request syntax ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03[CÃ4\x95E\x92\x92ý,\x97&õ\x8e2VtÀ;')
[20/Sep/2024 04:17:48] You're accessing the development server over HTTPS, but it only supports HTTP.
[20/Sep/2024 04:18:19] code 400, message Bad HTTP/0.9 request type ('\x80\x00\x00(!é+\x11\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86')
[20/Sep/2024 04:18:19] "€(!é+† " 400 -
[20/Sep/2024 12:40:18] code 400, message Bad request version ('Å&%?\x87\x7f¨ÂØÖY')
[20/Sep/2024 12:40:18] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[20/Sep/2024 12:40:18] "GET / HTTP/1.1" 404 2194
[20/Sep/2024 12:40:18,489] - Broken pipe from ('101.133.138.230', 38992)
Not Found: /
[20/Sep/2024 13:36:38] "GET / HTTP/1.0" 404 2210
[20/Sep/2024 14:17:44] code 400, message Bad request version ("\x1a\x8d\x15\x19·3¬üíÑý\x01í\x168û\x8b\x84\x904\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[20/Sep/2024 14:17:44] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[20/Sep/2024 14:17:44] "GET / HTTP/1.1" 404 2194
[20/Sep/2024 17:25:10] code 400, message Bad request syntax ('\x04\x01\x00\x194e)\x19\x00')
[20/Sep/2024 17:25:10] "4e)" 400 -
[20/Sep/2024 17:26:10] code 400, message Bad request syntax ('\x05\x01\x00')
[20/Sep/2024 17:26:10] "" 400 -
Not Found: /hotmail-com.olc.protection.outlook.com:25
[20/Sep/2024 17:26:10] "CONNECT hotmail-com.olc.protection.outlook.com:25 HTTP/1.1" 404 1899
[20/Sep/2024 19:10:09] code 400, message Bad request syntax ('\x04\x01\x00PPBS0\x00')
[20/Sep/2024 19:10:09] "PPBS0" 400 -
[20/Sep/2024 19:11:10] code 400, message Bad request syntax ('\x05\x01\x00')
[20/Sep/2024 19:11:10] "" 400 -
Not Found: /80.66.83.48:80
[20/Sep/2024 19:11:10] "CONNECT 80.66.83.48:80 HTTP/1.1" 404 1791
Not Found: /
[20/Sep/2024 23:21:03] "GET / HTTP/1.0" 404 2210
Not Found: /
[21/Sep/2024 02:59:17] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[21/Sep/2024 02:59:17] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[21/Sep/2024 02:59:17] "GET /admin/ HTTP/1.1" 302 0
[21/Sep/2024 02:59:17] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[21/Sep/2024 02:59:17] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[21/Sep/2024 02:59:17] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[21/Sep/2024 02:59:17] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[21/Sep/2024 02:59:17] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[21/Sep/2024 02:59:17] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[21/Sep/2024 02:59:17] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[21/Sep/2024 02:59:17] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[21/Sep/2024 02:59:17] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[21/Sep/2024 02:59:17] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[21/Sep/2024 02:59:18] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[21/Sep/2024 02:59:18] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[21/Sep/2024 02:59:18] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[21/Sep/2024 02:59:18] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[21/Sep/2024 02:59:18] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[21/Sep/2024 13:05:12] "GET / HTTP/1.0" 404 2210
Not Found: /
[22/Sep/2024 00:16:28] "GET / HTTP/1.0" 404 2210
Not Found: /
[22/Sep/2024 13:22:02] "GET / HTTP/1.0" 404 2210
Not Found: /
[23/Sep/2024 02:45:57] "GET / HTTP/1.0" 404 2210
Not Found: /
[23/Sep/2024 12:41:21] "GET / HTTP/1.0" 404 2210
Not Found: /
[23/Sep/2024 15:24:28] "GET / HTTP/1.0" 404 2210
Not Found: /
[23/Sep/2024 15:24:34] "OPTIONS / HTTP/1.0" 404 2214
[23/Sep/2024 15:24:37] code 400, message Bad request version ('RTSP/1.0')
[23/Sep/2024 15:24:37] "OPTIONS / RTSP/1.0" 400 -
[23/Sep/2024 15:24:48] code 400, message Bad request version ('\x00\x01\x97|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
[23/Sep/2024 15:24:48] "€(rþ† —|" 400 -
[23/Sep/2024 15:24:54] code 400, message Bad HTTP/0.9 request type ('\x00')
[23/Sep/2024 15:24:54] "versionbind" 400 -
[23/Sep/2024 15:24:59] code 400, message Bad HTTP/0.9 request type ('\x00')
[23/Sep/2024 15:24:59] " " 400 -
[23/Sep/2024 15:24:59] code 400, message Bad request syntax ('EHLO')
[23/Sep/2024 15:24:59] "EHLO" 400 -
[23/Sep/2024 15:24:59] code 400, message Bad request syntax ('HELP')
[23/Sep/2024 15:24:59] "HELP" 400 -
[23/Sep/2024 15:25:00] code 400, message Bad request syntax ('\x16\x03\x00\x00S\x01\x00\x00O\x03\x00?G×÷º,îê²`~ó\x00ý\x82{¹Õ\x96Èw\x9bæÄÛ<=Ûoï\x10n\x00\x00(\x00\x16\x00\x13\x00')
[23/Sep/2024 15:25:00] You're accessing the development server over HTTPS, but it only supports HTTP.
[23/Sep/2024 15:25:00] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[23/Sep/2024 15:25:00] "*%àCookie: mstshash=nmap" 400 -
[23/Sep/2024 15:25:01] code 400, message Bad request version ('\x00/\x00')
[23/Sep/2024 15:25:01] You're accessing the development server over HTTPS, but it only supports HTTP.
[23/Sep/2024 15:25:01] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[23/Sep/2024 15:25:01] "€žu fedcb:985432/" 400 -
[23/Sep/2024 15:25:02] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[23/Sep/2024 15:25:02] "qjn0¢" 400 -
[23/Sep/2024 15:25:07] code 400, message Bad request version ('0.12\x00')
[23/Sep/2024 15:25:07] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[23/Sep/2024 15:25:12] code 400, message Bad HTTP/0.9 request type ('l\x00')
[23/Sep/2024 15:25:12] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[23/Sep/2024 15:25:12] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[23/Sep/2024 15:25:13] code 400, message Bad request syntax ('\x01default')
[23/Sep/2024 15:25:13] "default" 400 -
[23/Sep/2024 15:25:13] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[23/Sep/2024 15:25:13] "0„-c„$" 400 -
[23/Sep/2024 15:25:18] code 400, message Bad HTTP/0.9 request type ('0')
[23/Sep/2024 15:25:18] "0 `€" 400 -
[23/Sep/2024 15:25:18] code 400, message Bad request version ('SIP/2.0')
[23/Sep/2024 15:25:18] "OPTIONS sip:nm SIP/2.0" 400 -
[23/Sep/2024 15:25:24] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[23/Sep/2024 15:25:24] "TNMPTNME" 400 -
[23/Sep/2024 15:25:29] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[23/Sep/2024 15:25:29] " à" 400 -
[23/Sep/2024 15:25:34] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[23/Sep/2024 15:25:34] "DmdTÿÿ" 400 -
[23/Sep/2024 15:25:39] code 400, message Bad HTTP/0.9 request type (':\x00\x00\x00/\x00\x00\x00\x02\x00\x00@\x02\x0f\x00\x01\x00=\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/\x00\x00\x00\x00\x00\x00\x00\x00\x00@')
[23/Sep/2024 15:25:39] ":/@=/@" 400 -
[23/Sep/2024 15:25:44] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[23/Sep/2024 15:25:44] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[23/Sep/2024 15:25:49] code 400, message Bad request syntax ('JRMI\x00\x02K')
[23/Sep/2024 15:25:49] "JRMIK" 400 -
[23/Sep/2024 15:25:54] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[23/Sep/2024 15:25:54] "" 400 -
[23/Sep/2024 15:25:54] code 400, message Bad request version ('>')
[23/Sep/2024 15:25:54] "< NTP/1.0 >" 400 -
[23/Sep/2024 15:25:59] code 400, message Bad request version ('\x00{\x000\x000\x000\x000\x00A\x00A\x000\x000\x00-\x000\x00A\x000\x000\x00-\x000\x000\x00a\x000\x00-\x00A\x00A\x000\x00A\x00-\x000\x000\x000\x000\x00A\x000\x00A\x00A\x000\x00A\x00A\x000\x00}\x00\x00\x00àmß_')
[23/Sep/2024 15:25:59] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[23/Sep/2024 15:26:04] code 400, message Bad HTTP/0.9 request type ('\x00Z\x00\x00\x01\x00\x00\x00\x016\x01,\x00\x00\x08\x00\x7fÿ\x7f\x08\x00\x00\x00\x01\x00')
[23/Sep/2024 15:26:04] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[23/Sep/2024 15:26:04] code 400, message Bad request syntax ('Subscribe')
[23/Sep/2024 15:26:04] "Subscribe" 400 -
[23/Sep/2024 15:26:04] code 400, message Bad request syntax ('Query')
[23/Sep/2024 15:26:04] "Query" 400 -
[23/Sep/2024 15:26:05] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[23/Sep/2024 15:26:05] "€" 400 -
[23/Sep/2024 15:26:10] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[23/Sep/2024 15:26:10] "root" 400 -
[23/Sep/2024 15:26:15] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[23/Sep/2024 15:26:15] "4 (ÿUMSSQLServerH" 400 -
[23/Sep/2024 15:26:15] code 400, message Bad request syntax ('HELP')
[23/Sep/2024 15:26:15] "HELP" 400 -
[23/Sep/2024 15:26:15] code 400, message Bad request syntax ('stats')
[23/Sep/2024 15:26:15] "stats" 400 -
[23/Sep/2024 15:26:15] code 400, message Bad request version ('\x06\x00\x00\x00\x00\x00\x08\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x02\x00\x00\x00')
[23/Sep/2024 15:26:15] "$ service_mgrscanner nmap " 400 -
[23/Sep/2024 15:26:20] code 400, message Bad request version ('\x00\x00\x00\x04')
[23/Sep/2024 15:26:20] "DB2DAS 9z " 400 -
[23/Sep/2024 15:26:25] code 400, message Bad request version ('\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00ÿ\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00ä\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f')
[23/Sep/2024 15:26:25] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[23/Sep/2024 15:26:30] code 400, message Bad request version ('1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
[23/Sep/2024 15:26:30] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[23/Sep/2024 15:26:30] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[23/Sep/2024 15:26:30] "<K ÿÿÿÿ" 400 -
[23/Sep/2024 15:26:31] code 400, message Bad request syntax ('\x124\x00\x01')
[23/Sep/2024 15:26:31] "4" 400 -
[23/Sep/2024 15:26:36] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[23/Sep/2024 15:26:36] "" 400 -
[23/Sep/2024 15:26:36] code 400, message Bad request syntax ('serverstatus')
[23/Sep/2024 15:26:36] "serverstatus" 400 -
[23/Sep/2024 15:26:41] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[23/Sep/2024 15:26:41] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[23/Sep/2024 15:26:41] code 400, message Bad request syntax ('#ST')
[23/Sep/2024 15:26:41] "#ST" 400 -
[23/Sep/2024 15:26:46] code 400, message Bad request version ('\x00\x00\x00\x03\x00\x05nmap\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00j\x00\x00\x00\x7f')
[23/Sep/2024 15:26:46] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[23/Sep/2024 15:26:51] code 400, message Bad request syntax ('\x002Ð\x01\x00\x01\x00,\x10A\x00\x04\x11^\x00\x04\x11m\x00\x04\x11Z\x00\x18\x14\x04\x14\x03\x00\x07$\x07\x00\x08$\x0f\x00\x08\x14@\x00\x08\x14t\x00\x08\x00\x04\x11G')
[23/Sep/2024 15:26:51] ",A^mZ$$@tG" 400 -
[23/Sep/2024 15:26:51] code 400, message Bad HTTP/0.9 request type ('TSH')
[23/Sep/2024 15:26:51] "TSH ì1¸ID " 400 -
Not Found: /server-info
[23/Sep/2024 15:26:52] "GET /server-info HTTP/1.1" 404 2261
[23/Sep/2024 15:27:01] code 400, message Bad request syntax ('A\x00\x00\x00:0\x00\x00ÿÿÿÿÔ\x07\x00\x00\x00\x00\x00\x00test.$cmd\x00\x00\x00\x00\x00ÿÿÿÿ\x1b\x00\x00\x00\x01serverStatus\x00\x00\x00\x00\x00\x00\x00ð?\x00')
[23/Sep/2024 15:27:01] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[23/Sep/2024 15:27:02] code 400, message Bad request syntax ('*1')
[23/Sep/2024 15:27:02] "*1" 400 -
[23/Sep/2024 15:27:07] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[23/Sep/2024 15:27:07] "" 400 -
[23/Sep/2024 15:27:07] code 400, message Bad HTTP/0.9 request type ('show')
[23/Sep/2024 15:27:07] "show info" 400 -
[23/Sep/2024 15:27:12] code 400, message Bad request syntax ('\x80\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15ðÑb\x00\x00\x00\x00\x00\x00\x00\x00')
[23/Sep/2024 15:27:12] "€ðÑb" 400 -
[23/Sep/2024 15:27:17] code 400, message Bad request syntax ('\x00\x01n')
[23/Sep/2024 15:27:17] "n" 400 -
[23/Sep/2024 15:27:22] code 400, message Bad request syntax ('vp3')
[23/Sep/2024 15:27:22] "vp3" 400 -
[23/Sep/2024 15:27:27] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[23/Sep/2024 15:27:27] "”ÍïÑa‘" 400 -
[23/Sep/2024 15:27:32] code 400, message Bad request syntax ('þ\x01')
[23/Sep/2024 15:27:32] "þ" 400 -
Not Found: /version
[23/Sep/2024 15:27:32] "GET /version HTTP/1.1" 404 2249
[23/Sep/2024 15:27:42] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[23/Sep/2024 15:27:42] "" 400 -
[23/Sep/2024 15:27:47] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[23/Sep/2024 15:27:47] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[23/Sep/2024 15:27:52] code 400, message Bad request syntax ('GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00abcdef\x00\x00\x04\x00\x00\x00get\x00\x00\x00\x00\x00')
[23/Sep/2024 15:27:52] "GIOP$abcdefget" 400 -
[23/Sep/2024 15:27:57] code 400, message Bad request syntax ('VERSION')
[23/Sep/2024 15:27:57] "VERSION" 400 -
[23/Sep/2024 15:28:02] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[23/Sep/2024 15:28:02] "CNXN2¼±§±host::" 400 -
[23/Sep/2024 15:28:07] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[23/Sep/2024 15:28:07] " {"code":106}" 400 -
[23/Sep/2024 15:28:12] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[23/Sep/2024 15:28:12] " ImYorDad0u" 400 -
[23/Sep/2024 15:28:17] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[23/Sep/2024 15:28:17] "ÚÚ M" 400 -
[23/Sep/2024 15:28:28] code 400, message Bad request version ('ÓÏ\x9cÐ')
[23/Sep/2024 15:28:28] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[23/Sep/2024 15:28:38] "GET / HTTP/1.0" 404 2210
[23/Sep/2024 15:29:08] code 400, message Bad HTTP/0.9 request type ('\x80\x00\x00(\x13\x08C\x99\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86')
[23/Sep/2024 15:29:08] "€(C™† " 400 -
[23/Sep/2024 23:37:01] code 400, message Bad request version ('`\x16')
[23/Sep/2024 23:37:01] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[23/Sep/2024 23:37:01] "GET / HTTP/1.1" 404 2194
Not Found: /
[24/Sep/2024 00:39:47] "GET / HTTP/1.0" 404 2210
[24/Sep/2024 01:27:07] code 400, message Bad request version ("|ëñ\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[24/Sep/2024 01:27:07] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[24/Sep/2024 01:27:07] "GET / HTTP/1.1" 404 2194
Not Found: /
[24/Sep/2024 13:09:07] "GET / HTTP/1.0" 404 2210
Not Found: /
[25/Sep/2024 00:18:42] "GET / HTTP/1.0" 404 2210
[25/Sep/2024 04:13:44,440] - Broken pipe from ('101.251.238.171', 37141)
[25/Sep/2024 04:13:46] code 400, message Bad request version ("\x95»À®\x82ê±\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[25/Sep/2024 04:13:46] You're accessing the development server over HTTPS, but it only supports HTTP.
[25/Sep/2024 04:14:38,302] - Broken pipe from ('101.251.238.171', 50097)
[25/Sep/2024 04:14:44] code 400, message Bad request version ("dÏ\x7fÄ\x8bueÆÄÍ\x87MõC½ÇL,ÝÂ¥SEÂD/\x03î\x9c6\x93à\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[25/Sep/2024 04:14:44] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[25/Sep/2024 04:15:05] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Sep/2024 04:15:42] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Sep/2024 04:15:59] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[25/Sep/2024 04:16:24] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[25/Sep/2024 04:16:39] "GET /favicon.ico HTTP/1.1" 404 2251
[25/Sep/2024 04:16:51,173] - Broken pipe from ('101.251.238.171', 51231)
Not Found: /
[25/Sep/2024 07:00:45] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Sep/2024 13:04:27] "GET / HTTP/1.0" 404 2210
[25/Sep/2024 16:15:37] code 400, message Bad request syntax ('SSH-2.0-Go')
[25/Sep/2024 16:15:37] "SSH-2.0-Go" 400 -
[25/Sep/2024 21:11:54] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.zero_code_model' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.project_table' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.file_table' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'dependency.re_table_df3e94' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
[25/Sep/2024 21:11:54] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 70
Not Found: /
[26/Sep/2024 01:10:02] "GET / HTTP/1.0" 404 2210
Not Found: /AZoR
[26/Sep/2024 09:40:51] "GET /AZoR HTTP/1.1" 404 2230
Not Found: /1dYo
[26/Sep/2024 09:40:52] "GET /1dYo HTTP/1.1" 404 2230
Not Found: /aab8
[26/Sep/2024 09:40:53] "GET /aab8 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.1.slim.min.js
[26/Sep/2024 09:40:53] "GET /jquery-3.3.1.slim.min.js HTTP/1.1" 404 2290
Not Found: /aab9
[26/Sep/2024 09:40:54] "GET /aab9 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.2.slim.min.js
[26/Sep/2024 09:40:54] "GET /jquery-3.3.2.slim.min.js HTTP/1.1" 404 2290
Not Found: /
[26/Sep/2024 13:38:14] "GET / HTTP/1.0" 404 2210
Not Found: /
[27/Sep/2024 00:46:17] "GET / HTTP/1.0" 404 2210
Not Found: /
[27/Sep/2024 02:59:51] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[27/Sep/2024 02:59:51] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[27/Sep/2024 02:59:52] "GET /admin/ HTTP/1.1" 302 0
[27/Sep/2024 02:59:52] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[27/Sep/2024 02:59:52] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[27/Sep/2024 02:59:52] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[27/Sep/2024 02:59:52] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[27/Sep/2024 02:59:52] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[27/Sep/2024 02:59:52] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[27/Sep/2024 02:59:52] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[27/Sep/2024 02:59:52] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[27/Sep/2024 02:59:52] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[27/Sep/2024 02:59:52] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[27/Sep/2024 02:59:52] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[27/Sep/2024 02:59:52] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[27/Sep/2024 02:59:52] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[27/Sep/2024 02:59:52] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[27/Sep/2024 02:59:52] "GET /wcm/ HTTP/1.1" 404 2230
[27/Sep/2024 08:53:41] code 400, message Bad request syntax ('SSH-2.0-OpenSSH')
[27/Sep/2024 08:53:41] "SSH-2.0-OpenSSH" 400 -
Not Found: /
[27/Sep/2024 13:04:44] "GET / HTTP/1.0" 404 2210
Not Found: /
[28/Sep/2024 00:25:09] "GET / HTTP/1.0" 404 2210
Not Found: /
[28/Sep/2024 02:58:23] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[28/Sep/2024 02:58:23] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[28/Sep/2024 02:58:23] "GET /admin/ HTTP/1.1" 302 0
[28/Sep/2024 02:58:23] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[28/Sep/2024 02:58:23] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[28/Sep/2024 02:58:23] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[28/Sep/2024 02:58:23] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[28/Sep/2024 02:58:23] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[28/Sep/2024 02:58:23] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[28/Sep/2024 02:58:23] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[28/Sep/2024 02:58:23] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[28/Sep/2024 02:58:23] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[28/Sep/2024 02:58:23] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[28/Sep/2024 02:58:23] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[28/Sep/2024 02:58:23] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[28/Sep/2024 02:58:23] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[28/Sep/2024 02:58:23] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[28/Sep/2024 02:58:23] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[28/Sep/2024 13:50:17] "GET / HTTP/1.0" 404 2210
[28/Sep/2024 22:29:35] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[28/Sep/2024 22:29:35] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[28/Sep/2024 23:49:47] "GET / HTTP/1.0" 404 2210
Not Found: /
[29/Sep/2024 11:55:27] "GET / HTTP/1.0" 404 2210
Not Found: /
[29/Sep/2024 23:14:42] "GET / HTTP/1.0" 404 2210
Not Found: /
[30/Sep/2024 13:16:14] "GET / HTTP/1.0" 404 2210
Not Found: /
[30/Sep/2024 23:21:13] "GET / HTTP/1.0" 404 2210
[01/Oct/2024 06:36:52] code 400, message Bad request syntax ('\x04\x01\x00\x194e')
[01/Oct/2024 06:36:52] "4e" 400 -
[01/Oct/2024 06:37:52] code 400, message Bad request syntax ('\x05\x01\x00')
[01/Oct/2024 06:37:52] "" 400 -
Not Found: /hotmail-com.olc.protection.outlook.com:25
[01/Oct/2024 06:37:53] "CONNECT hotmail-com.olc.protection.outlook.com:25 HTTP/1.1" 404 1899
[01/Oct/2024 08:28:47] code 400, message Bad request syntax ('\x04\x01\x00PPBS0\x00')
[01/Oct/2024 08:28:47] "PPBS0" 400 -
[01/Oct/2024 08:29:47] code 400, message Bad request syntax ('\x05\x01\x00')
[01/Oct/2024 08:29:47] "" 400 -
Not Found: /80.66.83.48:80
[01/Oct/2024 08:29:47] "CONNECT 80.66.83.48:80 HTTP/1.1" 404 1791
Not Found: /
[01/Oct/2024 12:36:38] "GET / HTTP/1.0" 404 2210
[01/Oct/2024 17:15:59] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[01/Oct/2024 17:15:59] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 70
Not Found: /
[01/Oct/2024 19:04:51] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Oct/2024 23:33:14] "GET / HTTP/1.0" 404 2210
Not Found: /
[02/Oct/2024 02:31:01] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[02/Oct/2024 02:31:01] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[02/Oct/2024 02:31:01] "GET /admin/ HTTP/1.1" 302 0
[02/Oct/2024 02:31:01] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[02/Oct/2024 02:31:01] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[02/Oct/2024 02:31:01] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[02/Oct/2024 02:31:01] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[02/Oct/2024 02:31:01] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[02/Oct/2024 02:31:01] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[02/Oct/2024 02:31:01] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[02/Oct/2024 02:31:01] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[02/Oct/2024 02:31:01] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[02/Oct/2024 02:31:01] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[02/Oct/2024 02:31:02] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[02/Oct/2024 02:31:02] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[02/Oct/2024 02:31:02] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[02/Oct/2024 02:31:02] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[02/Oct/2024 02:31:02] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[02/Oct/2024 13:56:17] "GET / HTTP/1.0" 404 2210
Not Found: /
[02/Oct/2024 23:37:55] "GET / HTTP/1.0" 404 2210
[03/Oct/2024 05:39:50,045] - Broken pipe from ('79.124.58.234', 64564)
Not Found: /
[03/Oct/2024 12:31:22] "GET / HTTP/1.0" 404 2210
[03/Oct/2024 19:46:27] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[03/Oct/2024 19:46:27] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 70
Not Found: /
[03/Oct/2024 21:49:02] "GET / HTTP/1.1" 404 2200
Not Found: /
[04/Oct/2024 00:56:56] "GET / HTTP/1.0" 404 2210
Not Found: /
[04/Oct/2024 02:45:55] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[04/Oct/2024 02:45:55] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[04/Oct/2024 02:45:55] "GET /admin/ HTTP/1.1" 302 0
[04/Oct/2024 02:45:55] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[04/Oct/2024 02:45:55] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[04/Oct/2024 02:45:55] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[04/Oct/2024 02:45:55] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[04/Oct/2024 02:45:55] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[04/Oct/2024 02:45:55] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[04/Oct/2024 02:45:55] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[04/Oct/2024 02:45:55] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[04/Oct/2024 02:45:55] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[04/Oct/2024 02:45:55] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[04/Oct/2024 02:45:55] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[04/Oct/2024 02:45:55] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[04/Oct/2024 02:45:56] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[04/Oct/2024 02:45:56] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[04/Oct/2024 02:45:56] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[04/Oct/2024 13:23:52] "GET / HTTP/1.0" 404 2210
Not Found: /
[05/Oct/2024 01:27:02] "GET / HTTP/1.0" 404 2210
Not Found: /
[05/Oct/2024 02:48:24] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[05/Oct/2024 02:48:24] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[05/Oct/2024 02:48:24] "GET /admin/ HTTP/1.1" 302 0
[05/Oct/2024 02:48:24] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[05/Oct/2024 02:48:24] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[05/Oct/2024 02:48:24] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[05/Oct/2024 02:48:24] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[05/Oct/2024 02:48:24] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[05/Oct/2024 02:48:24] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[05/Oct/2024 02:48:24] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[05/Oct/2024 02:48:24] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[05/Oct/2024 02:48:24] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[05/Oct/2024 02:48:24] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[05/Oct/2024 02:48:25] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[05/Oct/2024 02:48:25] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[05/Oct/2024 02:48:25] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[05/Oct/2024 02:48:25] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[05/Oct/2024 02:48:25] "GET /wcm/ HTTP/1.1" 404 2230
[05/Oct/2024 08:07:26,169] - Broken pipe from ('141.98.83.233', 65405)
[05/Oct/2024 12:45:10] code 400, message Bad request version ('À\x13À')
[05/Oct/2024 12:45:10] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[05/Oct/2024 12:45:20] "GET / HTTP/1.1" 404 2200
[05/Oct/2024 12:45:20,601] - Broken pipe from ('111.7.96.149', 16882)
Not Found: /
[05/Oct/2024 12:48:06] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Oct/2024 13:42:28] "GET / HTTP/1.0" 404 2210
[05/Oct/2024 14:40:52] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[05/Oct/2024 14:40:52] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 70
[05/Oct/2024 23:49:38,091] - Broken pipe from ('141.98.83.233', 64936)
Not Found: /
[06/Oct/2024 00:48:18] "GET / HTTP/1.0" 404 2210
Not Found: /
[06/Oct/2024 13:59:03] "GET / HTTP/1.0" 404 2210
Not Found: /
[07/Oct/2024 00:42:52] "GET / HTTP/1.0" 404 2210
Not Found: /
[07/Oct/2024 01:24:36] "GET / HTTP/1.0" 404 2210
Not Found: /
[07/Oct/2024 01:24:37] "OPTIONS / HTTP/1.0" 404 2214
[07/Oct/2024 01:24:37] code 400, message Bad request version ('RTSP/1.0')
[07/Oct/2024 01:24:37] "OPTIONS / RTSP/1.0" 400 -
[07/Oct/2024 01:24:42] code 400, message Bad request version ('\x00\x01\x97|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
[07/Oct/2024 01:24:42] "€(rþ† —|" 400 -
[07/Oct/2024 01:24:47] code 400, message Bad HTTP/0.9 request type ('\x00')
[07/Oct/2024 01:24:47] "versionbind" 400 -
[07/Oct/2024 01:24:52] code 400, message Bad HTTP/0.9 request type ('\x00')
[07/Oct/2024 01:24:52] " " 400 -
[07/Oct/2024 01:24:53] code 400, message Bad request syntax ('EHLO')
[07/Oct/2024 01:24:53] "EHLO" 400 -
[07/Oct/2024 01:24:53] code 400, message Bad request syntax ('HELP')
[07/Oct/2024 01:24:53] "HELP" 400 -
[07/Oct/2024 01:24:53] code 400, message Bad request syntax ('\x16\x03\x00\x00S\x01\x00\x00O\x03\x00?G×÷º,îê²`~ó\x00ý\x82{¹Õ\x96Èw\x9bæÄÛ<=Ûoï\x10n\x00\x00(\x00\x16\x00\x13\x00')
[07/Oct/2024 01:24:53] You're accessing the development server over HTTPS, but it only supports HTTP.
[07/Oct/2024 01:24:53] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[07/Oct/2024 01:24:53] "*%àCookie: mstshash=nmap" 400 -
[07/Oct/2024 01:24:54] code 400, message Bad request version ('\x00/\x00')
[07/Oct/2024 01:24:54] You're accessing the development server over HTTPS, but it only supports HTTP.
[07/Oct/2024 01:24:54] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[07/Oct/2024 01:24:54] "€žu fedcb:985432/" 400 -
[07/Oct/2024 01:24:54] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[07/Oct/2024 01:24:54] "qjn0¢" 400 -
[07/Oct/2024 01:24:59] code 400, message Bad request version ('0.12\x00')
[07/Oct/2024 01:24:59] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[07/Oct/2024 01:25:04] code 400, message Bad HTTP/0.9 request type ('l\x00')
[07/Oct/2024 01:25:04] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[07/Oct/2024 01:25:05] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[07/Oct/2024 01:25:05] code 400, message Bad request syntax ('\x01default')
[07/Oct/2024 01:25:05] "default" 400 -
[07/Oct/2024 01:25:05] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[07/Oct/2024 01:25:05] "0„-c„$" 400 -
[07/Oct/2024 01:25:10] code 400, message Bad HTTP/0.9 request type ('0')
[07/Oct/2024 01:25:10] "0 `€" 400 -
[07/Oct/2024 01:25:10] code 400, message Bad request version ('SIP/2.0')
[07/Oct/2024 01:25:10] "OPTIONS sip:nm SIP/2.0" 400 -
[07/Oct/2024 01:25:15] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[07/Oct/2024 01:25:15] "TNMPTNME" 400 -
[07/Oct/2024 01:25:20] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[07/Oct/2024 01:25:20] " à" 400 -
[07/Oct/2024 01:25:25] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[07/Oct/2024 01:25:25] "DmdTÿÿ" 400 -
[07/Oct/2024 01:25:31] code 400, message Bad HTTP/0.9 request type (':\x00\x00\x00/\x00\x00\x00\x02\x00\x00@\x02\x0f\x00\x01\x00=\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/\x00\x00\x00\x00\x00\x00\x00\x00\x00@')
[07/Oct/2024 01:25:31] ":/@=/@" 400 -
[07/Oct/2024 01:25:36] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[07/Oct/2024 01:25:36] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[07/Oct/2024 01:25:41] code 400, message Bad request syntax ('JRMI\x00\x02K')
[07/Oct/2024 01:25:41] "JRMIK" 400 -
[07/Oct/2024 01:25:46] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[07/Oct/2024 01:25:46] "" 400 -
[07/Oct/2024 01:25:46] code 400, message Bad request version ('>')
[07/Oct/2024 01:25:46] "< NTP/1.0 >" 400 -
[07/Oct/2024 01:25:51] code 400, message Bad request version ('\x00{\x000\x000\x000\x000\x00A\x00A\x000\x000\x00-\x000\x00A\x000\x000\x00-\x000\x000\x00a\x000\x00-\x00A\x00A\x000\x00A\x00-\x000\x000\x000\x000\x00A\x000\x00A\x00A\x000\x00A\x00A\x000\x00}\x00\x00\x00àmß_')
[07/Oct/2024 01:25:51] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[07/Oct/2024 01:25:56] code 400, message Bad HTTP/0.9 request type ('\x00Z\x00\x00\x01\x00\x00\x00\x016\x01,\x00\x00\x08\x00\x7fÿ\x7f\x08\x00\x00\x00\x01\x00')
[07/Oct/2024 01:25:56] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[07/Oct/2024 01:25:56] code 400, message Bad request syntax ('Subscribe')
[07/Oct/2024 01:25:56] "Subscribe" 400 -
[07/Oct/2024 01:25:56] code 400, message Bad request syntax ('Query')
[07/Oct/2024 01:25:56] "Query" 400 -
[07/Oct/2024 01:25:57] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[07/Oct/2024 01:25:57] "€" 400 -
[07/Oct/2024 01:26:02] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[07/Oct/2024 01:26:02] "root" 400 -
[07/Oct/2024 01:26:07] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[07/Oct/2024 01:26:07] "4 (ÿUMSSQLServerH" 400 -
[07/Oct/2024 01:26:07] code 400, message Bad request syntax ('HELP')
[07/Oct/2024 01:26:07] "HELP" 400 -
[07/Oct/2024 01:26:07] code 400, message Bad request syntax ('stats')
[07/Oct/2024 01:26:07] "stats" 400 -
[07/Oct/2024 01:26:08] code 400, message Bad request version ('\x06\x00\x00\x00\x00\x00\x08\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x02\x00\x00\x00')
[07/Oct/2024 01:26:08] "$ service_mgrscanner nmap " 400 -
[07/Oct/2024 01:26:13] code 400, message Bad request version ('\x00\x00\x00\x04')
[07/Oct/2024 01:26:13] "DB2DAS 9z " 400 -
[07/Oct/2024 01:26:18] code 400, message Bad request version ('\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00ÿ\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00ä\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f')
[07/Oct/2024 01:26:18] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[07/Oct/2024 01:26:23] code 400, message Bad request version ('1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
[07/Oct/2024 01:26:23] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[07/Oct/2024 01:26:23] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[07/Oct/2024 01:26:23] "<K ÿÿÿÿ" 400 -
[07/Oct/2024 01:26:23] code 400, message Bad request syntax ('\x124\x00\x01')
[07/Oct/2024 01:26:23] "4" 400 -
[07/Oct/2024 01:26:28] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[07/Oct/2024 01:26:28] "" 400 -
[07/Oct/2024 01:26:29] code 400, message Bad request syntax ('serverstatus')
[07/Oct/2024 01:26:29] "serverstatus" 400 -
[07/Oct/2024 01:26:34] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[07/Oct/2024 01:26:34] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[07/Oct/2024 01:26:34] code 400, message Bad request syntax ('#ST')
[07/Oct/2024 01:26:34] "#ST" 400 -
[07/Oct/2024 01:26:39] code 400, message Bad request version ('\x00\x00\x00\x03\x00\x05nmap\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00j\x00\x00\x00\x7f')
[07/Oct/2024 01:26:39] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[07/Oct/2024 01:26:44] code 400, message Bad request syntax ('\x002Ð\x01\x00\x01\x00,\x10A\x00\x04\x11^\x00\x04\x11m\x00\x04\x11Z\x00\x18\x14\x04\x14\x03\x00\x07$\x07\x00\x08$\x0f\x00\x08\x14@\x00\x08\x14t\x00\x08\x00\x04\x11G')
[07/Oct/2024 01:26:44] ",A^mZ$$@tG" 400 -
[07/Oct/2024 01:26:44] code 400, message Bad HTTP/0.9 request type ('TSH')
[07/Oct/2024 01:26:44] "TSH ì1¸ID " 400 -
Not Found: /server-info
[07/Oct/2024 01:26:45] "GET /server-info HTTP/1.1" 404 2261
[07/Oct/2024 01:26:54] code 400, message Bad request syntax ('A\x00\x00\x00:0\x00\x00ÿÿÿÿÔ\x07\x00\x00\x00\x00\x00\x00test.$cmd\x00\x00\x00\x00\x00ÿÿÿÿ\x1b\x00\x00\x00\x01serverStatus\x00\x00\x00\x00\x00\x00\x00ð?\x00')
[07/Oct/2024 01:26:54] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[07/Oct/2024 01:26:55] code 400, message Bad request syntax ('*1')
[07/Oct/2024 01:26:55] "*1" 400 -
[07/Oct/2024 01:27:00] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[07/Oct/2024 01:27:00] "" 400 -
[07/Oct/2024 01:27:00] code 400, message Bad HTTP/0.9 request type ('show')
[07/Oct/2024 01:27:00] "show info" 400 -
[07/Oct/2024 01:27:05] code 400, message Bad request syntax ('\x80\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15ðÑb\x00\x00\x00\x00\x00\x00\x00\x00')
[07/Oct/2024 01:27:05] "€ðÑb" 400 -
[07/Oct/2024 01:27:10] code 400, message Bad request syntax ('\x00\x01n')
[07/Oct/2024 01:27:10] "n" 400 -
[07/Oct/2024 01:27:15] code 400, message Bad request syntax ('vp3')
[07/Oct/2024 01:27:15] "vp3" 400 -
[07/Oct/2024 01:27:20] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[07/Oct/2024 01:27:20] "”ÍïÑa‘" 400 -
[07/Oct/2024 01:27:25] code 400, message Bad request syntax ('þ\x01')
[07/Oct/2024 01:27:25] "þ" 400 -
Not Found: /version
[07/Oct/2024 01:27:25] "GET /version HTTP/1.1" 404 2249
[07/Oct/2024 01:27:35] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[07/Oct/2024 01:27:35] "" 400 -
[07/Oct/2024 01:27:40] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[07/Oct/2024 01:27:40] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[07/Oct/2024 01:27:45] code 400, message Bad request syntax ('GIOP\x01\x00\x01\x00$\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00abcdef\x00\x00\x04\x00\x00\x00get\x00\x00\x00\x00\x00')
[07/Oct/2024 01:27:45] "GIOP$abcdefget" 400 -
[07/Oct/2024 01:27:50] code 400, message Bad request syntax ('VERSION')
[07/Oct/2024 01:27:50] "VERSION" 400 -
[07/Oct/2024 01:27:55] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[07/Oct/2024 01:27:55] "CNXN2¼±§±host::" 400 -
[07/Oct/2024 01:28:00] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[07/Oct/2024 01:28:00] " {"code":106}" 400 -
[07/Oct/2024 01:28:05] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[07/Oct/2024 01:28:05] " ImYorDad0u" 400 -
[07/Oct/2024 01:28:10] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[07/Oct/2024 01:28:10] "ÚÚ M" 400 -
[07/Oct/2024 01:28:21] code 400, message Bad request version ("\x02\x13´£_\\\x80\x9e(§ï4\x8fû\x07\x0f\x8fç\x91ø\x00\x9c\x13\x02\x13\x03\x13\x01\x003\x009\x005\x00/À,À0\x00£\x00\x9f̨̩̪À¯À\xadÀ£À\x9fÀ]ÀaÀWÀSÀ+À/\x00¢\x00\x9eÀ®À¬À¢À\x9eÀ\\À`ÀVÀRÀ$À(\x00k\x00jÀsÀw\x00Ä\x00ÃÀ#À'\x00g\x00@ÀrÀv\x00¾\x00½À")
[07/Oct/2024 01:28:21] You're accessing the development server over HTTPS, but it only supports HTTP.
[07/Oct/2024 01:28:32] code 400, message Bad request version ('\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
[07/Oct/2024 01:28:32] "€(ºÔ† " 400 -
[07/Oct/2024 09:38:46] code 400, message Bad request version ('K»\x95\x87¤ÚRèæ\x17©')
[07/Oct/2024 09:38:46] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[07/Oct/2024 09:38:46] "GET / HTTP/1.1" 404 2194
Not Found: /
[07/Oct/2024 13:33:02] "GET / HTTP/1.0" 404 2210
Not Found: /
[08/Oct/2024 00:19:02] "GET / HTTP/1.0" 404 2210
Not Found: /
[08/Oct/2024 09:10:49] "GET / HTTP/1.1" 404 2200
Not Found: /phpinfo.php
[08/Oct/2024 09:10:49] "GET /phpinfo.php HTTP/1.1" 404 2251
Not Found: /phpinfo
[08/Oct/2024 09:10:50] "GET /phpinfo HTTP/1.1" 404 2239
Not Found: /storage/logs/laravel.log
[08/Oct/2024 09:10:50] "GET /storage/logs/laravel.log HTTP/1.1" 404 2290
[08/Oct/2024 09:10:51] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:10:51] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:10:51] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:10:51] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:10:52] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:10:52] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:10:52] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:10:52] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[08/Oct/2024 09:10:53] "GET / HTTP/1.1" 404 2200
Not Found: /config/.env
[08/Oct/2024 09:10:53] "GET /config/.env HTTP/1.1" 404 2251
Not Found: /.env
[08/Oct/2024 09:10:54] "GET /.env HTTP/1.1" 404 2230
Not Found: /
[08/Oct/2024 09:10:55] "GET /?pp=env HTTP/1.1" 404 2207
Not Found: /backend.env
[08/Oct/2024 09:10:55] "GET /backend.env HTTP/1.1" 404 2251
Not Found: /.env.example
[08/Oct/2024 09:10:56] "GET /.env.example HTTP/1.1" 404 2254
Not Found: /.env.bak
[08/Oct/2024 09:10:57] "GET /.env.bak HTTP/1.1" 404 2242
Not Found: /debug/default/view.html
[08/Oct/2024 09:10:57] "GET /debug/default/view.html HTTP/1.1" 404 2287
Not Found: /debug/default/view
[08/Oct/2024 09:10:58] "GET /debug/default/view HTTP/1.1" 404 2272
Not Found: /frontend/web/debug/default/view
[08/Oct/2024 09:10:58] "GET /frontend/web/debug/default/view HTTP/1.1" 404 2311
Not Found: /web/debug/default/view
[08/Oct/2024 09:10:59] "GET /web/debug/default/view HTTP/1.1" 404 2284
Not Found: /sapi/debug/default/view
[08/Oct/2024 09:11:00] "GET /sapi/debug/default/view HTTP/1.1" 404 2287
Not Found: /debug/default/view
[08/Oct/2024 09:11:00] "GET /debug/default/view?panel=config HTTP/1.1" 404 2285
[08/Oct/2024 09:11:01] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03_jf=Õ¹')
[08/Oct/2024 09:11:01] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:01] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:01] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:02] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:02] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:02] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03T')
[08/Oct/2024 09:11:02] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:02] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:02] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:03] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:03] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:03] code 400, message Bad request version ('á\x805ÐÆ\x8a\x9bºW\x9c°')
[08/Oct/2024 09:11:03] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:04] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:04] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:04] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:04] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:04] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:04] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:05] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:05] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:05] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:05] You're accessing the development server over HTTPS, but it only supports HTTP.
[08/Oct/2024 09:11:06] code 400, message Bad request syntax ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03øÔeaU¸\x0f\x86q¤\x86^ä;¢0Ï÷¶\x00¡f¯Ñ):')
[08/Oct/2024 09:11:06] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[08/Oct/2024 09:11:06] "GET / HTTP/1.1" 404 2200
[08/Oct/2024 09:11:07] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[08/Oct/2024 09:11:07] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[08/Oct/2024 11:01:00] "GET / HTTP/1.1" 404 2200
Not Found: /
[08/Oct/2024 12:39:17] "GET / HTTP/1.0" 404 2210
Not Found: /
[08/Oct/2024 23:44:38] "GET / HTTP/1.0" 404 2210
Not Found: /
[09/Oct/2024 11:15:58] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[09/Oct/2024 11:15:58] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[09/Oct/2024 12:26:58] "GET / HTTP/1.0" 404 2210
[09/Oct/2024 12:41:46] code 400, message Bad request syntax ('SSH-2.0-OpenSSH')
[09/Oct/2024 12:41:46] "SSH-2.0-OpenSSH" 400 -
Not Found: /
[09/Oct/2024 14:31:40] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Oct/2024 23:57:53] "GET / HTTP/1.0" 404 2210
Not Found: /
[10/Oct/2024 12:18:03] "GET / HTTP/1.0" 404 2210
Not Found: /
[10/Oct/2024 23:08:33] "GET / HTTP/1.0" 404 2210
Not Found: /
[11/Oct/2024 02:50:35] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[11/Oct/2024 02:50:35] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[11/Oct/2024 02:50:35] "GET /admin/ HTTP/1.1" 302 0
[11/Oct/2024 02:50:35] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[11/Oct/2024 02:50:35] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[11/Oct/2024 02:50:35] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[11/Oct/2024 02:50:35] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[11/Oct/2024 02:50:36] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[11/Oct/2024 02:50:36] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[11/Oct/2024 02:50:36] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[11/Oct/2024 02:50:36] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[11/Oct/2024 02:50:36] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[11/Oct/2024 02:50:36] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[11/Oct/2024 02:50:36] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[11/Oct/2024 02:50:36] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[11/Oct/2024 02:50:36] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[11/Oct/2024 02:50:36] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[11/Oct/2024 02:50:36] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[11/Oct/2024 10:50:19] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[11/Oct/2024 10:50:19] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[11/Oct/2024 12:37:12] "GET / HTTP/1.0" 404 2210
Not Found: /
[11/Oct/2024 12:46:39] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[11/Oct/2024 12:46:39] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[11/Oct/2024 18:08:35] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[11/Oct/2024 18:08:35] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[11/Oct/2024 21:44:25] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[11/Oct/2024 21:44:26] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[11/Oct/2024 22:27:14] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[11/Oct/2024 22:27:14] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[12/Oct/2024 00:23:33] "GET / HTTP/1.0" 404 2210
Not Found: /
[12/Oct/2024 00:25:59] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[12/Oct/2024 00:25:59] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[12/Oct/2024 02:59:29] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[12/Oct/2024 02:59:29] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[12/Oct/2024 02:59:29] "GET /admin/ HTTP/1.1" 302 0
[12/Oct/2024 02:59:29] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[12/Oct/2024 02:59:29] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[12/Oct/2024 02:59:29] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[12/Oct/2024 02:59:30] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[12/Oct/2024 02:59:30] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[12/Oct/2024 02:59:30] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[12/Oct/2024 02:59:30] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[12/Oct/2024 02:59:30] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[12/Oct/2024 02:59:30] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[12/Oct/2024 02:59:30] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[12/Oct/2024 02:59:30] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[12/Oct/2024 02:59:30] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[12/Oct/2024 02:59:30] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[12/Oct/2024 02:59:30] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[12/Oct/2024 02:59:30] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[12/Oct/2024 09:26:30] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[12/Oct/2024 09:26:30] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[12/Oct/2024 12:04:57] "GET / HTTP/1.0" 404 2210
[12/Oct/2024 15:55:10] code 400, message Bad HTTP/0.9 request type ('\x04\x01\x00\x194eD')
[12/Oct/2024 15:55:10] "4eD " 400 -
[12/Oct/2024 15:56:10] code 400, message Bad request syntax ('\x05\x01\x00')
[12/Oct/2024 15:56:10] "" 400 -
Not Found: /hotmail-com.olc.protection.outlook.com:25
[12/Oct/2024 15:56:10] "CONNECT hotmail-com.olc.protection.outlook.com:25 HTTP/1.1" 404 1899
[12/Oct/2024 17:55:09] code 400, message Bad request syntax ('\x04\x01\x00PPBS0\x00')
[12/Oct/2024 17:55:09] "PPBS0" 400 -
[12/Oct/2024 17:56:09] code 400, message Bad request syntax ('\x05\x01\x00')
[12/Oct/2024 17:56:09] "" 400 -
Not Found: /80.66.83.48:80
[12/Oct/2024 17:56:10] "CONNECT 80.66.83.48:80 HTTP/1.1" 404 1791
Not Found: /
[12/Oct/2024 20:37:52] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[12/Oct/2024 20:37:52] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[12/Oct/2024 22:52:14] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Oct/2024 00:05:41] "GET / HTTP/1.0" 404 2210
[13/Oct/2024 01:18:07] code 400, message Bad request syntax ('SSH-2.0-OpenSSH')
[13/Oct/2024 01:18:07] "SSH-2.0-OpenSSH" 400 -
Not Found: /
[13/Oct/2024 13:54:09] "GET / HTTP/1.0" 404 2210
Not Found: /
[13/Oct/2024 22:55:48] "GET / HTTP/1.0" 404 2210
[14/Oct/2024 00:12:45] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[14/Oct/2024 00:12:45] "/*àCookie: mstshash=Administr" 400 -
[14/Oct/2024 13:03:31] code 400, message Bad request syntax ('SSH-2.0-Go')
[14/Oct/2024 13:03:31] "SSH-2.0-Go" 400 -
[14/Oct/2024 13:34:07,228] - Broken pipe from ('79.124.58.250', 64179)
Not Found: /
[14/Oct/2024 13:48:53] "GET / HTTP/1.0" 404 2210
Not Found: /
[14/Oct/2024 22:56:32] "GET / HTTP/1.0" 404 2210
Not Found: /
[15/Oct/2024 04:45:44] "GET / HTTP/1.1" 404 2200
[15/Oct/2024 04:45:54] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:45:54] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[15/Oct/2024 04:45:56] "GET / HTTP/1.1" 404 2200
Not Found: /.env
[15/Oct/2024 04:45:58] "GET /.env HTTP/1.1" 404 2230
Not Found: /
[15/Oct/2024 04:46:01] "GET /?pp=env HTTP/1.1" 404 2207
Not Found: /backend.env
[15/Oct/2024 04:46:03] "GET /backend.env HTTP/1.1" 404 2251
Not Found: /.env.example
[15/Oct/2024 04:46:06] "GET /.env.example HTTP/1.1" 404 2254
Not Found: /.env.bak
[15/Oct/2024 04:46:10] "GET /.env.bak HTTP/1.1" 404 2242
Not Found: /system/.env
[15/Oct/2024 04:46:13] "GET /system/.env HTTP/1.1" 404 2251
Not Found: /api/.env
[15/Oct/2024 04:46:17] "GET /api/.env HTTP/1.1" 404 2242
Not Found: /secure/.env
[15/Oct/2024 04:46:21] "GET /secure/.env HTTP/1.1" 404 2251
Not Found: /env.json
[15/Oct/2024 04:46:22] "GET /env.json HTTP/1.1" 404 2242
Not Found: /public/.env
[15/Oct/2024 04:46:27] "GET /public/.env HTTP/1.1" 404 2251
Not Found: /config/.env
[15/Oct/2024 04:46:28] "GET /config/.env HTTP/1.1" 404 2251
Not Found: /debug/default/view.html
[15/Oct/2024 04:46:30] "GET /debug/default/view.html HTTP/1.1" 404 2287
Not Found: /debug/default/view
[15/Oct/2024 04:46:35] "GET /debug/default/view HTTP/1.1" 404 2272
Not Found: /frontend/web/debug/default/view
[15/Oct/2024 04:46:39] "GET /frontend/web/debug/default/view HTTP/1.1" 404 2311
Not Found: /web/debug/default/view
[15/Oct/2024 04:46:41] "GET /web/debug/default/view HTTP/1.1" 404 2284
Not Found: /sapi/debug/default/view
[15/Oct/2024 04:46:46] "GET /sapi/debug/default/view HTTP/1.1" 404 2287
Not Found: /debug/default/view
[15/Oct/2024 04:46:48] "GET /debug/default/view?panel=config HTTP/1.1" 404 2285
Not Found: /server/config.js
[15/Oct/2024 04:46:51] "GET /server/config.js HTTP/1.1" 404 2266
Not Found: /yii/debug
[15/Oct/2024 04:46:54] "GET /yii/debug HTTP/1.1" 404 2245
Not Found: /config/php.ini
[15/Oct/2024 04:46:59] "GET /config/php.ini HTTP/1.1" 404 2260
Not Found: /config.properties
[15/Oct/2024 04:47:02] "GET /config.properties HTTP/1.1" 404 2269
[15/Oct/2024 04:47:09] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:09] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:11] code 400, message Bad request version ('hf¦\x9bz«ìs¹\x8b')
[15/Oct/2024 04:47:11] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:15] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:15] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:22] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:22] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:24] code 400, message Bad request syntax ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03\x16¹îËUðþjuA¤[òG\x17»¤\x96')
[15/Oct/2024 04:47:24] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:26] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:26] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:32] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:32] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:34] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:34] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:36] code 400, message Bad request version ('\x9fø\x08í¾¤³ë')
[15/Oct/2024 04:47:36] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:38] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:38] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:42] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:42] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:45] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:45] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:48] code 400, message Bad request version ('ETëø.ç11Ó\x0f')
[15/Oct/2024 04:47:48] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:47:51] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:47:51] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:48:14] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:48:14] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:48:38] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:48:38] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:48:38] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03\x92')
[15/Oct/2024 04:48:38] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:48:43] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03\x84Ù®ï\x9c\x8fJ\x14ÍÖÇ')
[15/Oct/2024 04:48:43] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:48:59] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:48:59] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:49:01] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:49:01] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:49:03] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:49:03] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:49:07] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:49:07] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[15/Oct/2024 04:49:21] "GET / HTTP/1.1" 404 2200
Not Found: /phpinfo.php
[15/Oct/2024 04:49:27] "GET /phpinfo.php HTTP/1.1" 404 2251
Not Found: /phpinfo
[15/Oct/2024 04:49:29] "GET /phpinfo HTTP/1.1" 404 2239
Not Found: /
[15/Oct/2024 04:49:32] "GET /?phpinfo=1 HTTP/1.1" 404 2210
Not Found: /
[15/Oct/2024 04:49:35] "GET /?q=info HTTP/1.1" 404 2207
Not Found: /test.php
[15/Oct/2024 04:49:37] "GET /test.php HTTP/1.1" 404 2242
Not Found: /_profiler/phpinfo
[15/Oct/2024 04:49:42] "GET /_profiler/phpinfo HTTP/1.1" 404 2269
Not Found: /index.php/debug
[15/Oct/2024 04:49:47] "GET /index.php/debug HTTP/1.1" 404 2263
Not Found: /info.php
[15/Oct/2024 04:49:49] "GET /info.php HTTP/1.1" 404 2242
Not Found: /server-info.php
[15/Oct/2024 04:49:52] "GET /server-info.php HTTP/1.1" 404 2263
Not Found: /php_info.php
[15/Oct/2024 04:50:00] "GET /php_info.php HTTP/1.1" 404 2254
Not Found: /php_info
[15/Oct/2024 04:50:10] "GET /php_info HTTP/1.1" 404 2242
Not Found: /php/test.php
[15/Oct/2024 04:50:11] "GET /php/test.php HTTP/1.1" 404 2254
Not Found: /phpconfig.php
[15/Oct/2024 04:50:12] "GET /phpconfig.php HTTP/1.1" 404 2257
Not Found: /php/version.php
[15/Oct/2024 04:50:21] "GET /php/version.php HTTP/1.1" 404 2263
Not Found: /info/php.php
[15/Oct/2024 04:50:22] "GET /info/php.php HTTP/1.1" 404 2254
Not Found: /_profiler/info
[15/Oct/2024 04:50:36] "GET /_profiler/info HTTP/1.1" 404 2260
Not Found: /public/phpinfo.php
[15/Oct/2024 04:50:38] "GET /public/phpinfo.php HTTP/1.1" 404 2272
Not Found: /_profiler/phpinfo.php
[15/Oct/2024 04:50:40] "GET /_profiler/phpinfo.php HTTP/1.1" 404 2281
Not Found: /storage/logs/laravel.log
[15/Oct/2024 04:50:41] "GET /storage/logs/laravel.log HTTP/1.1" 404 2290
Not Found: /logs/debug.log
[15/Oct/2024 04:50:46] "GET /logs/debug.log HTTP/1.1" 404 2260
Not Found: /logs/error.log
[15/Oct/2024 04:51:01] "GET /logs/error.log HTTP/1.1" 404 2260
Not Found: /logs/system.log
[15/Oct/2024 04:51:02] "GET /logs/system.log HTTP/1.1" 404 2263
Not Found: /storage/logs/debug.log
[15/Oct/2024 04:51:08] "GET /storage/logs/debug.log HTTP/1.1" 404 2284
Not Found: /storage/logs/error.log
[15/Oct/2024 04:51:10] "GET /storage/logs/error.log HTTP/1.1" 404 2284
Not Found: /storage/logs/system.log
[15/Oct/2024 04:51:12] "GET /storage/logs/system.log HTTP/1.1" 404 2287
Not Found: /storage/logs/api.log
[15/Oct/2024 04:51:28] "GET /storage/logs/api.log HTTP/1.1" 404 2278
Not Found: /php_errors.log
[15/Oct/2024 04:51:30] "GET /php_errors.log HTTP/1.1" 404 2260
[15/Oct/2024 04:51:31] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:51:31] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:51:36] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:51:36] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:51:45] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:51:45] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:51:51] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:51:51] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:51:52] code 400, message Bad request version ('"à÷\x01m\x13á\x15Y\x05j\x18')
[15/Oct/2024 04:51:52] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:00] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:00] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:04] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:04] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:05] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x030ÝC²?\x7f:')
[15/Oct/2024 04:52:05] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:08] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:08] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:10] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:10] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:13] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:13] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:18] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:18] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:19] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:19] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:22] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:22] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:28] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:28] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:29] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:29] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:38] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:38] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:40] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:40] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:41] code 400, message Bad request syntax ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03\x8c\x83ÿ¯I8£')
[15/Oct/2024 04:52:41] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:42] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:42] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:46] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:46] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:50] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:50] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:52] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:52] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:52:59] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:52:59] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:53:00] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:53:00] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:53:08] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:53:08] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:53:27] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:53:27] You're accessing the development server over HTTPS, but it only supports HTTP.
[15/Oct/2024 04:53:37] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[15/Oct/2024 04:53:37] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[15/Oct/2024 06:56:02] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Oct/2024 12:17:43] "GET / HTTP/1.0" 404 2210
Not Found: /
[15/Oct/2024 14:22:58] "GET / HTTP/1.0" 404 2210
Not Found: /
[16/Oct/2024 00:51:23] "GET / HTTP/1.0" 404 2210
Not Found: /
[16/Oct/2024 12:08:57] "GET / HTTP/1.0" 404 2210
Not Found: /
[17/Oct/2024 00:40:58] "GET / HTTP/1.0" 404 2210
Not Found: /
[17/Oct/2024 02:55:05] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[17/Oct/2024 02:55:05] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[17/Oct/2024 02:55:05] "GET /admin/ HTTP/1.1" 302 0
[17/Oct/2024 02:55:05] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[17/Oct/2024 02:55:06] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[17/Oct/2024 02:55:06] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[17/Oct/2024 02:55:06] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[17/Oct/2024 02:55:06] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[17/Oct/2024 02:55:06] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[17/Oct/2024 02:55:06] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[17/Oct/2024 02:55:06] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[17/Oct/2024 02:55:06] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[17/Oct/2024 02:55:06] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[17/Oct/2024 02:55:06] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[17/Oct/2024 02:55:06] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[17/Oct/2024 02:55:06] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[17/Oct/2024 02:55:06] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[17/Oct/2024 02:55:06] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[17/Oct/2024 03:02:09] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[17/Oct/2024 03:02:09] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[17/Oct/2024 03:02:09] "GET /admin/ HTTP/1.1" 302 0
[17/Oct/2024 03:02:09] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[17/Oct/2024 03:02:09] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[17/Oct/2024 03:02:09] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[17/Oct/2024 03:02:09] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[17/Oct/2024 03:02:09] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[17/Oct/2024 03:02:09] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[17/Oct/2024 03:02:09] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[17/Oct/2024 03:02:09] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[17/Oct/2024 03:02:09] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[17/Oct/2024 03:02:09] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[17/Oct/2024 03:02:09] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[17/Oct/2024 03:02:09] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[17/Oct/2024 03:02:09] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[17/Oct/2024 03:02:09] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[17/Oct/2024 03:02:09] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[17/Oct/2024 14:14:13] "GET / HTTP/1.0" 404 2210
[17/Oct/2024 14:30:21,409] - Broken pipe from ('101.251.238.169', 41621)
[17/Oct/2024 14:30:21] code 400, message Bad request version ("þ\x8c?\x14½*ñw\x01lë\x8aè\x7fs\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[17/Oct/2024 14:30:21] You're accessing the development server over HTTPS, but it only supports HTTP.
[17/Oct/2024 14:30:24,481] - Broken pipe from ('101.251.238.169', 53301)
[17/Oct/2024 14:30:24] code 400, message Bad request version ('3βoYñÜmú\x1a²B>ÍÄÚl¿¡)z\x94.û\x9e["\x02eúH\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À\'\x00gÀ')
[17/Oct/2024 14:30:24] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[17/Oct/2024 14:30:25] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Oct/2024 14:30:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Oct/2024 14:30:30] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[17/Oct/2024 14:30:32] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[17/Oct/2024 14:30:35] "GET /favicon.ico HTTP/1.1" 404 2251
[17/Oct/2024 14:30:37,490] - Broken pipe from ('101.251.238.169', 54197)
Not Found: /
[18/Oct/2024 01:42:54] "GET / HTTP/1.0" 404 2210
Not Found: /
[18/Oct/2024 03:07:54] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[18/Oct/2024 03:07:54] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[18/Oct/2024 03:07:54] "GET /admin/ HTTP/1.1" 302 0
[18/Oct/2024 03:07:54] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[18/Oct/2024 03:07:54] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[18/Oct/2024 03:07:54] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[18/Oct/2024 03:07:54] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[18/Oct/2024 03:07:54] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[18/Oct/2024 03:07:54] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[18/Oct/2024 03:07:54] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[18/Oct/2024 03:07:54] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[18/Oct/2024 03:07:54] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[18/Oct/2024 03:07:54] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[18/Oct/2024 03:07:54] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[18/Oct/2024 03:07:54] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[18/Oct/2024 03:07:54] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[18/Oct/2024 03:07:54] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[18/Oct/2024 03:07:54] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[18/Oct/2024 14:46:18] "GET / HTTP/1.0" 404 2210
Not Found: /
[19/Oct/2024 01:31:08] "GET / HTTP/1.0" 404 2210
Not Found: /
[19/Oct/2024 07:03:31] "POST / HTTP/1.1" 404 2201
Not Found: /public/.env
[19/Oct/2024 07:03:32] "GET /public/.env HTTP/1.1" 404 2251
Not Found: /laravel/.env
[19/Oct/2024 07:03:32] "GET /laravel/.env HTTP/1.1" 404 2254
Not Found: /infophp.php
[19/Oct/2024 07:03:33] "GET /infophp.php HTTP/1.1" 404 2251
Not Found: /php_info.php
[19/Oct/2024 07:03:33] "GET /php_info.php HTTP/1.1" 404 2254
Not Found: /test.php
[19/Oct/2024 07:03:34] "GET /test.php HTTP/1.1" 404 2242
Not Found: /i.php
[19/Oct/2024 07:03:34] "GET /i.php HTTP/1.1" 404 2233
Not Found: /asdf.php
[19/Oct/2024 07:03:35] "GET /asdf.php HTTP/1.1" 404 2242
Not Found: /pinfo.php
[19/Oct/2024 07:03:36] "GET /pinfo.php HTTP/1.1" 404 2245
Not Found: /phpversion.php
[19/Oct/2024 07:03:36] "GET /phpversion.php HTTP/1.1" 404 2260
Not Found: /time.php
[19/Oct/2024 07:03:37] "GET /time.php HTTP/1.1" 404 2242
Not Found: /temp.php
[19/Oct/2024 07:03:38] "GET /temp.php HTTP/1.1" 404 2242
Not Found: /old_phpinfo.php
[19/Oct/2024 07:03:38] "GET /old_phpinfo.php HTTP/1.1" 404 2263
Not Found: /infos.php
[19/Oct/2024 07:03:39] "GET /infos.php HTTP/1.1" 404 2245
Not Found: /linusadmin-phpinfo.php
[19/Oct/2024 07:03:40] "GET /linusadmin-phpinfo.php HTTP/1.1" 404 2284
Not Found: /php-info.php
[19/Oct/2024 07:03:41] "GET /php-info.php HTTP/1.1" 404 2254
Not Found: /dashboard/phpinfo.php
[19/Oct/2024 07:03:41] "GET /dashboard/phpinfo.php HTTP/1.1" 404 2281
Not Found: /phpinfo.php3
[19/Oct/2024 07:03:42] "GET /phpinfo.php3 HTTP/1.1" 404 2254
Not Found: /phpinfo.php4
[19/Oct/2024 07:03:42] "GET /phpinfo.php4 HTTP/1.1" 404 2254
Not Found: /phpinfo.php5
[19/Oct/2024 07:03:43] "GET /phpinfo.php5 HTTP/1.1" 404 2254
Not Found: /phpinfos.php
[19/Oct/2024 07:03:43] "GET /phpinfos.php HTTP/1.1" 404 2254
Not Found: /_profiler/phpinfo.php
[19/Oct/2024 07:03:44] "GET /_profiler/phpinfo.php HTTP/1.1" 404 2281
Not Found: /laravel/core/.env
[19/Oct/2024 07:03:44] "GET /laravel/core/.env HTTP/1.1" 404 2269
Not Found: /beta/.env
[19/Oct/2024 07:03:45] "GET /beta/.env HTTP/1.1" 404 2245
Not Found: /kyc/.env
[19/Oct/2024 07:03:45] "GET /kyc/.env HTTP/1.1" 404 2242
[19/Oct/2024 07:03:46] "GET /admin/.env HTTP/1.1" 302 0
[19/Oct/2024 07:03:47] "GET /admin/login/?next=/admin/.env HTTP/1.1" 200 2226
Not Found: /prod/.env
[19/Oct/2024 07:03:49] "GET /prod/.env HTTP/1.1" 404 2245
Not Found: /api/.env
[19/Oct/2024 07:03:49] "GET /api/.env HTTP/1.1" 404 2242
Not Found: /.docker/laravel/app/.env
[19/Oct/2024 07:03:50] "GET /.docker/laravel/app/.env HTTP/1.1" 404 2290
Not Found: /.docker/.env
[19/Oct/2024 07:03:50] "GET /.docker/.env HTTP/1.1" 404 2254
Not Found: /.gitlab-ci/.env
[19/Oct/2024 07:03:51] "GET /.gitlab-ci/.env HTTP/1.1" 404 2263
Not Found: /.vscode/.env
[19/Oct/2024 07:03:52] "GET /.vscode/.env HTTP/1.1" 404 2254
Not Found: /web/.env
[19/Oct/2024 07:03:52] "GET /web/.env HTTP/1.1" 404 2242
Not Found: /app/.env
[19/Oct/2024 07:03:53] "GET /app/.env HTTP/1.1" 404 2242
Not Found: /crm/.env
[19/Oct/2024 07:03:54] "GET /crm/.env HTTP/1.1" 404 2242
Not Found: /backend/.env
[19/Oct/2024 07:03:54] "GET /backend/.env HTTP/1.1" 404 2254
Not Found: /local/.env
[19/Oct/2024 07:03:55] "GET /local/.env HTTP/1.1" 404 2248
Not Found: /application/.env
[19/Oct/2024 07:03:56] "GET /application/.env HTTP/1.1" 404 2266
Not Found: /.env
[19/Oct/2024 07:03:56] "GET /.env HTTP/1.1" 404 2230
Not Found: /live_env
[19/Oct/2024 07:03:57] "GET /live_env HTTP/1.1" 404 2242
Not Found: /admin-app/.env
[19/Oct/2024 07:03:57] "GET /admin-app/.env HTTP/1.1" 404 2260
Not Found: /mailer/.env
[19/Oct/2024 07:03:58] "GET /mailer/.env HTTP/1.1" 404 2251
Not Found: /laravel/.env
[19/Oct/2024 07:03:58] "GET /laravel/.env HTTP/1.1" 404 2254
Not Found: /shared/.env
[19/Oct/2024 07:03:59] "GET /shared/.env HTTP/1.1" 404 2251
Not Found: /.env.project
[19/Oct/2024 07:03:59] "GET /.env.project HTTP/1.1" 404 2254
Not Found: /apps/.env
[19/Oct/2024 07:04:00] "GET /apps/.env HTTP/1.1" 404 2245
Not Found: /development/.env
[19/Oct/2024 07:04:01] "GET /development/.env HTTP/1.1" 404 2266
Not Found: /public/client/planinfo
[19/Oct/2024 07:04:02] "GET /public/client/planinfo HTTP/1.1" 404 2284
Not Found: /_profiler/phpinfo
[19/Oct/2024 07:04:03] "GET /_profiler/phpinfo HTTP/1.1" 404 2269
Not Found: /phpinfo.php
[19/Oct/2024 07:04:03] "GET /phpinfo.php HTTP/1.1" 404 2251
Not Found: /info.php
[19/Oct/2024 07:04:04] "GET /info.php HTTP/1.1" 404 2242
Not Found: /aws.yml
[19/Oct/2024 07:04:05] "GET /aws.yml HTTP/1.1" 404 2239
Not Found: /.env.bak
[19/Oct/2024 07:04:05] "GET /.env.bak HTTP/1.1" 404 2242
Not Found: /.env.config
[19/Oct/2024 07:04:06] "GET /.env.config HTTP/1.1" 404 2251
Not Found: /.env.bak
[19/Oct/2024 07:04:06] "GET /.env.bak HTTP/1.1" 404 2242
Not Found: /.env-example
[19/Oct/2024 07:04:07] "GET /.env-example HTTP/1.1" 404 2254
Not Found: /.env-sample
[19/Oct/2024 07:04:07] "GET /.env-sample HTTP/1.1" 404 2251
Not Found: /.env.backup
[19/Oct/2024 07:04:08] "GET /.env.backup HTTP/1.1" 404 2251
Not Found: /.env.dev
[19/Oct/2024 07:04:09] "GET /.env.dev HTTP/1.1" 404 2242
Not Found: /.env.dev.local
[19/Oct/2024 07:04:09] "GET /.env.dev.local HTTP/1.1" 404 2260
Not Found: /.env.development.local
[19/Oct/2024 07:04:10] "GET /.env.development.local HTTP/1.1" 404 2284
Not Found: /.env.development.sample
[19/Oct/2024 07:04:10] "GET /.env.development.sample HTTP/1.1" 404 2287
Not Found: /.env.dist
[19/Oct/2024 07:04:11] "GET /.env.dist HTTP/1.1" 404 2245
Not Found: /.env.docker
[19/Oct/2024 07:04:11] "GET /.env.docker HTTP/1.1" 404 2251
Not Found: /.env.docker.dev
[19/Oct/2024 07:04:12] "GET /.env.docker.dev HTTP/1.1" 404 2263
Not Found: /.env.example
[19/Oct/2024 07:04:12] "GET /.env.example HTTP/1.1" 404 2254
Not Found: /.env.local
[19/Oct/2024 07:04:13] "GET /.env.local HTTP/1.1" 404 2248
Not Found: /.env.prod
[19/Oct/2024 07:04:13] "GET /.env.prod HTTP/1.1" 404 2245
Not Found: /.env.prod.local
[19/Oct/2024 07:04:14] "GET /.env.prod.local HTTP/1.1" 404 2263
Not Found: /.env.production
[19/Oct/2024 07:04:15] "GET /.env.production HTTP/1.1" 404 2263
Not Found: /.env.production.local
[19/Oct/2024 07:04:15] "GET /.env.production.local HTTP/1.1" 404 2281
Not Found: /.env.sample
[19/Oct/2024 07:04:16] "GET /.env.sample HTTP/1.1" 404 2251
Not Found: /.env.save
[19/Oct/2024 07:04:16] "GET /.env.save HTTP/1.1" 404 2245
Not Found: /.env.stage
[19/Oct/2024 07:04:17] "GET /.env.stage HTTP/1.1" 404 2248
Not Found: /.env.travis
[19/Oct/2024 07:04:17] "GET /.env.travis HTTP/1.1" 404 2251
Not Found: /.envrc
[19/Oct/2024 07:04:18] "GET /.envrc HTTP/1.1" 404 2236
Not Found: /.envs
[19/Oct/2024 07:04:19] "GET /.envs HTTP/1.1" 404 2233
Not Found: /.env~
[19/Oct/2024 07:04:19] "GET /.env~ HTTP/1.1" 404 2233
Not Found: /config/aws.yml
[19/Oct/2024 07:04:20] "GET /config/aws.yml HTTP/1.1" 404 2260
Not Found: /symfony/_profiler/phpinfo
[19/Oct/2024 07:04:22] "GET /symfony/_profiler/phpinfo HTTP/1.1" 404 2293
Not Found: /phpinfo
[19/Oct/2024 07:04:22] "GET /phpinfo HTTP/1.1" 404 2239
Not Found: /.remote
[19/Oct/2024 07:04:23] "GET /.remote HTTP/1.1" 404 2239
Not Found: /.local
[19/Oct/2024 07:04:23] "GET /.local HTTP/1.1" 404 2236
Not Found: /.production
[19/Oct/2024 07:04:24] "GET /.production HTTP/1.1" 404 2251
Not Found: /login
[19/Oct/2024 07:04:24] "GET /login?pp=enable&pp=env HTTP/1.1" 404 2254
Not Found: /
[19/Oct/2024 07:04:25] "GET /?pp=enable&pp=env HTTP/1.1" 404 2221
Not Found: /
[19/Oct/2024 07:04:25] "GET /?pp=env&pp=env HTTP/1.1" 404 2218
Not Found: /.aws/config
[19/Oct/2024 07:04:26] "GET /.aws/config HTTP/1.1" 404 2251
Not Found: /.aws/credentials
[19/Oct/2024 07:04:27] "GET /.aws/credentials HTTP/1.1" 404 2266
Not Found: /config.js
[19/Oct/2024 07:04:27] "GET /config.js HTTP/1.1" 404 2245
Not Found: /helpers/utility.js
[19/Oct/2024 07:04:28] "GET /helpers/utility.js HTTP/1.1" 404 2272
Not Found: /config/config.json
[19/Oct/2024 07:04:28] "GET /config/config.json HTTP/1.1" 404 2272
Not Found: /wp-config.php.bak
[19/Oct/2024 07:04:29] "GET /wp-config.php.bak HTTP/1.1" 404 2269
Not Found: /wp-config.php
[19/Oct/2024 07:04:29] "GET /wp-config.php HTTP/1.1" 404 2257
Not Found: /.wp-config.php.swp
[19/Oct/2024 07:04:30] "GET /.wp-config.php.swp HTTP/1.1" 404 2272
Not Found: /wp-config.php.old
[19/Oct/2024 07:04:31] "GET /wp-config.php.old HTTP/1.1" 404 2269
Not Found: /.vscode/sftp.json
[19/Oct/2024 07:04:31] "GET /.vscode/sftp.json HTTP/1.1" 404 2269
Not Found: /.vscode/settings.json
[19/Oct/2024 07:04:32] "GET /.vscode/settings.json HTTP/1.1" 404 2281
Not Found: /.ssh/sftp-config.json
[19/Oct/2024 07:04:32] "GET /.ssh/sftp-config.json HTTP/1.1" 404 2281
Not Found: /sftp-config.json
[19/Oct/2024 07:04:33] "GET /sftp-config.json HTTP/1.1" 404 2266
Not Found: /sftp.json
[19/Oct/2024 07:04:33] "GET /sftp.json HTTP/1.1" 404 2245
Not Found: /prevlaravel/sftp-config.json
[19/Oct/2024 07:04:34] "GET /prevlaravel/sftp-config.json HTTP/1.1" 404 2302
Not Found: /sftp-config.json
[19/Oct/2024 07:04:35] "GET /sftp-config.json HTTP/1.1" 404 2266
Not Found: /i.php
[19/Oct/2024 07:04:35] "GET /i.php HTTP/1.1" 404 2233
Not Found: /index.php/phpinfo
[19/Oct/2024 07:04:36] "GET /index.php/phpinfo HTTP/1.1" 404 2269
Not Found: /info.php
[19/Oct/2024 07:04:36] "GET /info.php HTTP/1.1" 404 2242
Not Found: /application/config/constants.php/
[19/Oct/2024 07:04:37] "GET /application/config/constants.php/ HTTP/1.1" 404 2317
Not Found: /dev/phpinfo.php
[19/Oct/2024 07:04:37] "GET /dev/phpinfo.php HTTP/1.1" 404 2263
Not Found: /php_info.php
[19/Oct/2024 07:04:38] "GET /php_info.php HTTP/1.1" 404 2254
Not Found: /test2.php
[19/Oct/2024 07:04:39] "GET /test2.php HTTP/1.1" 404 2245
Not Found: /test1.php
[19/Oct/2024 07:04:40] "GET /test1.php HTTP/1.1" 404 2245
Not Found: /wp-config.php
[19/Oct/2024 07:04:40] "GET /wp-config.php HTTP/1.1" 404 2257
Not Found: /frontend_dev.php/$
[19/Oct/2024 07:04:41] "GET /frontend_dev.php/$ HTTP/1.1" 404 2272
Not Found: /phpversion.php
[19/Oct/2024 07:04:42] "GET /phpversion.php HTTP/1.1" 404 2260
Not Found: /login/index.php
[19/Oct/2024 07:04:42] "GET /login/index.php HTTP/1.1" 404 2263
Not Found: /install/index.php
[19/Oct/2024 07:04:43] "GET /install/index.php HTTP/1.1" 404 2269
Not Found: /config.php
[19/Oct/2024 07:04:43] "GET /config.php HTTP/1.1" 404 2248
Not Found: /php-info.php
[19/Oct/2024 07:04:44] "GET /php-info.php HTTP/1.1" 404 2254
Not Found: /php.php
[19/Oct/2024 07:04:45] "GET /php.php HTTP/1.1" 404 2239
Not Found: /config/app.php
[19/Oct/2024 07:04:45] "GET /config/app.php HTTP/1.1" 404 2260
Not Found: /config/database.php
[19/Oct/2024 07:04:46] "GET /config/database.php HTTP/1.1" 404 2275
Not Found: /config/mail.php
[19/Oct/2024 07:04:46] "GET /config/mail.php HTTP/1.1" 404 2263
Not Found: /config/cache.php
[19/Oct/2024 07:04:47] "GET /config/cache.php HTTP/1.1" 404 2266
Not Found: /config/queue.php
[19/Oct/2024 07:04:47] "GET /config/queue.php HTTP/1.1" 404 2266
Not Found: /config/session.php
[19/Oct/2024 07:04:48] "GET /config/session.php HTTP/1.1" 404 2272
Not Found: /config/view.php
[19/Oct/2024 07:04:48] "GET /config/view.php HTTP/1.1" 404 2263
Not Found: /config/auth.php
[19/Oct/2024 07:04:49] "GET /config/auth.php HTTP/1.1" 404 2263
Not Found: /config/filesystems.php
[19/Oct/2024 07:04:49] "GET /config/filesystems.php HTTP/1.1" 404 2284
Not Found: /config/services.php
[19/Oct/2024 07:04:50] "GET /config/services.php HTTP/1.1" 404 2275
Not Found: /application/config/config.php
[19/Oct/2024 07:04:50] "GET /application/config/config.php HTTP/1.1" 404 2305
Not Found: /application/config/database.php
[19/Oct/2024 07:04:51] "GET /application/config/database.php HTTP/1.1" 404 2311
Not Found: /application/config/email.php
[19/Oct/2024 07:04:52] "GET /application/config/email.php HTTP/1.1" 404 2302
Not Found: /application/config/autoload.php
[19/Oct/2024 07:04:52] "GET /application/config/autoload.php HTTP/1.1" 404 2311
Not Found: /application/config/routes.php
[19/Oct/2024 07:04:53] "GET /application/config/routes.php HTTP/1.1" 404 2305
Not Found: /application/config/constants.php
[19/Oct/2024 07:04:54] "GET /application/config/constants.php HTTP/1.1" 404 2314
Not Found: /application/config/mimes.php
[19/Oct/2024 07:04:54] "GET /application/config/mimes.php HTTP/1.1" 404 2302
Not Found: /application/config/hooks.php
[19/Oct/2024 07:04:55] "GET /application/config/hooks.php HTTP/1.1" 404 2302
Not Found: /application/config/encryption.php
[19/Oct/2024 07:04:56] "GET /application/config/encryption.php HTTP/1.1" 404 2317
Not Found: /application/config/profiler.php
[19/Oct/2024 07:04:56] "GET /application/config/profiler.php HTTP/1.1" 404 2311
Not Found: /config/broadcasting.php
[19/Oct/2024 07:04:57] "GET /config/broadcasting.php HTTP/1.1" 404 2287
Not Found: /application/config/doctypes.php
[19/Oct/2024 07:04:58] "GET /application/config/doctypes.php HTTP/1.1" 404 2311
Not Found: /application/config/foreign_chars.php
[19/Oct/2024 07:04:58] "GET /application/config/foreign_chars.php HTTP/1.1" 404 2326
Not Found: /application/config/migration.php
[19/Oct/2024 07:04:59] "GET /application/config/migration.php HTTP/1.1" 404 2314
Not Found: /config/app_local.php
[19/Oct/2024 07:04:59] "GET /config/app_local.php HTTP/1.1" 404 2278
Not Found: /config/bootstrap.php
[19/Oct/2024 07:05:00] "GET /config/bootstrap.php HTTP/1.1" 404 2278
Not Found: /config/app.default.php
[19/Oct/2024 07:05:00] "GET /config/app.default.php HTTP/1.1" 404 2284
Not Found: /config/routes.php
[19/Oct/2024 07:05:01] "GET /config/routes.php HTTP/1.1" 404 2269
Not Found: /config/paths.php
[19/Oct/2024 07:05:02] "GET /config/paths.php HTTP/1.1" 404 2266
Not Found: /config/env.php
[19/Oct/2024 07:05:02] "GET /config/env.php HTTP/1.1" 404 2260
Not Found: /config/cli_bootstrap.php
[19/Oct/2024 07:05:03] "GET /config/cli_bootstrap.php HTTP/1.1" 404 2290
Not Found: /config/requirements.php
[19/Oct/2024 07:05:03] "GET /config/requirements.php HTTP/1.1" 404 2287
Not Found: /config/autoload/global.php
[19/Oct/2024 07:05:04] "GET /config/autoload/global.php HTTP/1.1" 404 2296
Not Found: /config/autoload/local.php
[19/Oct/2024 07:05:05] "GET /config/autoload/local.php HTTP/1.1" 404 2293
Not Found: /config/application.config.php
[19/Oct/2024 07:05:05] "GET /config/application.config.php HTTP/1.1" 404 2305
Not Found: /
[19/Oct/2024 09:03:56] "GET / HTTP/1.1" 404 2200
[19/Oct/2024 10:44:20] code 400, message Bad request syntax ('SSH-2.0-Go')
[19/Oct/2024 10:44:20] "SSH-2.0-Go" 400 -
Not Found: /
[19/Oct/2024 14:32:23] "GET / HTTP/1.0" 404 2210
Not Found: /
[19/Oct/2024 23:06:18] "GET / HTTP/1.0" 404 2210
Not Found: /
[20/Oct/2024 11:53:13] "GET / HTTP/1.0" 404 2210
[20/Oct/2024 18:53:47] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[20/Oct/2024 18:53:47] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 70
Not Found: /
[20/Oct/2024 20:57:43] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Oct/2024 00:39:38] "GET / HTTP/1.0" 404 2210
[21/Oct/2024 10:04:56] code 400, message Bad request syntax ('\x03\x00\x00\x13\x0eà\x00\x00\x00\x00\x00\x01\x00\x08\x00\x02\x00\x00\x00')
[21/Oct/2024 10:04:56] "à" 400 -
[21/Oct/2024 10:04:56,677] - Broken pipe from ('89.248.165.238', 42236)
Not Found: /
[21/Oct/2024 13:26:33] "GET / HTTP/1.0" 404 2210
Not Found: /
[22/Oct/2024 00:01:34] "GET / HTTP/1.0" 404 2210
Not Found: /
[22/Oct/2024 14:51:13] "GET / HTTP/1.0" 404 2210
Not Found: /
[22/Oct/2024 22:59:17] "GET / HTTP/1.0" 404 2210
Not Found: /
[23/Oct/2024 12:14:38] "GET / HTTP/1.0" 404 2210
[23/Oct/2024 23:23:37] code 400, message Bad request syntax ('SSH-2.0-Go')
[23/Oct/2024 23:23:37] "SSH-2.0-Go" 400 -
Not Found: /
[24/Oct/2024 01:20:08] "GET / HTTP/1.0" 404 2210
Not Found: /
[24/Oct/2024 03:01:51] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[24/Oct/2024 03:01:51] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[24/Oct/2024 03:01:51] "GET /admin/ HTTP/1.1" 302 0
[24/Oct/2024 03:01:51] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[24/Oct/2024 03:01:51] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[24/Oct/2024 03:01:51] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[24/Oct/2024 03:01:51] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[24/Oct/2024 03:01:51] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[24/Oct/2024 03:01:51] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[24/Oct/2024 03:01:51] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[24/Oct/2024 03:01:51] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[24/Oct/2024 03:01:51] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[24/Oct/2024 03:01:51] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[24/Oct/2024 03:01:51] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[24/Oct/2024 03:01:51] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[24/Oct/2024 03:01:51] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[24/Oct/2024 03:01:52] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[24/Oct/2024 03:01:52] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[24/Oct/2024 13:49:08] "GET / HTTP/1.0" 404 2210
Not Found: /
[25/Oct/2024 00:09:37] "GET / HTTP/1.0" 404 2210
Not Found: /
[25/Oct/2024 02:49:53] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[25/Oct/2024 02:49:53] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[25/Oct/2024 02:49:53] "GET /admin/ HTTP/1.1" 302 0
[25/Oct/2024 02:49:53] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[25/Oct/2024 02:49:54] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[25/Oct/2024 02:49:54] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[25/Oct/2024 02:49:54] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[25/Oct/2024 02:49:54] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[25/Oct/2024 02:49:54] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[25/Oct/2024 02:49:54] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[25/Oct/2024 02:49:54] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[25/Oct/2024 02:49:54] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[25/Oct/2024 02:49:54] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[25/Oct/2024 02:49:54] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[25/Oct/2024 02:49:54] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[25/Oct/2024 02:49:54] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[25/Oct/2024 02:49:54] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[25/Oct/2024 02:49:54] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[25/Oct/2024 13:45:38] "GET / HTTP/1.0" 404 2210
Not Found: /
[25/Oct/2024 23:26:07] "GET / HTTP/1.0" 404 2210
Not Found: /
[26/Oct/2024 13:58:28] "GET / HTTP/1.0" 404 2210
[26/Oct/2024 16:52:07] code 400, message Bad HTTP/0.9 request type ('\x04\x01\x00\x194eÂ')
[26/Oct/2024 16:52:07] "4e " 400 -
Not Found: /hotmail-com.olc.protection.outlook.com:25
[26/Oct/2024 16:53:08] "CONNECT hotmail-com.olc.protection.outlook.com:25 HTTP/1.1" 404 1899
[26/Oct/2024 16:53:08] code 400, message Bad request syntax ('\x05\x01\x00')
[26/Oct/2024 16:53:08] "" 400 -
[26/Oct/2024 18:52:08] code 400, message Bad request syntax ('\x04\x01\x00PPBS0\x00')
[26/Oct/2024 18:52:08] "PPBS0" 400 -
[26/Oct/2024 18:53:09] code 400, message Bad request syntax ('\x05\x01\x00')
[26/Oct/2024 18:53:09] "" 400 -
Not Found: /80.66.83.48:80
[26/Oct/2024 18:53:09] "CONNECT 80.66.83.48:80 HTTP/1.1" 404 1791
Not Found: /
[27/Oct/2024 00:22:38] "GET / HTTP/1.0" 404 2210
Not Found: /
[27/Oct/2024 14:15:33] "GET / HTTP/1.0" 404 2210
[27/Oct/2024 22:11:17] code 400, message Bad request syntax ('SSH-2.0-Go')
[27/Oct/2024 22:11:17] "SSH-2.0-Go" 400 -
Not Found: /
[27/Oct/2024 23:08:54] "GET / HTTP/1.0" 404 2210
Not Found: /
[28/Oct/2024 12:24:53] "GET / HTTP/1.0" 404 2210
Not Found: /
[28/Oct/2024 23:14:54] "GET / HTTP/1.0" 404 2210
Not Found: /
[29/Oct/2024 13:18:43] "GET / HTTP/1.0" 404 2210
Not Found: /
[29/Oct/2024 23:40:03] "GET / HTTP/1.0" 404 2210
Not Found: /
[30/Oct/2024 09:12:52] "GET / HTTP/1.0" 404 2210
Not Found: /
[30/Oct/2024 12:42:33] "GET / HTTP/1.0" 404 2210
Not Found: /
[30/Oct/2024 23:50:53] "GET / HTTP/1.0" 404 2210
Not Found: /
[31/Oct/2024 02:52:29] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[31/Oct/2024 02:52:29] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[31/Oct/2024 02:52:29] "GET /admin/ HTTP/1.1" 302 0
[31/Oct/2024 02:52:29] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[31/Oct/2024 02:52:29] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[31/Oct/2024 02:52:29] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[31/Oct/2024 02:52:29] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[31/Oct/2024 02:52:29] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[31/Oct/2024 02:52:29] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[31/Oct/2024 02:52:29] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[31/Oct/2024 02:52:29] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[31/Oct/2024 02:52:29] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[31/Oct/2024 02:52:29] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[31/Oct/2024 02:52:29] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[31/Oct/2024 02:52:29] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[31/Oct/2024 02:52:29] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[31/Oct/2024 02:52:29] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[31/Oct/2024 02:52:29] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[31/Oct/2024 15:45:23] "GET / HTTP/1.0" 404 2210
Not Found: /
[01/Nov/2024 01:33:54] "GET / HTTP/1.0" 404 2210
Not Found: /
[01/Nov/2024 02:59:19] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[01/Nov/2024 02:59:19] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[01/Nov/2024 02:59:20] "GET /admin/ HTTP/1.1" 302 0
[01/Nov/2024 02:59:20] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[01/Nov/2024 02:59:20] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[01/Nov/2024 02:59:20] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[01/Nov/2024 02:59:20] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[01/Nov/2024 02:59:20] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[01/Nov/2024 02:59:20] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[01/Nov/2024 02:59:20] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[01/Nov/2024 02:59:20] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[01/Nov/2024 02:59:20] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[01/Nov/2024 02:59:20] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[01/Nov/2024 02:59:20] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[01/Nov/2024 02:59:20] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[01/Nov/2024 02:59:20] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[01/Nov/2024 02:59:20] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[01/Nov/2024 02:59:20] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[01/Nov/2024 19:55:09] "GET / HTTP/1.0" 404 2210
Not Found: /
[02/Nov/2024 01:35:19] "GET / HTTP/1.0" 404 2210
Not Found: /
[02/Nov/2024 02:51:53] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[02/Nov/2024 02:51:53] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[02/Nov/2024 02:51:53] "GET /admin/ HTTP/1.1" 302 0
[02/Nov/2024 02:51:53] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[02/Nov/2024 02:51:53] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[02/Nov/2024 02:51:53] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[02/Nov/2024 02:51:53] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[02/Nov/2024 02:51:53] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[02/Nov/2024 02:51:53] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[02/Nov/2024 02:51:53] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[02/Nov/2024 02:51:53] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[02/Nov/2024 02:51:53] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[02/Nov/2024 02:51:53] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[02/Nov/2024 02:51:53] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[02/Nov/2024 02:51:53] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[02/Nov/2024 02:51:53] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[02/Nov/2024 02:51:53] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[02/Nov/2024 02:51:53] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[02/Nov/2024 15:55:33] "GET / HTTP/1.0" 404 2210
Not Found: /
[03/Nov/2024 02:04:53] "GET / HTTP/1.0" 404 2210
Not Found: /
[03/Nov/2024 14:24:58] "GET / HTTP/1.0" 404 2210
Not Found: /
[04/Nov/2024 01:39:58] "GET / HTTP/1.0" 404 2210
Not Found: /
[04/Nov/2024 14:47:48] "GET / HTTP/1.0" 404 2210
Not Found: /
[05/Nov/2024 01:29:02] "GET / HTTP/1.0" 404 2210
[05/Nov/2024 04:20:54] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03Ý\x95óx\x8c¯\x17c»;¢ïÕ<8\x1bW-\x97¿û*ãVfsâS\x88Áêì')
[05/Nov/2024 04:20:54] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[05/Nov/2024 04:20:54] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 04:20:56] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 04:20:59] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[05/Nov/2024 04:21:01] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[05/Nov/2024 04:21:04] "GET /favicon.ico HTTP/1.1" 404 2251
[05/Nov/2024 04:21:06,714] - Broken pipe from ('101.251.238.169', 47633)
Not Found: /
[05/Nov/2024 06:48:13] "GET / HTTP/1.1" 404 2200
Not Found: /http:/47.116.15.186:10096/
[05/Nov/2024 07:03:40] "GET http://47.116.15.186:10096/ HTTP/1.1" 404 1830
Not Found: /
[05/Nov/2024 08:56:45] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 14:22:33] "GET / HTTP/1.0" 404 2210