Files
ZERO_CODE/ZeroCodeProject/logs/create_app.log

2918 lines
203 KiB
Plaintext
Raw Normal View History

2026-01-11 00:11:34 +08:00
Watching for file changes with StatReloader
Not Found: /
[05/Sep/2024 11:54:07] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Sep/2024 13:09:36] "GET / HTTP/1.1" 404 2200
[05/Sep/2024 13:55:31] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[05/Sep/2024 13:55:31] "/*àCookie: mstshash=Administr" 400 -
[05/Sep/2024 18:00:37] "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 "/usr/local/python37/lib/python3.7/configparser.py", line 788, in get
value = d[option]
File "/usr/local/python37/lib/python3.7/collections/__init__.py", line 916, in __getitem__
return self.__missing__(key) # support subclasses that define __missing__
File "/usr/local/python37/lib/python3.7/collections/__init__.py", line 908, in __missing__
raise KeyError(key)
KeyError: 'linux_frontend_template_path'
During handling of the above exception, another exception occurred:
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/create_app/BaseApi/views.py", line 45, in post
exec(user_code, globals(), run_obj_data)
File "<string>", line 62, in <module>
File "/usr/local/python37/lib/python3.7/configparser.py", line 791, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'linux_frontend_template_path' in section: 'PATH'
[05/Sep/2024 18:00:37] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 141343
/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)
[05/Sep/2024 18:07:03] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[06/Sep/2024 00:45:05] "GET / HTTP/1.1" 404 2200
[06/Sep/2024 10:17:55] code 400, message Bad request version ("gz¤ÎNûs¯PüÏAä$FƵ\x12\x9e)¯FãT£5ä\x14\x9e\x9aâY\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[06/Sep/2024 10:17:55] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[06/Sep/2024 10:17:55] "GET / HTTP/1.1" 404 2194
[06/Sep/2024 11:49:02] code 400, message Bad request version ('¶½»ÑY¿t<\x9e\x10Lð\x14áF?GY¸¼\x92\x83©¤=[')
[06/Sep/2024 11:49:02] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[06/Sep/2024 11:49:02] "GET / HTTP/1.1" 404 2194
Not Found: /
[06/Sep/2024 13:46:25] "GET / HTTP/1.1" 404 2200
Not Found: /
[06/Sep/2024 14:01:09] "GET / HTTP/1.1" 404 2200
[06/Sep/2024 16:02:28] "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.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)
[06/Sep/2024 16:02:28] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
[06/Sep/2024 18:49:38] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[06/Sep/2024 18:49:38] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[07/Sep/2024 02:12:57] "GET / HTTP/1.1" 404 2200
Not Found: /
[07/Sep/2024 04:35:00] "GET / HTTP/1.1" 404 2200
Not Found: /
[07/Sep/2024 04:46:17] "GET / HTTP/1.1" 404 2200
Not Found: /
[07/Sep/2024 06:50:39] "GET / HTTP/1.1" 404 2200
Not Found: /
[07/Sep/2024 11:09:18] "GET / HTTP/1.1" 404 2200
Not Found: /
[07/Sep/2024 11:54:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[08/Sep/2024 00:34:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[08/Sep/2024 04:24:39] "GET / HTTP/1.1" 404 2200
Not Found: /
[08/Sep/2024 13:33:21] "GET / HTTP/1.1" 404 2200
[08/Sep/2024 13:55:00] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[08/Sep/2024 13:55:00] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[09/Sep/2024 00:39:41] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Sep/2024 13:20:01] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Sep/2024 17:25:08] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Sep/2024 20:52:29] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Sep/2024 22:51:30] "GET / HTTP/1.1" 404 2200
[10/Sep/2024 07:36:06,866] - Broken pipe from ('79.110.62.205', 65251)
Not Found: /
[10/Sep/2024 12:00:15] "GET / HTTP/1.1" 404 2200
[10/Sep/2024 14:21:12] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[10/Sep/2024 14:21:12] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[10/Sep/2024 14:37:28] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Sep/2024 16:24:11] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Sep/2024 17:57:43] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Sep/2024 22:44:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[11/Sep/2024 01:51:42] "GET / HTTP/1.1" 404 2200
[11/Sep/2024 10:26:56] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[11/Sep/2024 10:26:56] "/*àCookie: mstshash=Administr" 400 -
[11/Sep/2024 12:09:12] "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/create_app/BaseApi/views.py", line 45, in post
exec(user_code, globals(), run_obj_data)
File "<string>", line 70, in <module>
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/Specific/SpecificProduct/LocalMethodfileProduct/SpecificFileProduct.py", line 126, in file_folder_copy
res = FileManageController.local_folder_copy(**kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/dep/fileManage/fileManage.py", line 391, in local_folder_copy
shutil.copytree(kwargs["source"].file_path, kwargs["destination"].file_path)
File "/usr/local/python37/lib/python3.7/shutil.py", line 324, in copytree
os.makedirs(dst)
File "/usr/local/python37/lib/python3.7/os.py", line 221, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/mnt/sdc/Project1/app_store/test1/main/main_frontend'
[11/Sep/2024 12:09:12] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 143816
[11/Sep/2024 12:10:18] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[11/Sep/2024 13:15:42] "GET / HTTP/1.1" 404 2200
Not Found: /
[12/Sep/2024 00:34:13] "GET / HTTP/1.1" 404 2200
[12/Sep/2024 12:02:12] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[12/Sep/2024 12:02:12] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[12/Sep/2024 12:03:14] "GET / HTTP/1.1" 404 2200
[12/Sep/2024 12:14:54] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
[12/Sep/2024 12:17:41] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[12/Sep/2024 12:17:41] "/*àCookie: mstshash=Administr" 400 -
Watching for file changes with StatReloader
Not Found: /
[12/Sep/2024 14:56:58] "GET / HTTP/1.1" 404 2200
[12/Sep/2024 16:28:08] "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)
[12/Sep/2024 16:28:08] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
/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)
[12/Sep/2024 17:46:00] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
[12/Sep/2024 18:09:34] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
[12/Sep/2024 21:24:24] code 400, message Bad request syntax ('SSH-2.0-OpenSSH')
[12/Sep/2024 21:24:24] "SSH-2.0-OpenSSH" 400 -
Not Found: /
[12/Sep/2024 23:20:43] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Sep/2024 01:19:41] "GET / HTTP/1.1" 404 2200
[13/Sep/2024 13:41:16] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[13/Sep/2024 13:41:16] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[13/Sep/2024 13:44:39] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Sep/2024 18:06:51] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Sep/2024 20:01:16] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Sep/2024 23:03:42] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Sep/2024 23:50:20] "GET / HTTP/1.1" 404 2200
Not Found: /
[14/Sep/2024 01:18:28] "GET / HTTP/1.1" 404 2200
Not Found: /
[14/Sep/2024 03:58:50] "GET / HTTP/1.1" 404 2200
Not Found: /
[14/Sep/2024 11:51:52] "GET / HTTP/1.1" 404 2200
[14/Sep/2024 12:38:47] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[14/Sep/2024 12:38:47] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[15/Sep/2024 00:01:12] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Sep/2024 08:37:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Sep/2024 11:48:32] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Sep/2024 22:51:54] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Sep/2024 00:50:34] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Sep/2024 01:52:05] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Sep/2024 03:26:23] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Sep/2024 12:20:50] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Sep/2024 23:40:15] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Sep/2024 01:41:14] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Sep/2024 02:36:01] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[17/Sep/2024 02:36:01] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[17/Sep/2024 02:36:01] "GET /admin/ HTTP/1.1" 302 0
[17/Sep/2024 02:36:01] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[17/Sep/2024 02:36:01] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[17/Sep/2024 02:36:01] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[17/Sep/2024 02:36:01] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[17/Sep/2024 02:36:01] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[17/Sep/2024 02:36:01] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[17/Sep/2024 02:36:01] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[17/Sep/2024 02:36:01] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[17/Sep/2024 02:36:01] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[17/Sep/2024 02:36:01] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[17/Sep/2024 02:36:02] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[17/Sep/2024 02:36:02] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[17/Sep/2024 02:36:02] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[17/Sep/2024 02:36:02] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[17/Sep/2024 02:36:02] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[17/Sep/2024 12:06:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Sep/2024 12:11:54] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Sep/2024 14:44:33] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Sep/2024 23:09:15] "GET / HTTP/1.1" 404 2200
[18/Sep/2024 11:01:46] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[18/Sep/2024 11:01:46] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[18/Sep/2024 16:29:44] "GET / HTTP/1.1" 404 2200
[18/Sep/2024 19:33:48,866] - Broken pipe from ('101.251.238.168', 45303)
[18/Sep/2024 19:33:49] code 400, message Bad request version ("*·\x16\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[18/Sep/2024 19:33:49] You're accessing the development server over HTTPS, but it only supports HTTP.
[18/Sep/2024 19:34:10,183] - Broken pipe from ('101.251.238.168', 51451)
[18/Sep/2024 19:34:13] code 400, message Bad request version ("\x83²â\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[18/Sep/2024 19:34:13] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[18/Sep/2024 19:34:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[18/Sep/2024 19:34:43] "GET / HTTP/1.1" 404 2200
Not Found: /
[18/Sep/2024 19:34:50] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[18/Sep/2024 19:34:57] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[18/Sep/2024 19:35:03] "GET /favicon.ico HTTP/1.1" 404 2251
[18/Sep/2024 19:35:12,156] - Broken pipe from ('101.251.238.168', 39709)
Not Found: /
[18/Sep/2024 23:12:08] "GET / HTTP/1.1" 404 2200
[19/Sep/2024 00:42:43] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[19/Sep/2024 00:42:43] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[19/Sep/2024 02:22:20] "GET / HTTP/1.1" 404 2200
Not Found: /
[19/Sep/2024 04:57:48] "GET / HTTP/1.0" 404 2210
Not Found: /
[19/Sep/2024 04:57:52] "OPTIONS / HTTP/1.0" 404 2214
[19/Sep/2024 04:57:55] code 400, message Bad request version ('RTSP/1.0')
[19/Sep/2024 04:57:55] "OPTIONS / RTSP/1.0" 400 -
[19/Sep/2024 04:58:02] 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')
[19/Sep/2024 04:58:02] "€(rþ† —|" 400 -
[19/Sep/2024 04:58:08] code 400, message Bad HTTP/0.9 request type ('\x00')
[19/Sep/2024 04:58:08] "versionbind" 400 -
[19/Sep/2024 04:58:13] code 400, message Bad HTTP/0.9 request type ('\x00')
[19/Sep/2024 04:58:13] " " 400 -
[19/Sep/2024 04:58:14] code 400, message Bad request syntax ('EHLO')
[19/Sep/2024 04:58:14] "EHLO" 400 -
[19/Sep/2024 04:58:16] code 400, message Bad request syntax ('HELP')
[19/Sep/2024 04:58:16] "HELP" 400 -
[19/Sep/2024 04:58:17] 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')
[19/Sep/2024 04:58:17] You're accessing the development server over HTTPS, but it only supports HTTP.
[19/Sep/2024 04:58:19] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[19/Sep/2024 04:58:19] "*%àCookie: mstshash=nmap" 400 -
[19/Sep/2024 04:58:19] code 400, message Bad request version ('\x00/\x00')
[19/Sep/2024 04:58:19] You're accessing the development server over HTTPS, but it only supports HTTP.
[19/Sep/2024 04:58:21] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[19/Sep/2024 04:58:21] "€žu fedcb:985432/" 400 -
[19/Sep/2024 04:58:22] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[19/Sep/2024 04:58:22] "qjn0¢" 400 -
[19/Sep/2024 04:58:28] code 400, message Bad request version ('0.12\x00')
[19/Sep/2024 04:58:28] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[19/Sep/2024 04:58:33] code 400, message Bad HTTP/0.9 request type ('l\x00')
[19/Sep/2024 04:58:33] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[19/Sep/2024 04:58:34] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[19/Sep/2024 04:58:35] code 400, message Bad request syntax ('\x01default')
[19/Sep/2024 04:58:35] "default" 400 -
[19/Sep/2024 04:58:36] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[19/Sep/2024 04:58:36] "0„-c„$" 400 -
[19/Sep/2024 04:58:43] code 400, message Bad HTTP/0.9 request type ('0')
[19/Sep/2024 04:58:43] "0 `€" 400 -
[19/Sep/2024 04:58:44] code 400, message Bad request version ('SIP/2.0')
[19/Sep/2024 04:58:44] "OPTIONS sip:nm SIP/2.0" 400 -
[19/Sep/2024 04:58:49] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[19/Sep/2024 04:58:49] "TNMPTNME" 400 -
[19/Sep/2024 04:58:55] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[19/Sep/2024 04:58:55] " à" 400 -
[19/Sep/2024 04:59:00] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[19/Sep/2024 04:59:00] "DmdTÿÿ" 400 -
[19/Sep/2024 04:59:05] 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@')
[19/Sep/2024 04:59:05] ":/@=/@" 400 -
[19/Sep/2024 04:59:10] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[19/Sep/2024 04:59:10] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[19/Sep/2024 04:59:15] code 400, message Bad request syntax ('JRMI\x00\x02K')
[19/Sep/2024 04:59:15] "JRMIK" 400 -
[19/Sep/2024 04:59:20] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[19/Sep/2024 04:59:20] "" 400 -
[19/Sep/2024 04:59:21] code 400, message Bad request version ('>')
[19/Sep/2024 04:59:21] "< NTP/1.0 >" 400 -
[19/Sep/2024 04:59:26] 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ß_')
[19/Sep/2024 04:59:26] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[19/Sep/2024 04:59:31] 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')
[19/Sep/2024 04:59:31] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[19/Sep/2024 04:59:31] code 400, message Bad request syntax ('Subscribe')
[19/Sep/2024 04:59:31] "Subscribe" 400 -
[19/Sep/2024 04:59:32] code 400, message Bad request syntax ('Query')
[19/Sep/2024 04:59:32] "Query" 400 -
[19/Sep/2024 04:59:32] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[19/Sep/2024 04:59:32] "€" 400 -
[19/Sep/2024 04:59:37] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[19/Sep/2024 04:59:37] "root" 400 -
[19/Sep/2024 04:59:43] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[19/Sep/2024 04:59:43] "4 (ÿUMSSQLServerH" 400 -
[19/Sep/2024 04:59:43] code 400, message Bad request syntax ('HELP')
[19/Sep/2024 04:59:43] "HELP" 400 -
[19/Sep/2024 04:59:43] code 400, message Bad request syntax ('stats')
[19/Sep/2024 04:59:43] "stats" 400 -
[19/Sep/2024 04:59:44] 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')
[19/Sep/2024 04:59:44] "$ service_mgrscanner nmap " 400 -
[19/Sep/2024 04:59:49] code 400, message Bad request version ('\x00\x00\x00\x04')
[19/Sep/2024 04:59:49] "DB2DAS 9z " 400 -
[19/Sep/2024 04:59:54] 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')
[19/Sep/2024 04:59:54] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[19/Sep/2024 04:59:59] 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')
[19/Sep/2024 04:59:59] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[19/Sep/2024 04:59:59] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[19/Sep/2024 04:59:59] "<K ÿÿÿÿ" 400 -
[19/Sep/2024 04:59:59] code 400, message Bad request syntax ('\x124\x00\x01')
[19/Sep/2024 04:59:59] "4" 400 -
[19/Sep/2024 05:00:05] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[19/Sep/2024 05:00:05] "" 400 -
[19/Sep/2024 05:00:05] code 400, message Bad request syntax ('serverstatus')
[19/Sep/2024 05:00:05] "serverstatus" 400 -
[19/Sep/2024 05:00:10] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[19/Sep/2024 05:00:10] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[19/Sep/2024 05:00:11] code 400, message Bad request syntax ('#ST')
[19/Sep/2024 05:00:11] "#ST" 400 -
[19/Sep/2024 05:00:16] 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')
[19/Sep/2024 05:00:16] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[19/Sep/2024 05:00:21] 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')
[19/Sep/2024 05:00:21] ",A^mZ$$@tG" 400 -
[19/Sep/2024 05:00:21] code 400, message Bad HTTP/0.9 request type ('TSH')
[19/Sep/2024 05:00:21] "TSH ì1¸ID " 400 -
Not Found: /server-info
[19/Sep/2024 05:00:22] "GET /server-info HTTP/1.1" 404 2261
[19/Sep/2024 05:00:31] 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')
[19/Sep/2024 05:00:31] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[19/Sep/2024 05:00:32] code 400, message Bad request syntax ('*1')
[19/Sep/2024 05:00:32] "*1" 400 -
[19/Sep/2024 05:00:37] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[19/Sep/2024 05:00:37] "" 400 -
[19/Sep/2024 05:00:38] code 400, message Bad HTTP/0.9 request type ('show')
[19/Sep/2024 05:00:38] "show info" 400 -
[19/Sep/2024 05:00:43] 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')
[19/Sep/2024 05:00:43] "€ðÑb" 400 -
[19/Sep/2024 05:00:48] code 400, message Bad request syntax ('\x00\x01n')
[19/Sep/2024 05:00:48] "n" 400 -
[19/Sep/2024 05:00:53] code 400, message Bad request syntax ('vp3')
[19/Sep/2024 05:00:53] "vp3" 400 -
[19/Sep/2024 05:00:58] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[19/Sep/2024 05:00:58] "”ÍïÑa‘" 400 -
[19/Sep/2024 05:01:03] code 400, message Bad request syntax ('þ\x01')
[19/Sep/2024 05:01:03] "þ" 400 -
Not Found: /version
[19/Sep/2024 05:01:03] "GET /version HTTP/1.1" 404 2249
[19/Sep/2024 05:01:13] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[19/Sep/2024 05:01:13] "" 400 -
[19/Sep/2024 05:01:18] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[19/Sep/2024 05:01:18] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[19/Sep/2024 05:01:23] 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')
[19/Sep/2024 05:01:23] "GIOP$abcdefget" 400 -
[19/Sep/2024 05:01:28] code 400, message Bad request syntax ('VERSION')
[19/Sep/2024 05:01:28] "VERSION" 400 -
[19/Sep/2024 05:01:33] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[19/Sep/2024 05:01:33] "CNXN2¼±§±host::" 400 -
[19/Sep/2024 05:01:38] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[19/Sep/2024 05:01:38] " {"code":106}" 400 -
[19/Sep/2024 05:01:43] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[19/Sep/2024 05:01:43] " ImYorDad0u" 400 -
[19/Sep/2024 05:01:48] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[19/Sep/2024 05:01:48] "ÚÚ M" 400 -
[19/Sep/2024 05:04:23] code 400, message Bad request version ('düèÿ')
[19/Sep/2024 05:04:23] You're accessing the development server over HTTPS, but it only supports HTTP.
[19/Sep/2024 05:04:34] code 400, message Bad HTTP/0.9 request type ('\x80\x00\x00(\x12Xº\x7f\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86')
[19/Sep/2024 05:04:34] "€(† " 400 -
[19/Sep/2024 11:09:33] code 400, message Bad request version ("bºÄ&ÿ\x89@ÇæhÃ[\x80Kñ\x9a·\x19±òR·Çç!F\x02È-)û\x19\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[19/Sep/2024 11:09:33] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[19/Sep/2024 11:09:33] "GET / HTTP/1.1" 404 2194
[19/Sep/2024 12:30:15] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x03\x01\x02\x01\x00\x00þ\x03\x03s¥æG\x95ÒÕ¼\x17|Ìf·Ú\x05H³¶©â[')
[19/Sep/2024 12:30:15] You're accessing the development server over HTTPS, but it only supports HTTP.
[19/Sep/2024 12:57:31] code 400, message Bad request syntax ("\x16\x03\x03\x01\x02\x01\x00\x00þ\x03\x03Ê\x831\x81}Âi\x8a[mnk40êרßPü\x87³ú\x08J¿{Û\x06ÁjØ\x00\x00VÀ,À+À0À/\x00\x9f\x00£\x00\x9e\x00¢À$À(À#À'\x00k\x00j\x00g\x00@À.À2À-À1À&À*À%À)À")
[19/Sep/2024 12:57:31] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[19/Sep/2024 13:07:45] "GET / HTTP/1.1" 404 2200
Not Found: /
[19/Sep/2024 13:54:09] "GET / HTTP/1.1" 404 2200
[19/Sep/2024 20:27:12] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[19/Sep/2024 20:27:12] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[19/Sep/2024 23:55:40] "GET / HTTP/1.1" 404 2200
Not Found: /
[20/Sep/2024 04:49:48] "GET / HTTP/1.1" 404 2200
[20/Sep/2024 11:51:22] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[20/Sep/2024 11:51:22] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[20/Sep/2024 12:50:37] "GET / HTTP/1.1" 404 2200
[20/Sep/2024 17:32:11] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[20/Sep/2024 17:32:11] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[21/Sep/2024 01:04:29] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Sep/2024 03:53:33] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Sep/2024 10:54:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Sep/2024 11:14:54] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Sep/2024 12:41:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Sep/2024 13:18:30] "GET / HTTP/1.1" 404 2200
[21/Sep/2024 21:20:13] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[21/Sep/2024 21:20:13] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[22/Sep/2024 00:45:03] "GET / HTTP/1.1" 404 2200
Not Found: /u8Lc
[22/Sep/2024 01:09:57] "GET /u8Lc HTTP/1.1" 404 2230
Not Found: /k6nN
[22/Sep/2024 01:09:58] "GET /k6nN HTTP/1.1" 404 2230
Not Found: /aab8
[22/Sep/2024 01:09:58] "GET /aab8 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.1.slim.min.js
[22/Sep/2024 01:09:59] "GET /jquery-3.3.1.slim.min.js HTTP/1.1" 404 2290
Not Found: /aab9
[22/Sep/2024 01:10:01] "GET /aab9 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.2.slim.min.js
[22/Sep/2024 01:10:03] "GET /jquery-3.3.2.slim.min.js HTTP/1.1" 404 2290
Not Found: /
[22/Sep/2024 06:13:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[22/Sep/2024 13:32:05] "GET / HTTP/1.1" 404 2200
Not Found: /
[22/Sep/2024 15:09:14] "GET / HTTP/1.1" 404 2200
Not Found: /
[23/Sep/2024 02:03:35] "GET / HTTP/1.1" 404 2200
Not Found: /
[23/Sep/2024 11:24:53] "GET / HTTP/1.1" 404 2200
Not Found: /
[23/Sep/2024 13:44:52] "GET / HTTP/1.1" 404 2200
[23/Sep/2024 14:15:04] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[23/Sep/2024 14:15:04] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[24/Sep/2024 00:25:41] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Sep/2024 03:25:08] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Sep/2024 12:15:10] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Sep/2024 18:45:55] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Sep/2024 22:53:43] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Sep/2024 23:39:21] "GET / HTTP/1.0" 404 2210
Not Found: /
[24/Sep/2024 23:39:26] "OPTIONS / HTTP/1.0" 404 2214
[24/Sep/2024 23:39:31] code 400, message Bad request version ('RTSP/1.0')
[24/Sep/2024 23:39:31] "OPTIONS / RTSP/1.0" 400 -
[24/Sep/2024 23:39:39] 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')
[24/Sep/2024 23:39:39] "€(rþ† —|" 400 -
[24/Sep/2024 23:39:45] code 400, message Bad HTTP/0.9 request type ('\x00')
[24/Sep/2024 23:39:45] "versionbind" 400 -
[24/Sep/2024 23:39:51] code 400, message Bad HTTP/0.9 request type ('\x00')
[24/Sep/2024 23:39:51] " " 400 -
[24/Sep/2024 23:39:52] code 400, message Bad request syntax ('EHLO')
[24/Sep/2024 23:39:52] "EHLO" 400 -
[24/Sep/2024 23:39:54] code 400, message Bad request syntax ('HELP')
[24/Sep/2024 23:39:54] "HELP" 400 -
[24/Sep/2024 23:39:57] 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')
[24/Sep/2024 23:39:57] You're accessing the development server over HTTPS, but it only supports HTTP.
[24/Sep/2024 23:40:00] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[24/Sep/2024 23:40:00] "*%àCookie: mstshash=nmap" 400 -
[24/Sep/2024 23:40:03] code 400, message Bad request version ('\x00/\x00')
[24/Sep/2024 23:40:03] You're accessing the development server over HTTPS, but it only supports HTTP.
[24/Sep/2024 23:40:06] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[24/Sep/2024 23:40:06] "€žu fedcb:985432/" 400 -
[24/Sep/2024 23:40:09] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[24/Sep/2024 23:40:09] "qjn0¢" 400 -
[24/Sep/2024 23:40:17] code 400, message Bad request version ('0.12\x00')
[24/Sep/2024 23:40:17] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[24/Sep/2024 23:40:23] code 400, message Bad HTTP/0.9 request type ('l\x00')
[24/Sep/2024 23:40:23] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[24/Sep/2024 23:40:24] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[24/Sep/2024 23:40:27] code 400, message Bad request syntax ('\x01default')
[24/Sep/2024 23:40:27] "default" 400 -
[24/Sep/2024 23:40:30] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[24/Sep/2024 23:40:30] "0„-c„$" 400 -
[24/Sep/2024 23:40:39] code 400, message Bad HTTP/0.9 request type ('0')
[24/Sep/2024 23:40:39] "0 `€" 400 -
[24/Sep/2024 23:40:39] code 400, message Bad request version ('SIP/2.0')
[24/Sep/2024 23:40:39] "OPTIONS sip:nm SIP/2.0" 400 -
[24/Sep/2024 23:40:46] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[24/Sep/2024 23:40:46] "TNMPTNME" 400 -
[24/Sep/2024 23:40:51] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[24/Sep/2024 23:40:51] " à" 400 -
[24/Sep/2024 23:40:57] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[24/Sep/2024 23:40:57] "DmdTÿÿ" 400 -
[24/Sep/2024 23:41:03] 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@')
[24/Sep/2024 23:41:03] ":/@=/@" 400 -
[24/Sep/2024 23:41:08] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[24/Sep/2024 23:41:08] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[24/Sep/2024 23:41:15] code 400, message Bad request syntax ('JRMI\x00\x02K')
[24/Sep/2024 23:41:15] "JRMIK" 400 -
[24/Sep/2024 23:41:21] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[24/Sep/2024 23:41:21] "" 400 -
[24/Sep/2024 23:41:21] code 400, message Bad request version ('>')
[24/Sep/2024 23:41:21] "< NTP/1.0 >" 400 -
[24/Sep/2024 23:41:28] 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ß_')
[24/Sep/2024 23:41:28] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[24/Sep/2024 23:41:34] 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')
[24/Sep/2024 23:41:34] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[24/Sep/2024 23:41:34] code 400, message Bad request syntax ('Subscribe')
[24/Sep/2024 23:41:34] "Subscribe" 400 -
[24/Sep/2024 23:41:35] code 400, message Bad request syntax ('Query')
[24/Sep/2024 23:41:35] "Query" 400 -
[24/Sep/2024 23:41:37] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[24/Sep/2024 23:41:37] "€" 400 -
[24/Sep/2024 23:41:43] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[24/Sep/2024 23:41:43] "root" 400 -
[24/Sep/2024 23:41:49] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[24/Sep/2024 23:41:49] "4 (ÿUMSSQLServerH" 400 -
[24/Sep/2024 23:41:49] code 400, message Bad request syntax ('HELP')
[24/Sep/2024 23:41:49] "HELP" 400 -
[24/Sep/2024 23:41:51] code 400, message Bad request syntax ('stats')
[24/Sep/2024 23:41:51] "stats" 400 -
[24/Sep/2024 23:41:52] 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')
[24/Sep/2024 23:41:52] "$ service_mgrscanner nmap " 400 -
[24/Sep/2024 23:41:57] code 400, message Bad request version ('\x00\x00\x00\x04')
[24/Sep/2024 23:41:57] "DB2DAS 9z " 400 -
[24/Sep/2024 23:42:03] 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')
[24/Sep/2024 23:42:03] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[24/Sep/2024 23:42:08] 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')
[24/Sep/2024 23:42:08] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[24/Sep/2024 23:42:08] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[24/Sep/2024 23:42:08] "<K ÿÿÿÿ" 400 -
[24/Sep/2024 23:42:08] code 400, message Bad request syntax ('\x124\x00\x01')
[24/Sep/2024 23:42:08] "4" 400 -
[24/Sep/2024 23:42:14] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[24/Sep/2024 23:42:14] "" 400 -
[24/Sep/2024 23:42:14] code 400, message Bad request syntax ('serverstatus')
[24/Sep/2024 23:42:14] "serverstatus" 400 -
[24/Sep/2024 23:42:20] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[24/Sep/2024 23:42:20] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[24/Sep/2024 23:42:20] code 400, message Bad request syntax ('#ST')
[24/Sep/2024 23:42:20] "#ST" 400 -
[24/Sep/2024 23:42:25] 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')
[24/Sep/2024 23:42:25] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[24/Sep/2024 23:42:30] 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')
[24/Sep/2024 23:42:30] ",A^mZ$$@tG" 400 -
[24/Sep/2024 23:42:30] code 400, message Bad HTTP/0.9 request type ('TSH')
[24/Sep/2024 23:42:30] "TSH ì1¸ID " 400 -
Not Found: /server-info
[24/Sep/2024 23:42:31] "GET /server-info HTTP/1.1" 404 2261
[24/Sep/2024 23:42:40] 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')
[24/Sep/2024 23:42:40] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[24/Sep/2024 23:42:41] code 400, message Bad request syntax ('*1')
[24/Sep/2024 23:42:41] "*1" 400 -
[24/Sep/2024 23:42:46] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[24/Sep/2024 23:42:46] "" 400 -
[24/Sep/2024 23:42:46] code 400, message Bad HTTP/0.9 request type ('show')
[24/Sep/2024 23:42:46] "show info" 400 -
[24/Sep/2024 23:42:51] 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')
[24/Sep/2024 23:42:51] "€ðÑb" 400 -
[24/Sep/2024 23:42:56] code 400, message Bad request syntax ('\x00\x01n')
[24/Sep/2024 23:42:56] "n" 400 -
[24/Sep/2024 23:43:01] code 400, message Bad request syntax ('vp3')
[24/Sep/2024 23:43:01] "vp3" 400 -
[24/Sep/2024 23:43:06] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[24/Sep/2024 23:43:06] "”ÍïÑa‘" 400 -
[24/Sep/2024 23:43:11] code 400, message Bad request syntax ('þ\x01')
[24/Sep/2024 23:43:11] "þ" 400 -
Not Found: /version
[24/Sep/2024 23:43:11] "GET /version HTTP/1.1" 404 2249
[24/Sep/2024 23:43:21] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[24/Sep/2024 23:43:21] "" 400 -
[24/Sep/2024 23:43:26] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[24/Sep/2024 23:43:26] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[24/Sep/2024 23:43:31] 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')
[24/Sep/2024 23:43:31] "GIOP$abcdefget" 400 -
[24/Sep/2024 23:43:36] code 400, message Bad request syntax ('VERSION')
[24/Sep/2024 23:43:36] "VERSION" 400 -
[24/Sep/2024 23:43:41] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[24/Sep/2024 23:43:41] "CNXN2¼±§±host::" 400 -
[24/Sep/2024 23:43:46] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[24/Sep/2024 23:43:46] " {"code":106}" 400 -
[24/Sep/2024 23:43:51] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[24/Sep/2024 23:43:51] " ImYorDad0u" 400 -
[24/Sep/2024 23:43:56] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[24/Sep/2024 23:43:56] "ÚÚ M" 400 -
[24/Sep/2024 23:46:02] code 400, message Bad request version ("ä\x94×½fæL¢\x8b½å¯&\x94Å-p\x81Ì8m\x95@\x00ª(¡ß}Á¾Ç\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½À")
[24/Sep/2024 23:46:02] You're accessing the development server over HTTPS, but it only supports HTTP.
[24/Sep/2024 23:46:21] code 400, message Bad HTTP/0.9 request type ('\x80\x00\x00(\x15Êl+\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86')
[24/Sep/2024 23:46:21] "€(Êl+† " 400 -
Not Found: /
[25/Sep/2024 00:49:54] "GET / HTTP/1.1" 404 2200
[25/Sep/2024 00:56:06,627] - Broken pipe from ('101.251.238.170', 37811)
[25/Sep/2024 00:56:10] code 400, message Bad request version ("v\x0eó\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[25/Sep/2024 00:56:10] You're accessing the development server over HTTPS, but it only supports HTTP.
[25/Sep/2024 00:56:25,766] - Broken pipe from ('101.251.238.170', 46565)
[25/Sep/2024 00:56:26] code 400, message Bad request version ("£Ù\x0eãä~k\x0e\x9cÞwÍ»¨°\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[25/Sep/2024 00:56:26] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[25/Sep/2024 00:56:33] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Sep/2024 00:56:42] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Sep/2024 00:56:51] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[25/Sep/2024 00:57:03] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[25/Sep/2024 00:57:16] "GET /favicon.ico HTTP/1.1" 404 2251
[25/Sep/2024 00:57:26,144] - Broken pipe from ('101.251.238.170', 36917)
Not Found: /
[25/Sep/2024 01:49:53] "GET / HTTP/1.1" 404 2200
[25/Sep/2024 06:53:01] code 400, message Bad request version ("#\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[25/Sep/2024 06:53:01] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[25/Sep/2024 06:53:01] "GET / HTTP/1.1" 404 2194
Not Found: /
[25/Sep/2024 13:27:33] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Sep/2024 18:40:15] "GET / HTTP/1.1" 404 2200
[25/Sep/2024 20:57:40] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[25/Sep/2024 20:57:40] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
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/create_app/BaseApi/views.py", line 45, in post
exec(user_code, globals(), run_obj_data)
File "<string>", line 70, in <module>
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/Specific/SpecificProduct/LocalMethodfileProduct/SpecificFileProduct.py", line 126, in file_folder_copy
res = FileManageController.local_folder_copy(**kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/dep/fileManage/fileManage.py", line 391, in local_folder_copy
shutil.copytree(kwargs["source"].file_path, kwargs["destination"].file_path)
File "/usr/local/python37/lib/python3.7/shutil.py", line 324, in copytree
os.makedirs(dst)
File "/usr/local/python37/lib/python3.7/os.py", line 221, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/mnt/sdc/Project1/app_store/test1/main/main_frontend'
[25/Sep/2024 21:04:57] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 144197
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/create_app/BaseApi/views.py", line 45, in post
exec(user_code, globals(), run_obj_data)
File "<string>", line 70, in <module>
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/Specific/SpecificProduct/LocalMethodfileProduct/SpecificFileProduct.py", line 126, in file_folder_copy
res = FileManageController.local_folder_copy(**kwargs)
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/zero_code_depencey/dep/fileManage/fileManage.py", line 391, in local_folder_copy
shutil.copytree(kwargs["source"].file_path, kwargs["destination"].file_path)
File "/usr/local/python37/lib/python3.7/shutil.py", line 324, in copytree
os.makedirs(dst)
File "/usr/local/python37/lib/python3.7/os.py", line 221, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/mnt/sdc/Project1/app_store/test1/main/main_frontend'
[25/Sep/2024 21:05:10] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 500 144197
[25/Sep/2024 21:06:01] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[25/Sep/2024 23:26:12] "GET / HTTP/1.1" 404 2200
Not Found: /
[26/Sep/2024 09:22:24] "GET / HTTP/1.1" 404 2200
Not Found: /jN9k
[26/Sep/2024 09:46:10] "GET /jN9k HTTP/1.1" 404 2230
Not Found: /cAfS
[26/Sep/2024 09:46:10] "GET /cAfS HTTP/1.1" 404 2230
Not Found: /aab8
[26/Sep/2024 09:46:11] "GET /aab8 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.1.slim.min.js
[26/Sep/2024 09:46:11] "GET /jquery-3.3.1.slim.min.js HTTP/1.1" 404 2290
Not Found: /aab9
[26/Sep/2024 09:46:12] "GET /aab9 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.2.slim.min.js
[26/Sep/2024 09:46:12] "GET /jquery-3.3.2.slim.min.js HTTP/1.1" 404 2290
Not Found: /
[26/Sep/2024 12:23:48] "GET / HTTP/1.1" 404 2200
[26/Sep/2024 12:29:11] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x03\x01\x02\x01\x00\x00þ\x03\x03¸\x9aQÇmx\x93(81¹J2ý\x12ЪÞ)\x0eJ')
[26/Sep/2024 12:29:11] You're accessing the development server over HTTPS, but it only supports HTTP.
[26/Sep/2024 12:29:19] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x03\x01\x02\x01\x00\x00þ\x03\x03â©\x8eÀ')
[26/Sep/2024 12:29:19] You're accessing the development server over HTTPS, but it only supports HTTP.
[26/Sep/2024 12:43:28] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[26/Sep/2024 12:43:28] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[26/Sep/2024 20:34:20] "GET / HTTP/1.0" 404 2210
Not Found: /
[26/Sep/2024 20:34:24] "OPTIONS / HTTP/1.0" 404 2214
[26/Sep/2024 20:34:27] code 400, message Bad request version ('RTSP/1.0')
[26/Sep/2024 20:34:27] "OPTIONS / RTSP/1.0" 400 -
[26/Sep/2024 20:34:35] 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')
[26/Sep/2024 20:34:35] "€(rþ† —|" 400 -
[26/Sep/2024 20:34:41] code 400, message Bad HTTP/0.9 request type ('\x00')
[26/Sep/2024 20:34:41] "versionbind" 400 -
[26/Sep/2024 20:34:47] code 400, message Bad HTTP/0.9 request type ('\x00')
[26/Sep/2024 20:34:47] " " 400 -
[26/Sep/2024 20:34:49] code 400, message Bad request syntax ('EHLO')
[26/Sep/2024 20:34:49] "EHLO" 400 -
[26/Sep/2024 20:34:52] code 400, message Bad request syntax ('HELP')
[26/Sep/2024 20:34:52] "HELP" 400 -
[26/Sep/2024 20:34:55] 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')
[26/Sep/2024 20:34:55] You're accessing the development server over HTTPS, but it only supports HTTP.
[26/Sep/2024 20:34:58] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[26/Sep/2024 20:34:58] "*%àCookie: mstshash=nmap" 400 -
[26/Sep/2024 20:35:00] code 400, message Bad request version ('\x00/\x00')
[26/Sep/2024 20:35:00] You're accessing the development server over HTTPS, but it only supports HTTP.
[26/Sep/2024 20:35:02] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[26/Sep/2024 20:35:02] "€žu fedcb:985432/" 400 -
[26/Sep/2024 20:35:04] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[26/Sep/2024 20:35:04] "qjn0¢" 400 -
[26/Sep/2024 20:35:11] code 400, message Bad request version ('0.12\x00')
[26/Sep/2024 20:35:11] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[26/Sep/2024 20:35:17] code 400, message Bad HTTP/0.9 request type ('l\x00')
[26/Sep/2024 20:35:17] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[26/Sep/2024 20:35:19] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[26/Sep/2024 20:35:21] code 400, message Bad request syntax ('\x01default')
[26/Sep/2024 20:35:21] "default" 400 -
[26/Sep/2024 20:35:23] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[26/Sep/2024 20:35:23] "0„-c„$" 400 -
[26/Sep/2024 20:35:31] code 400, message Bad HTTP/0.9 request type ('0')
[26/Sep/2024 20:35:31] "0 `€" 400 -
[26/Sep/2024 20:35:31] code 400, message Bad request version ('SIP/2.0')
[26/Sep/2024 20:35:31] "OPTIONS sip:nm SIP/2.0" 400 -
[26/Sep/2024 20:35:39] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[26/Sep/2024 20:35:39] "TNMPTNME" 400 -
[26/Sep/2024 20:35:45] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[26/Sep/2024 20:35:45] " à" 400 -
[26/Sep/2024 20:35:50] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[26/Sep/2024 20:35:50] "DmdTÿÿ" 400 -
[26/Sep/2024 20:35:56] 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@')
[26/Sep/2024 20:35:56] ":/@=/@" 400 -
[26/Sep/2024 20:36:01] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[26/Sep/2024 20:36:01] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[26/Sep/2024 20:36:07] code 400, message Bad request syntax ('JRMI\x00\x02K')
[26/Sep/2024 20:36:07] "JRMIK" 400 -
[26/Sep/2024 20:36:12] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[26/Sep/2024 20:36:12] "" 400 -
[26/Sep/2024 20:36:13] code 400, message Bad request version ('>')
[26/Sep/2024 20:36:13] "< NTP/1.0 >" 400 -
[26/Sep/2024 20:36:20] 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ß_')
[26/Sep/2024 20:36:20] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[26/Sep/2024 20:36:25] 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')
[26/Sep/2024 20:36:25] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[26/Sep/2024 20:36:26] code 400, message Bad request syntax ('Subscribe')
[26/Sep/2024 20:36:26] "Subscribe" 400 -
[26/Sep/2024 20:36:28] code 400, message Bad request syntax ('Query')
[26/Sep/2024 20:36:28] "Query" 400 -
[26/Sep/2024 20:36:30] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[26/Sep/2024 20:36:30] "€" 400 -
[26/Sep/2024 20:36:37] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[26/Sep/2024 20:36:37] "root" 400 -
[26/Sep/2024 20:36:42] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[26/Sep/2024 20:36:42] "4 (ÿUMSSQLServerH" 400 -
[26/Sep/2024 20:36:43] code 400, message Bad request syntax ('HELP')
[26/Sep/2024 20:36:43] "HELP" 400 -
[26/Sep/2024 20:36:43] code 400, message Bad request syntax ('stats')
[26/Sep/2024 20:36:43] "stats" 400 -
[26/Sep/2024 20:36:44] 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')
[26/Sep/2024 20:36:44] "$ service_mgrscanner nmap " 400 -
[26/Sep/2024 20:36:50] code 400, message Bad request version ('\x00\x00\x00\x04')
[26/Sep/2024 20:36:50] "DB2DAS 9z " 400 -
[26/Sep/2024 20:36:55] 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')
[26/Sep/2024 20:36:55] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[26/Sep/2024 20:37:00] 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')
[26/Sep/2024 20:37:00] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[26/Sep/2024 20:37:00] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[26/Sep/2024 20:37:00] "<K ÿÿÿÿ" 400 -
[26/Sep/2024 20:37:00] code 400, message Bad request syntax ('\x124\x00\x01')
[26/Sep/2024 20:37:00] "4" 400 -
[26/Sep/2024 20:37:06] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[26/Sep/2024 20:37:06] "" 400 -
[26/Sep/2024 20:37:06] code 400, message Bad request syntax ('serverstatus')
[26/Sep/2024 20:37:06] "serverstatus" 400 -
[26/Sep/2024 20:37:11] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[26/Sep/2024 20:37:11] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[26/Sep/2024 20:37:11] code 400, message Bad request syntax ('#ST')
[26/Sep/2024 20:37:11] "#ST" 400 -
[26/Sep/2024 20:37:17] 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')
[26/Sep/2024 20:37:17] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[26/Sep/2024 20:37:22] 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')
[26/Sep/2024 20:37:22] ",A^mZ$$@tG" 400 -
[26/Sep/2024 20:37:22] code 400, message Bad HTTP/0.9 request type ('TSH')
[26/Sep/2024 20:37:22] "TSH ì1¸ID " 400 -
Not Found: /server-info
[26/Sep/2024 20:37:22] "GET /server-info HTTP/1.1" 404 2261
[26/Sep/2024 20:37:32] 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')
[26/Sep/2024 20:37:32] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[26/Sep/2024 20:37:32] code 400, message Bad request syntax ('*1')
[26/Sep/2024 20:37:32] "*1" 400 -
[26/Sep/2024 20:37:38] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[26/Sep/2024 20:37:38] "" 400 -
[26/Sep/2024 20:37:38] code 400, message Bad HTTP/0.9 request type ('show')
[26/Sep/2024 20:37:38] "show info" 400 -
[26/Sep/2024 20:37:43] 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')
[26/Sep/2024 20:37:43] "€ðÑb" 400 -
[26/Sep/2024 20:37:48] code 400, message Bad request syntax ('\x00\x01n')
[26/Sep/2024 20:37:48] "n" 400 -
[26/Sep/2024 20:37:53] code 400, message Bad request syntax ('vp3')
[26/Sep/2024 20:37:53] "vp3" 400 -
[26/Sep/2024 20:37:58] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[26/Sep/2024 20:37:58] "”ÍïÑa‘" 400 -
[26/Sep/2024 20:38:03] code 400, message Bad request syntax ('þ\x01')
[26/Sep/2024 20:38:03] "þ" 400 -
Not Found: /version
[26/Sep/2024 20:38:03] "GET /version HTTP/1.1" 404 2249
[26/Sep/2024 20:38:13] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[26/Sep/2024 20:38:13] "" 400 -
[26/Sep/2024 20:38:18] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[26/Sep/2024 20:38:18] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[26/Sep/2024 20:38:23] 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')
[26/Sep/2024 20:38:23] "GIOP$abcdefget" 400 -
[26/Sep/2024 20:38:28] code 400, message Bad request syntax ('VERSION')
[26/Sep/2024 20:38:28] "VERSION" 400 -
[26/Sep/2024 20:38:33] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[26/Sep/2024 20:38:33] "CNXN2¼±§±host::" 400 -
[26/Sep/2024 20:38:38] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[26/Sep/2024 20:38:38] " {"code":106}" 400 -
[26/Sep/2024 20:38:43] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[26/Sep/2024 20:38:43] " ImYorDad0u" 400 -
[26/Sep/2024 20:38:48] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[26/Sep/2024 20:38:48] "ÚÚ M" 400 -
[26/Sep/2024 20:41:04] code 400, message Bad request version ("Q\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½À")
[26/Sep/2024 20:41:04] You're accessing the development server over HTTPS, but it only supports HTTP.
[26/Sep/2024 20:41:27] 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')
[26/Sep/2024 20:41:27] "€(QÉX† " 400 -
Not Found: /
[27/Sep/2024 00:07:06] "GET / HTTP/1.1" 404 2200
[27/Sep/2024 01:14:26] code 400, message Bad request version ("&Îu¡\x9a\x06%\x8a\x81¸ºB\x8fF¡]$\x93.£R\x9d»õÿSô\x04Ìk:O\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[27/Sep/2024 01:14:26] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[27/Sep/2024 01:14:26] "GET / HTTP/1.1" 404 2194
Not Found: /
[27/Sep/2024 12:10:18] "GET / HTTP/1.1" 404 2200
Not Found: /
[27/Sep/2024 15:12:21] "GET / HTTP/1.1" 404 2200
Not Found: /
[27/Sep/2024 23:25:06] "GET / HTTP/1.1" 404 2200
Not Found: /
[28/Sep/2024 03:26:15] "GET / HTTP/1.1" 404 2200
Not Found: /
[28/Sep/2024 07:21:49] "GET / HTTP/1.1" 404 2200
Not Found: /
[28/Sep/2024 09:50:05] "GET / HTTP/1.1" 404 2200
[28/Sep/2024 13:02:41] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[28/Sep/2024 13:02:41] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[28/Sep/2024 13:58:44] "GET / HTTP/1.1" 404 2200
[28/Sep/2024 20:27:25] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[28/Sep/2024 20:27:25] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[28/Sep/2024 23:55:53] "GET / HTTP/1.1" 404 2200
Not Found: /
[29/Sep/2024 02:59:31] "GET / HTTP/1.1" 404 2200
Not Found: /
[29/Sep/2024 10:10:12] "GET / HTTP/1.0" 404 2210
Not Found: /
[29/Sep/2024 10:10:17] "OPTIONS / HTTP/1.0" 404 2214
[29/Sep/2024 10:10:21] code 400, message Bad request version ('RTSP/1.0')
[29/Sep/2024 10:10:21] "OPTIONS / RTSP/1.0" 400 -
[29/Sep/2024 10:10:30] 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')
[29/Sep/2024 10:10:30] "€(rþ† —|" 400 -
[29/Sep/2024 10:10:36] code 400, message Bad HTTP/0.9 request type ('\x00')
[29/Sep/2024 10:10:36] "versionbind" 400 -
[29/Sep/2024 10:10:41] code 400, message Bad HTTP/0.9 request type ('\x00')
[29/Sep/2024 10:10:41] " " 400 -
[29/Sep/2024 10:10:41] code 400, message Bad request syntax ('EHLO')
[29/Sep/2024 10:10:41] "EHLO" 400 -
[29/Sep/2024 10:10:42] code 400, message Bad request syntax ('HELP')
[29/Sep/2024 10:10:42] "HELP" 400 -
[29/Sep/2024 10:10:43] 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')
[29/Sep/2024 10:10:43] You're accessing the development server over HTTPS, but it only supports HTTP.
[29/Sep/2024 10:10:44] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[29/Sep/2024 10:10:44] "*%àCookie: mstshash=nmap" 400 -
[29/Sep/2024 10:10:45] code 400, message Bad request version ('\x00/\x00')
[29/Sep/2024 10:10:45] You're accessing the development server over HTTPS, but it only supports HTTP.
[29/Sep/2024 10:10:47] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[29/Sep/2024 10:10:47] "€žu fedcb:985432/" 400 -
[29/Sep/2024 10:10:48] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[29/Sep/2024 10:10:48] "qjn0¢" 400 -
[29/Sep/2024 10:10:54] code 400, message Bad request version ('0.12\x00')
[29/Sep/2024 10:10:54] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[29/Sep/2024 10:11:00] code 400, message Bad HTTP/0.9 request type ('l\x00')
[29/Sep/2024 10:11:00] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[29/Sep/2024 10:11:00] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[29/Sep/2024 10:11:01] code 400, message Bad request syntax ('\x01default')
[29/Sep/2024 10:11:01] "default" 400 -
[29/Sep/2024 10:11:02] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[29/Sep/2024 10:11:02] "0„-c„$" 400 -
[29/Sep/2024 10:11:08] code 400, message Bad HTTP/0.9 request type ('0')
[29/Sep/2024 10:11:08] "0 `€" 400 -
[29/Sep/2024 10:11:08] code 400, message Bad request version ('SIP/2.0')
[29/Sep/2024 10:11:08] "OPTIONS sip:nm SIP/2.0" 400 -
[29/Sep/2024 10:11:13] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[29/Sep/2024 10:11:13] "TNMPTNME" 400 -
[29/Sep/2024 10:11:19] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[29/Sep/2024 10:11:19] " à" 400 -
[29/Sep/2024 10:11:24] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[29/Sep/2024 10:11:24] "DmdTÿÿ" 400 -
[29/Sep/2024 10:11:29] 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@')
[29/Sep/2024 10:11:29] ":/@=/@" 400 -
[29/Sep/2024 10:11:34] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[29/Sep/2024 10:11:34] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[29/Sep/2024 10:11:39] code 400, message Bad request syntax ('JRMI\x00\x02K')
[29/Sep/2024 10:11:39] "JRMIK" 400 -
[29/Sep/2024 10:11:44] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[29/Sep/2024 10:11:44] "" 400 -
[29/Sep/2024 10:11:44] code 400, message Bad request version ('>')
[29/Sep/2024 10:11:44] "< NTP/1.0 >" 400 -
[29/Sep/2024 10:11:49] 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ß_')
[29/Sep/2024 10:11:49] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[29/Sep/2024 10:11:54] 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')
[29/Sep/2024 10:11:54] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[29/Sep/2024 10:11:54] code 400, message Bad request syntax ('Subscribe')
[29/Sep/2024 10:11:54] "Subscribe" 400 -
[29/Sep/2024 10:11:55] code 400, message Bad request syntax ('Query')
[29/Sep/2024 10:11:55] "Query" 400 -
[29/Sep/2024 10:11:55] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[29/Sep/2024 10:11:55] "€" 400 -
[29/Sep/2024 10:12:00] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[29/Sep/2024 10:12:00] "root" 400 -
[29/Sep/2024 10:12:05] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[29/Sep/2024 10:12:05] "4 (ÿUMSSQLServerH" 400 -
[29/Sep/2024 10:12:05] code 400, message Bad request syntax ('HELP')
[29/Sep/2024 10:12:05] "HELP" 400 -
[29/Sep/2024 10:12:06] code 400, message Bad request syntax ('stats')
[29/Sep/2024 10:12:06] "stats" 400 -
[29/Sep/2024 10:12:06] 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')
[29/Sep/2024 10:12:06] "$ service_mgrscanner nmap " 400 -
[29/Sep/2024 10:12:11] code 400, message Bad request version ('\x00\x00\x00\x04')
[29/Sep/2024 10:12:11] "DB2DAS 9z " 400 -
[29/Sep/2024 10:12:16] 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')
[29/Sep/2024 10:12:16] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[29/Sep/2024 10:12:21] 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')
[29/Sep/2024 10:12:21] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[29/Sep/2024 10:12:21] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[29/Sep/2024 10:12:21] "<K ÿÿÿÿ" 400 -
[29/Sep/2024 10:12:22] code 400, message Bad request syntax ('\x124\x00\x01')
[29/Sep/2024 10:12:22] "4" 400 -
[29/Sep/2024 10:12:27] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[29/Sep/2024 10:12:27] "" 400 -
[29/Sep/2024 10:12:27] code 400, message Bad request syntax ('serverstatus')
[29/Sep/2024 10:12:27] "serverstatus" 400 -
[29/Sep/2024 10:12:32] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[29/Sep/2024 10:12:32] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[29/Sep/2024 10:12:32] code 400, message Bad request syntax ('#ST')
[29/Sep/2024 10:12:32] "#ST" 400 -
[29/Sep/2024 10:12:37] 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')
[29/Sep/2024 10:12:37] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[29/Sep/2024 10:12:42] 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')
[29/Sep/2024 10:12:42] ",A^mZ$$@tG" 400 -
[29/Sep/2024 10:12:42] code 400, message Bad HTTP/0.9 request type ('TSH')
[29/Sep/2024 10:12:42] "TSH ì1¸ID " 400 -
Not Found: /server-info
[29/Sep/2024 10:12:43] "GET /server-info HTTP/1.1" 404 2261
[29/Sep/2024 10:12:52] 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')
[29/Sep/2024 10:12:52] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[29/Sep/2024 10:12:53] code 400, message Bad request syntax ('*1')
[29/Sep/2024 10:12:53] "*1" 400 -
[29/Sep/2024 10:12:58] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[29/Sep/2024 10:12:58] "" 400 -
[29/Sep/2024 10:12:58] code 400, message Bad HTTP/0.9 request type ('show')
[29/Sep/2024 10:12:58] "show info" 400 -
[29/Sep/2024 10:13:03] 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')
[29/Sep/2024 10:13:03] "€ðÑb" 400 -
[29/Sep/2024 10:13:08] code 400, message Bad request syntax ('\x00\x01n')
[29/Sep/2024 10:13:08] "n" 400 -
[29/Sep/2024 10:13:13] code 400, message Bad request syntax ('vp3')
[29/Sep/2024 10:13:13] "vp3" 400 -
[29/Sep/2024 10:13:18] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[29/Sep/2024 10:13:18] "”ÍïÑa‘" 400 -
[29/Sep/2024 10:13:23] code 400, message Bad request syntax ('þ\x01')
[29/Sep/2024 10:13:23] "þ" 400 -
Not Found: /version
[29/Sep/2024 10:13:23] "GET /version HTTP/1.1" 404 2249
[29/Sep/2024 10:13:33] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[29/Sep/2024 10:13:33] "" 400 -
[29/Sep/2024 10:13:38] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[29/Sep/2024 10:13:38] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[29/Sep/2024 10:13:43] 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')
[29/Sep/2024 10:13:43] "GIOP$abcdefget" 400 -
[29/Sep/2024 10:13:48] code 400, message Bad request syntax ('VERSION')
[29/Sep/2024 10:13:48] "VERSION" 400 -
[29/Sep/2024 10:13:53] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[29/Sep/2024 10:13:53] "CNXN2¼±§±host::" 400 -
[29/Sep/2024 10:13:58] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[29/Sep/2024 10:13:58] " {"code":106}" 400 -
[29/Sep/2024 10:14:03] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[29/Sep/2024 10:14:03] " ImYorDad0u" 400 -
[29/Sep/2024 10:14:08] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[29/Sep/2024 10:14:08] "ÚÚ M" 400 -
[29/Sep/2024 10:16:47] code 400, message Bad request version ("\x94b\x10*\x9bJæÍ\x08ºC%\x9dæ\x11àÓ\x06&\x9d®3L\x02t;I\x908[\x95a\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½À")
[29/Sep/2024 10:16:47] You're accessing the development server over HTTPS, but it only supports HTTP.
[29/Sep/2024 10:17:17] code 400, message Bad HTTP/0.9 request type ('\x80\x00\x00(%\x88¡Æ\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86')
[29/Sep/2024 10:17:17] "€(%ˆ¡Æ† " 400 -
Not Found: /
[29/Sep/2024 13:43:39] "GET / HTTP/1.1" 404 2200
[29/Sep/2024 21:45:00] code 400, message Bad request version ("ó&H¸\x9dX\x9b\x98(`\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[29/Sep/2024 21:45:00] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[29/Sep/2024 21:45:00] "GET / HTTP/1.1" 404 2194
[29/Sep/2024 23:15:36] code 400, message Bad request version ('Ä|\x864\x08q=')
[29/Sep/2024 23:15:36] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[29/Sep/2024 23:15:36] "GET / HTTP/1.1" 404 2194
Not Found: /
[30/Sep/2024 01:18:11] "GET / HTTP/1.1" 404 2200
Not Found: /
[30/Sep/2024 08:20:19] "GET / HTTP/1.1" 404 2200
[30/Sep/2024 09:53:08] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[30/Sep/2024 09:53:08] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[30/Sep/2024 10:54:39] "GET / HTTP/1.0" 404 2210
Not Found: /
[30/Sep/2024 10:54:41] "OPTIONS / HTTP/1.0" 404 2214
[30/Sep/2024 10:54:44] code 400, message Bad request version ('RTSP/1.0')
[30/Sep/2024 10:54:44] "OPTIONS / RTSP/1.0" 400 -
[30/Sep/2024 10:54:53] 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')
[30/Sep/2024 10:54:53] "€(rþ† —|" 400 -
[30/Sep/2024 10:54:59] code 400, message Bad HTTP/0.9 request type ('\x00')
[30/Sep/2024 10:54:59] "versionbind" 400 -
[30/Sep/2024 10:55:05] code 400, message Bad HTTP/0.9 request type ('\x00')
[30/Sep/2024 10:55:05] " " 400 -
[30/Sep/2024 10:55:06] code 400, message Bad request syntax ('EHLO')
[30/Sep/2024 10:55:06] "EHLO" 400 -
[30/Sep/2024 10:55:09] code 400, message Bad request syntax ('HELP')
[30/Sep/2024 10:55:09] "HELP" 400 -
[30/Sep/2024 10:55:11] 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')
[30/Sep/2024 10:55:11] You're accessing the development server over HTTPS, but it only supports HTTP.
[30/Sep/2024 10:55:14] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[30/Sep/2024 10:55:14] "*%àCookie: mstshash=nmap" 400 -
[30/Sep/2024 10:55:16] code 400, message Bad request version ('\x00/\x00')
[30/Sep/2024 10:55:16] You're accessing the development server over HTTPS, but it only supports HTTP.
[30/Sep/2024 10:55:18] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[30/Sep/2024 10:55:18] "€žu fedcb:985432/" 400 -
[30/Sep/2024 10:55:21] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[30/Sep/2024 10:55:21] "qjn0¢" 400 -
[30/Sep/2024 10:55:28] code 400, message Bad request version ('0.12\x00')
[30/Sep/2024 10:55:28] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[30/Sep/2024 10:55:36] code 400, message Bad HTTP/0.9 request type ('l\x00')
[30/Sep/2024 10:55:36] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[30/Sep/2024 10:55:36] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[30/Sep/2024 10:55:38] code 400, message Bad request syntax ('\x01default')
[30/Sep/2024 10:55:38] "default" 400 -
[30/Sep/2024 10:55:41] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[30/Sep/2024 10:55:41] "0„-c„$" 400 -
[30/Sep/2024 10:55:47] code 400, message Bad HTTP/0.9 request type ('0')
[30/Sep/2024 10:55:47] "0 `€" 400 -
[30/Sep/2024 10:55:48] code 400, message Bad request version ('SIP/2.0')
[30/Sep/2024 10:55:48] "OPTIONS sip:nm SIP/2.0" 400 -
[30/Sep/2024 10:55:55] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[30/Sep/2024 10:55:55] "TNMPTNME" 400 -
[30/Sep/2024 10:56:00] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[30/Sep/2024 10:56:00] " à" 400 -
[30/Sep/2024 10:56:06] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[30/Sep/2024 10:56:06] "DmdTÿÿ" 400 -
[30/Sep/2024 10:56:12] 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@')
[30/Sep/2024 10:56:12] ":/@=/@" 400 -
[30/Sep/2024 10:56:19] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[30/Sep/2024 10:56:19] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[30/Sep/2024 10:56:24] code 400, message Bad request syntax ('JRMI\x00\x02K')
[30/Sep/2024 10:56:24] "JRMIK" 400 -
[30/Sep/2024 10:56:30] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[30/Sep/2024 10:56:30] "" 400 -
[30/Sep/2024 10:56:30] code 400, message Bad request version ('>')
[30/Sep/2024 10:56:30] "< NTP/1.0 >" 400 -
[30/Sep/2024 10:56:37] 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ß_')
[30/Sep/2024 10:56:37] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[30/Sep/2024 10:56:42] 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')
[30/Sep/2024 10:56:42] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[30/Sep/2024 10:56:42] code 400, message Bad request syntax ('Subscribe')
[30/Sep/2024 10:56:42] "Subscribe" 400 -
[30/Sep/2024 10:56:43] code 400, message Bad request syntax ('Query')
[30/Sep/2024 10:56:43] "Query" 400 -
[30/Sep/2024 10:56:45] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[30/Sep/2024 10:56:45] "€" 400 -
[30/Sep/2024 10:56:51] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[30/Sep/2024 10:56:51] "root" 400 -
[30/Sep/2024 10:56:56] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[30/Sep/2024 10:56:56] "4 (ÿUMSSQLServerH" 400 -
[30/Sep/2024 10:56:56] code 400, message Bad request syntax ('HELP')
[30/Sep/2024 10:56:56] "HELP" 400 -
[30/Sep/2024 10:56:57] code 400, message Bad request syntax ('stats')
[30/Sep/2024 10:56:57] "stats" 400 -
[30/Sep/2024 10:56:58] 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')
[30/Sep/2024 10:56:58] "$ service_mgrscanner nmap " 400 -
[30/Sep/2024 10:57:03] code 400, message Bad request version ('\x00\x00\x00\x04')
[30/Sep/2024 10:57:03] "DB2DAS 9z " 400 -
[30/Sep/2024 10:57:08] 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')
[30/Sep/2024 10:57:08] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[30/Sep/2024 10:57:13] 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')
[30/Sep/2024 10:57:13] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[30/Sep/2024 10:57:13] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[30/Sep/2024 10:57:13] "<K ÿÿÿÿ" 400 -
[30/Sep/2024 10:57:14] code 400, message Bad request syntax ('\x124\x00\x01')
[30/Sep/2024 10:57:14] "4" 400 -
[30/Sep/2024 10:57:19] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[30/Sep/2024 10:57:19] "" 400 -
[30/Sep/2024 10:57:19] code 400, message Bad request syntax ('serverstatus')
[30/Sep/2024 10:57:19] "serverstatus" 400 -
[30/Sep/2024 10:57:24] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[30/Sep/2024 10:57:24] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[30/Sep/2024 10:57:24] code 400, message Bad request syntax ('#ST')
[30/Sep/2024 10:57:24] "#ST" 400 -
[30/Sep/2024 10:57:29] 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')
[30/Sep/2024 10:57:29] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[30/Sep/2024 10:57:34] 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')
[30/Sep/2024 10:57:34] ",A^mZ$$@tG" 400 -
[30/Sep/2024 10:57:34] code 400, message Bad HTTP/0.9 request type ('TSH')
[30/Sep/2024 10:57:34] "TSH ì1¸ID " 400 -
Not Found: /server-info
[30/Sep/2024 10:57:35] "GET /server-info HTTP/1.1" 404 2261
[30/Sep/2024 10:57:44] 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')
[30/Sep/2024 10:57:44] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[30/Sep/2024 10:57:45] code 400, message Bad request syntax ('*1')
[30/Sep/2024 10:57:45] "*1" 400 -
[30/Sep/2024 10:57:50] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[30/Sep/2024 10:57:50] "" 400 -
[30/Sep/2024 10:57:50] code 400, message Bad HTTP/0.9 request type ('show')
[30/Sep/2024 10:57:50] "show info" 400 -
[30/Sep/2024 10:57:55] 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')
[30/Sep/2024 10:57:55] "€ðÑb" 400 -
[30/Sep/2024 10:58:00] code 400, message Bad request syntax ('\x00\x01n')
[30/Sep/2024 10:58:00] "n" 400 -
[30/Sep/2024 10:58:05] code 400, message Bad request syntax ('vp3')
[30/Sep/2024 10:58:05] "vp3" 400 -
[30/Sep/2024 10:58:10] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[30/Sep/2024 10:58:10] "”ÍïÑa‘" 400 -
[30/Sep/2024 10:58:15] code 400, message Bad request syntax ('þ\x01')
[30/Sep/2024 10:58:15] "þ" 400 -
Not Found: /version
[30/Sep/2024 10:58:15] "GET /version HTTP/1.1" 404 2249
[30/Sep/2024 10:58:25] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[30/Sep/2024 10:58:25] "" 400 -
[30/Sep/2024 10:58:30] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[30/Sep/2024 10:58:30] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[30/Sep/2024 10:58:35] 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')
[30/Sep/2024 10:58:35] "GIOP$abcdefget" 400 -
[30/Sep/2024 10:58:40] code 400, message Bad request syntax ('VERSION')
[30/Sep/2024 10:58:40] "VERSION" 400 -
[30/Sep/2024 10:58:45] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[30/Sep/2024 10:58:45] "CNXN2¼±§±host::" 400 -
[30/Sep/2024 10:58:50] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[30/Sep/2024 10:58:50] " {"code":106}" 400 -
[30/Sep/2024 10:58:55] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[30/Sep/2024 10:58:55] " ImYorDad0u" 400 -
[30/Sep/2024 10:59:00] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[30/Sep/2024 10:59:00] "ÚÚ M" 400 -
[30/Sep/2024 11:01:15] code 400, message Bad request version ("\x90\x168\x9f¤eà4\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½À")
[30/Sep/2024 11:01:15] You're accessing the development server over HTTPS, but it only supports HTTP.
[30/Sep/2024 11:01:37] 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')
[30/Sep/2024 11:01:37] "€( sìΆ " 400 -
Not Found: /
[30/Sep/2024 14:01:51] "GET / HTTP/1.1" 404 2200
Not Found: /
[30/Sep/2024 16:47:08] "GET / HTTP/1.1" 404 2200
[30/Sep/2024 23:45:22] code 400, message Bad request version ("¶¥¢ó\x16Û\x13©RãÒps\x8dõã'ε\x83\x02ýÖ\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[30/Sep/2024 23:45:22] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[30/Sep/2024 23:45:22] "GET / HTTP/1.1" 404 2194
Not Found: /
[01/Oct/2024 00:45:01] "GET / HTTP/1.1" 404 2200
[01/Oct/2024 01:14:04,221] - Broken pipe from ('101.251.238.171', 52467)
[01/Oct/2024 01:14:11] code 400, message Bad request version ("\\f;më]O\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[01/Oct/2024 01:14:11] You're accessing the development server over HTTPS, but it only supports HTTP.
[01/Oct/2024 01:14:25,611] - Broken pipe from ('101.251.238.171', 47537)
[01/Oct/2024 01:14:27] code 400, message Bad request version ("¤v:\x99\x0f!%\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[01/Oct/2024 01:14:27] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[01/Oct/2024 01:15:06] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Oct/2024 01:15:21] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Oct/2024 01:15:30] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[01/Oct/2024 01:15:35] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[01/Oct/2024 01:15:41] "GET /favicon.ico HTTP/1.1" 404 2251
[01/Oct/2024 01:15:46,919] - Broken pipe from ('101.251.238.171', 34861)
Not Found: /
[01/Oct/2024 02:24:31] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Oct/2024 12:17:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Oct/2024 14:17:04] "GET / HTTP/1.1" 404 2200
[01/Oct/2024 16:37:35,791] - Broken pipe from ('42.101.89.147', 63743)
Not Found: /
[01/Oct/2024 16:43:19] "GET / HTTP/1.0" 404 2210
Not Found: /
[01/Oct/2024 16:43:21] "OPTIONS / HTTP/1.0" 404 2214
[01/Oct/2024 16:43:25] code 400, message Bad request version ('RTSP/1.0')
[01/Oct/2024 16:43:25] "OPTIONS / RTSP/1.0" 400 -
[01/Oct/2024 16:43:34] 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')
[01/Oct/2024 16:43:34] "€(rþ† —|" 400 -
[01/Oct/2024 16:43:40] code 400, message Bad HTTP/0.9 request type ('\x00')
[01/Oct/2024 16:43:40] "versionbind" 400 -
[01/Oct/2024 16:43:46] code 400, message Bad HTTP/0.9 request type ('\x00')
[01/Oct/2024 16:43:46] " " 400 -
[01/Oct/2024 16:43:47] code 400, message Bad request syntax ('EHLO')
[01/Oct/2024 16:43:47] "EHLO" 400 -
[01/Oct/2024 16:43:49] code 400, message Bad request syntax ('HELP')
[01/Oct/2024 16:43:49] "HELP" 400 -
[01/Oct/2024 16:43: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')
[01/Oct/2024 16:43:53] You're accessing the development server over HTTPS, but it only supports HTTP.
[01/Oct/2024 16:43:55] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[01/Oct/2024 16:43:55] "*%àCookie: mstshash=nmap" 400 -
[01/Oct/2024 16:43:58] code 400, message Bad request version ('\x00/\x00')
[01/Oct/2024 16:43:58] You're accessing the development server over HTTPS, but it only supports HTTP.
[01/Oct/2024 16:44:01] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[01/Oct/2024 16:44:01] "€žu fedcb:985432/" 400 -
[01/Oct/2024 16:44:04] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[01/Oct/2024 16:44:04] "qjn0¢" 400 -
[01/Oct/2024 16:44:11] code 400, message Bad request version ('0.12\x00')
[01/Oct/2024 16:44:11] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[01/Oct/2024 16:44:18] code 400, message Bad HTTP/0.9 request type ('l\x00')
[01/Oct/2024 16:44:18] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[01/Oct/2024 16:44:18] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[01/Oct/2024 16:44:21] code 400, message Bad request syntax ('\x01default')
[01/Oct/2024 16:44:21] "default" 400 -
[01/Oct/2024 16:44:24] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[01/Oct/2024 16:44:24] "0„-c„$" 400 -
[01/Oct/2024 16:44:32] code 400, message Bad HTTP/0.9 request type ('0')
[01/Oct/2024 16:44:32] "0 `€" 400 -
[01/Oct/2024 16:44:32] code 400, message Bad request version ('SIP/2.0')
[01/Oct/2024 16:44:32] "OPTIONS sip:nm SIP/2.0" 400 -
[01/Oct/2024 16:44:40] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[01/Oct/2024 16:44:40] "TNMPTNME" 400 -
[01/Oct/2024 16:44:46] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[01/Oct/2024 16:44:46] " à" 400 -
[01/Oct/2024 16:44:51] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[01/Oct/2024 16:44:51] "DmdTÿÿ" 400 -
[01/Oct/2024 16:44:57] 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@')
[01/Oct/2024 16:44:57] ":/@=/@" 400 -
[01/Oct/2024 16:45:02] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[01/Oct/2024 16:45:02] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[01/Oct/2024 16:45:09] code 400, message Bad request syntax ('JRMI\x00\x02K')
[01/Oct/2024 16:45:09] "JRMIK" 400 -
[01/Oct/2024 16:45:14] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[01/Oct/2024 16:45:14] "" 400 -
[01/Oct/2024 16:45:14] code 400, message Bad request version ('>')
[01/Oct/2024 16:45:14] "< NTP/1.0 >" 400 -
[01/Oct/2024 16:45:22] 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ß_')
[01/Oct/2024 16:45:22] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[01/Oct/2024 16:45:27] 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')
[01/Oct/2024 16:45:27] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[01/Oct/2024 16:45:28] code 400, message Bad request syntax ('Subscribe')
[01/Oct/2024 16:45:28] "Subscribe" 400 -
[01/Oct/2024 16:45:29] code 400, message Bad request syntax ('Query')
[01/Oct/2024 16:45:29] "Query" 400 -
[01/Oct/2024 16:45:30] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[01/Oct/2024 16:45:30] "€" 400 -
[01/Oct/2024 16:45:36] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[01/Oct/2024 16:45:36] "root" 400 -
[01/Oct/2024 16:45:41] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[01/Oct/2024 16:45:41] "4 (ÿUMSSQLServerH" 400 -
[01/Oct/2024 16:45:41] code 400, message Bad request syntax ('HELP')
[01/Oct/2024 16:45:41] "HELP" 400 -
[01/Oct/2024 16:45:42] code 400, message Bad request syntax ('stats')
[01/Oct/2024 16:45:42] "stats" 400 -
[01/Oct/2024 16:45:42] 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')
[01/Oct/2024 16:45:42] "$ service_mgrscanner nmap " 400 -
[01/Oct/2024 16:45:47] code 400, message Bad request version ('\x00\x00\x00\x04')
[01/Oct/2024 16:45:47] "DB2DAS 9z " 400 -
[01/Oct/2024 16:45:52] 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')
[01/Oct/2024 16:45:52] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[01/Oct/2024 16:45:57] 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')
[01/Oct/2024 16:45:57] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[01/Oct/2024 16:45:58] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[01/Oct/2024 16:45:58] "<K ÿÿÿÿ" 400 -
[01/Oct/2024 16:45:58] code 400, message Bad request syntax ('\x124\x00\x01')
[01/Oct/2024 16:45:58] "4" 400 -
[01/Oct/2024 16:46:03] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[01/Oct/2024 16:46:03] "" 400 -
[01/Oct/2024 16:46:03] code 400, message Bad request syntax ('serverstatus')
[01/Oct/2024 16:46:03] "serverstatus" 400 -
[01/Oct/2024 16:46:08] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[01/Oct/2024 16:46:08] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[01/Oct/2024 16:46:08] code 400, message Bad request syntax ('#ST')
[01/Oct/2024 16:46:08] "#ST" 400 -
[01/Oct/2024 16:46:13] 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')
[01/Oct/2024 16:46:13] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[01/Oct/2024 16:46:18] 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')
[01/Oct/2024 16:46:18] ",A^mZ$$@tG" 400 -
[01/Oct/2024 16:46:19] code 400, message Bad HTTP/0.9 request type ('TSH')
[01/Oct/2024 16:46:19] "TSH ì1¸ID " 400 -
Not Found: /server-info
[01/Oct/2024 16:46:19] "GET /server-info HTTP/1.1" 404 2261
[01/Oct/2024 16:46:29] 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')
[01/Oct/2024 16:46:29] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[01/Oct/2024 16:46:29] code 400, message Bad request syntax ('*1')
[01/Oct/2024 16:46:29] "*1" 400 -
[01/Oct/2024 16:46:34] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[01/Oct/2024 16:46:34] "" 400 -
[01/Oct/2024 16:46:34] code 400, message Bad HTTP/0.9 request type ('show')
[01/Oct/2024 16:46:34] "show info" 400 -
[01/Oct/2024 16:46:39] 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')
[01/Oct/2024 16:46:39] "€ðÑb" 400 -
[01/Oct/2024 16:46:44] code 400, message Bad request syntax ('\x00\x01n')
[01/Oct/2024 16:46:44] "n" 400 -
[01/Oct/2024 16:46:49] code 400, message Bad request syntax ('vp3')
[01/Oct/2024 16:46:49] "vp3" 400 -
[01/Oct/2024 16:46:54] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[01/Oct/2024 16:46:54] "”ÍïÑa‘" 400 -
[01/Oct/2024 16:46:59] code 400, message Bad request syntax ('þ\x01')
[01/Oct/2024 16:46:59] "þ" 400 -
Not Found: /version
[01/Oct/2024 16:46:59] "GET /version HTTP/1.1" 404 2249
[01/Oct/2024 16:47:09] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[01/Oct/2024 16:47:09] "" 400 -
[01/Oct/2024 16:47:14] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[01/Oct/2024 16:47:14] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[01/Oct/2024 16:47:19] 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')
[01/Oct/2024 16:47:19] "GIOP$abcdefget" 400 -
[01/Oct/2024 16:47:24] code 400, message Bad request syntax ('VERSION')
[01/Oct/2024 16:47:24] "VERSION" 400 -
[01/Oct/2024 16:47:29] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[01/Oct/2024 16:47:29] "CNXN2¼±§±host::" 400 -
[01/Oct/2024 16:47:34] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[01/Oct/2024 16:47:34] " {"code":106}" 400 -
[01/Oct/2024 16:47:39] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[01/Oct/2024 16:47:39] " ImYorDad0u" 400 -
[01/Oct/2024 16:47:45] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[01/Oct/2024 16:47:45] "ÚÚ M" 400 -
[01/Oct/2024 16:50:01] code 400, message Bad request version ('"3ìû\x9c³nÁ\x9bã6^\'.1l£\x9d¢¨\x90\x9aX\x86³E\x0e')
[01/Oct/2024 16:50:01] You're accessing the development server over HTTPS, but it only supports HTTP.
[01/Oct/2024 16:50:23] code 400, message Bad HTTP/0.9 request type ('\x80\x00\x00(H|uá\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86')
[01/Oct/2024 16:50:23] "€(H|uᆠ" 400 -
[01/Oct/2024 17:06:22] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[01/Oct/2024 17:06:22] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[01/Oct/2024 17:20:59] "GET / HTTP/1.1" 404 2200
[01/Oct/2024 17:57:03] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[01/Oct/2024 18:48:14] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Oct/2024 00:41:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Oct/2024 02:39:35] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[02/Oct/2024 02:39:35] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[02/Oct/2024 02:39:35] "GET /admin/ HTTP/1.1" 302 0
[02/Oct/2024 02:39:35] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[02/Oct/2024 02:39:35] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[02/Oct/2024 02:39:35] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[02/Oct/2024 02:39:36] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[02/Oct/2024 02:39:36] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[02/Oct/2024 02:39:36] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[02/Oct/2024 02:39:36] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[02/Oct/2024 02:39:36] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[02/Oct/2024 02:39:36] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[02/Oct/2024 02:39:36] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[02/Oct/2024 02:39:36] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[02/Oct/2024 02:39:36] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[02/Oct/2024 02:39:36] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[02/Oct/2024 02:39:36] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[02/Oct/2024 02:39:36] "GET /wcm/ HTTP/1.1" 404 2230
[02/Oct/2024 03:09:18] code 400, message Bad request version ("ÝêL\x8c\x82¨\x80¤Â¹+\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[02/Oct/2024 03:09:18] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[02/Oct/2024 03:09:18] "GET / HTTP/1.1" 404 2194
[02/Oct/2024 03:09:18,975] - Broken pipe from ('39.99.235.57', 53612)
[02/Oct/2024 06:02:27] code 400, message Bad request version ("¹\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[02/Oct/2024 06:02:27] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[02/Oct/2024 06:02:27] "GET / HTTP/1.1" 404 2194
Not Found: /
[02/Oct/2024 10:39:44] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Oct/2024 12:37:14] "GET / HTTP/1.1" 404 2200
Not Found: /8Cyh
[02/Oct/2024 21:01:01] "GET /8Cyh HTTP/1.1" 404 2230
Not Found: /iQaB
[02/Oct/2024 21:01:01] "GET /iQaB HTTP/1.1" 404 2230
Not Found: /aab8
[02/Oct/2024 21:01:03] "GET /aab8 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.1.slim.min.js
[02/Oct/2024 21:01:04] "GET /jquery-3.3.1.slim.min.js HTTP/1.1" 404 2290
Not Found: /aab9
[02/Oct/2024 21:01:04] "GET /aab9 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.2.slim.min.js
[02/Oct/2024 21:01:05] "GET /jquery-3.3.2.slim.min.js HTTP/1.1" 404 2290
[02/Oct/2024 21:31:22] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[02/Oct/2024 21:31:22] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[02/Oct/2024 23:10:34] "GET / HTTP/1.1" 404 2200
Not Found: /
[03/Oct/2024 02:51:53] "GET / HTTP/1.1" 404 2200
[03/Oct/2024 05:02:36] code 400, message Bad request syntax ('\x03\x00\x00\x13\x0eà\x00\x00\x00\x00\x00\x01\x00\x08\x00\x02\x00\x00\x00')
[03/Oct/2024 05:02:36] "à" 400 -
[03/Oct/2024 05:02:36,649] - Broken pipe from ('89.248.165.205', 52550)
Not Found: /
[03/Oct/2024 13:13:24] "GET / HTTP/1.1" 404 2200
[03/Oct/2024 13:47:51] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[03/Oct/2024 13:47:51] "/*àCookie: mstshash=Administr" 400 -
[03/Oct/2024 18:06:16] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[03/Oct/2024 18:06:16] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
[03/Oct/2024 18:32:12] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[04/Oct/2024 00:58:53] "GET / HTTP/1.1" 404 2200
Not Found: /
[04/Oct/2024 09:06:10] "GET / HTTP/1.1" 404 2200
Not Found: /
[04/Oct/2024 09:26:35] "GET / HTTP/1.1" 404 2200
Not Found: /
[04/Oct/2024 12:35:33] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Oct/2024 00:59:57] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Oct/2024 02:50:19] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Oct/2024 04:35:19] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Oct/2024 05:52:05] "GET / HTTP/1.1" 404 2200
[05/Oct/2024 09:55:25,135] - Broken pipe from ('141.98.83.233', 63907)
Not Found: /
[05/Oct/2024 14:16:12] "GET / HTTP/1.1" 404 2200
[05/Oct/2024 14:36:54] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[05/Oct/2024 14:36:54] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[05/Oct/2024 18:34:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Oct/2024 23:11:36] "GET / HTTP/1.1" 404 2200
[05/Oct/2024 23:49:35,073] - Broken pipe from ('141.98.83.233', 62900)
[06/Oct/2024 01:26:22,607] - Broken pipe from ('87.251.64.11', 63547)
[06/Oct/2024 11:59:22,598] - Broken pipe from ('87.251.64.11', 61719)
Not Found: /
[06/Oct/2024 13:40:15] "GET / HTTP/1.1" 404 2200
Not Found: /
[06/Oct/2024 14:20:39] "GET / HTTP/1.1" 404 2200
Not Found: /
[07/Oct/2024 00:09:33] "GET / HTTP/1.0" 404 2210
Not Found: /
[07/Oct/2024 00:09:33] "OPTIONS / HTTP/1.0" 404 2214
[07/Oct/2024 00:09:33] code 400, message Bad request version ('RTSP/1.0')
[07/Oct/2024 00:09:33] "OPTIONS / RTSP/1.0" 400 -
[07/Oct/2024 00:09:44] 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 00:09:44] "€(rþ† —|" 400 -
[07/Oct/2024 00:09:50] code 400, message Bad HTTP/0.9 request type ('\x00')
[07/Oct/2024 00:09:50] "versionbind" 400 -
[07/Oct/2024 00:09:55] code 400, message Bad HTTP/0.9 request type ('\x00')
[07/Oct/2024 00:09:55] " " 400 -
[07/Oct/2024 00:09:56] code 400, message Bad request syntax ('EHLO')
[07/Oct/2024 00:09:56] "EHLO" 400 -
[07/Oct/2024 00:09:57] code 400, message Bad request syntax ('HELP')
[07/Oct/2024 00:09:57] "HELP" 400 -
[07/Oct/2024 00:09:58] 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 00:09:58] You're accessing the development server over HTTPS, but it only supports HTTP.
[07/Oct/2024 00:09:59] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[07/Oct/2024 00:09:59] "*%àCookie: mstshash=nmap" 400 -
[07/Oct/2024 00:10:00] code 400, message Bad request version ('\x00/\x00')
[07/Oct/2024 00:10:00] You're accessing the development server over HTTPS, but it only supports HTTP.
[07/Oct/2024 00:10:01] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[07/Oct/2024 00:10:01] "€žu fedcb:985432/" 400 -
[07/Oct/2024 00:10:02] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[07/Oct/2024 00:10:02] "qjn0¢" 400 -
[07/Oct/2024 00:10:08] code 400, message Bad request version ('0.12\x00')
[07/Oct/2024 00:10:08] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[07/Oct/2024 00:10:14] code 400, message Bad HTTP/0.9 request type ('l\x00')
[07/Oct/2024 00:10:14] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[07/Oct/2024 00:10:14] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[07/Oct/2024 00:10:14] code 400, message Bad request syntax ('\x01default')
[07/Oct/2024 00:10:14] "default" 400 -
[07/Oct/2024 00:10:15] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[07/Oct/2024 00:10:15] "0„-c„$" 400 -
[07/Oct/2024 00:10:21] code 400, message Bad HTTP/0.9 request type ('0')
[07/Oct/2024 00:10:21] "0 `€" 400 -
[07/Oct/2024 00:10:21] code 400, message Bad request version ('SIP/2.0')
[07/Oct/2024 00:10:21] "OPTIONS sip:nm SIP/2.0" 400 -
[07/Oct/2024 00:10:27] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[07/Oct/2024 00:10:27] "TNMPTNME" 400 -
[07/Oct/2024 00:10:32] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[07/Oct/2024 00:10:32] " à" 400 -
[07/Oct/2024 00:10:37] 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 00:10:37] "DmdTÿÿ" 400 -
[07/Oct/2024 00:10:43] 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 00:10:43] ":/@=/@" 400 -
[07/Oct/2024 00:10:48] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[07/Oct/2024 00:10:48] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[07/Oct/2024 00:10:53] code 400, message Bad request syntax ('JRMI\x00\x02K')
[07/Oct/2024 00:10:53] "JRMIK" 400 -
[07/Oct/2024 00:10:58] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[07/Oct/2024 00:10:58] "" 400 -
[07/Oct/2024 00:10:58] code 400, message Bad request version ('>')
[07/Oct/2024 00:10:58] "< NTP/1.0 >" 400 -
[07/Oct/2024 00:11:03] 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 00:11:03] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[07/Oct/2024 00:11:09] 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 00:11:09] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[07/Oct/2024 00:11:09] code 400, message Bad request syntax ('Subscribe')
[07/Oct/2024 00:11:09] "Subscribe" 400 -
[07/Oct/2024 00:11:09] code 400, message Bad request syntax ('Query')
[07/Oct/2024 00:11:09] "Query" 400 -
[07/Oct/2024 00:11:09] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[07/Oct/2024 00:11:09] "€" 400 -
[07/Oct/2024 00:11:15] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[07/Oct/2024 00:11:15] "root" 400 -
[07/Oct/2024 00:11:20] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[07/Oct/2024 00:11:20] "4 (ÿUMSSQLServerH" 400 -
[07/Oct/2024 00:11:20] code 400, message Bad request syntax ('HELP')
[07/Oct/2024 00:11:20] "HELP" 400 -
[07/Oct/2024 00:11:20] code 400, message Bad request syntax ('stats')
[07/Oct/2024 00:11:20] "stats" 400 -
[07/Oct/2024 00:11:20] 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 00:11:20] "$ service_mgrscanner nmap " 400 -
[07/Oct/2024 00:11:26] code 400, message Bad request version ('\x00\x00\x00\x04')
[07/Oct/2024 00:11:26] "DB2DAS 9z " 400 -
[07/Oct/2024 00:11:31] 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 00:11:31] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[07/Oct/2024 00:11:36] 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 00:11:36] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[07/Oct/2024 00:11:36] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[07/Oct/2024 00:11:36] "<K ÿÿÿÿ" 400 -
[07/Oct/2024 00:11:36] code 400, message Bad request syntax ('\x124\x00\x01')
[07/Oct/2024 00:11:36] "4" 400 -
[07/Oct/2024 00:11:41] 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 00:11:41] "" 400 -
[07/Oct/2024 00:11:41] code 400, message Bad request syntax ('serverstatus')
[07/Oct/2024 00:11:41] "serverstatus" 400 -
[07/Oct/2024 00:11:46] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[07/Oct/2024 00:11:46] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[07/Oct/2024 00:11:46] code 400, message Bad request syntax ('#ST')
[07/Oct/2024 00:11:46] "#ST" 400 -
[07/Oct/2024 00:11:51] 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 00:11:51] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[07/Oct/2024 00:11:56] 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 00:11:56] ",A^mZ$$@tG" 400 -
[07/Oct/2024 00:11:57] code 400, message Bad HTTP/0.9 request type ('TSH')
[07/Oct/2024 00:11:57] "TSH ì1¸ID " 400 -
Not Found: /server-info
[07/Oct/2024 00:11:57] "GET /server-info HTTP/1.1" 404 2261
[07/Oct/2024 00:12:07] 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 00:12:07] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[07/Oct/2024 00:12:07] code 400, message Bad request syntax ('*1')
[07/Oct/2024 00:12:07] "*1" 400 -
[07/Oct/2024 00:12:12] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[07/Oct/2024 00:12:12] "" 400 -
[07/Oct/2024 00:12:12] code 400, message Bad HTTP/0.9 request type ('show')
[07/Oct/2024 00:12:12] "show info" 400 -
[07/Oct/2024 00:12:17] 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 00:12:17] "€ðÑb" 400 -
[07/Oct/2024 00:12:22] code 400, message Bad request syntax ('\x00\x01n')
[07/Oct/2024 00:12:22] "n" 400 -
[07/Oct/2024 00:12:27] code 400, message Bad request syntax ('vp3')
[07/Oct/2024 00:12:27] "vp3" 400 -
[07/Oct/2024 00:12:32] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[07/Oct/2024 00:12:32] "”ÍïÑa‘" 400 -
[07/Oct/2024 00:12:37] code 400, message Bad request syntax ('þ\x01')
[07/Oct/2024 00:12:37] "þ" 400 -
Not Found: /version
[07/Oct/2024 00:12:37] "GET /version HTTP/1.1" 404 2249
[07/Oct/2024 00:12:47] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[07/Oct/2024 00:12:47] "" 400 -
[07/Oct/2024 00:12:52] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[07/Oct/2024 00:12:52] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[07/Oct/2024 00:12:57] 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 00:12:57] "GIOP$abcdefget" 400 -
[07/Oct/2024 00:13:02] code 400, message Bad request syntax ('VERSION')
[07/Oct/2024 00:13:02] "VERSION" 400 -
[07/Oct/2024 00:13:07] 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 00:13:07] "CNXN2¼±§±host::" 400 -
[07/Oct/2024 00:13:12] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[07/Oct/2024 00:13:12] " {"code":106}" 400 -
[07/Oct/2024 00:13:17] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[07/Oct/2024 00:13:17] " ImYorDad0u" 400 -
[07/Oct/2024 00:13:22] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[07/Oct/2024 00:13:22] "ÚÚ M" 400 -
[07/Oct/2024 00:16:05] code 400, message Bad request version ("î5I\x14û§\x12\x93\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 00:16:05] You're accessing the development server over HTTPS, but it only supports HTTP.
[07/Oct/2024 00:16:27] 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 00:16:27] "€(¤£V† " 400 -
Not Found: /
[07/Oct/2024 00:29:50] "GET / HTTP/1.1" 404 2200
[07/Oct/2024 08:56:49] code 400, message Bad request version (']ru\x83')
[07/Oct/2024 08:56:49] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[07/Oct/2024 08:56:49] "GET / HTTP/1.1" 404 2194
Not Found: /
[07/Oct/2024 10:29:57] "GET / HTTP/1.1" 404 2200
[07/Oct/2024 11:08:30] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x01ü\x03\x03f')
[07/Oct/2024 11:08:30] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[07/Oct/2024 11:08:30] "GET / HTTP/1.1" 404 2194
[07/Oct/2024 11:08:30,599] - Broken pipe from ('101.133.138.230', 57196)
Not Found: /
[07/Oct/2024 13:55:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[07/Oct/2024 18:37:36] "GET / HTTP/1.1" 404 2200
[07/Oct/2024 22:48:07,286] - Broken pipe from ('79.124.58.234', 63827)
Not Found: /
[08/Oct/2024 01:01:16] "GET / HTTP/1.1" 404 2200
[08/Oct/2024 09:43:41] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[08/Oct/2024 09:43:41] "/*àCookie: mstshash=Administr" 400 -
[08/Oct/2024 09:43:42] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[08/Oct/2024 09:43:42] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[08/Oct/2024 13:25:46] "GET / HTTP/1.1" 404 2200
Not Found: /
[08/Oct/2024 14:35:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[08/Oct/2024 16:01:56] "GET / HTTP/1.1" 404 2200
[08/Oct/2024 16:18:37] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[08/Oct/2024 16:18:37] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[08/Oct/2024 16:46:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Oct/2024 00:35:05] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Oct/2024 02:01:24] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[09/Oct/2024 02:01:24] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[09/Oct/2024 02:17:28] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[09/Oct/2024 02:17:28] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[09/Oct/2024 03:07:01] "GET / HTTP/1.0" 404 2210
Not Found: /
[09/Oct/2024 03:07:05] "OPTIONS / HTTP/1.0" 404 2214
[09/Oct/2024 03:07:13] code 400, message Bad request version ('RTSP/1.0')
[09/Oct/2024 03:07:13] "OPTIONS / RTSP/1.0" 400 -
[09/Oct/2024 03:07:21] 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')
[09/Oct/2024 03:07:21] "€(rþ† —|" 400 -
[09/Oct/2024 03:07:28] code 400, message Bad HTTP/0.9 request type ('\x00')
[09/Oct/2024 03:07:28] "versionbind" 400 -
[09/Oct/2024 03:07:35] code 400, message Bad HTTP/0.9 request type ('\x00')
[09/Oct/2024 03:07:35] " " 400 -
[09/Oct/2024 03:07:36] code 400, message Bad request syntax ('EHLO')
[09/Oct/2024 03:07:36] "EHLO" 400 -
[09/Oct/2024 03:07:39] code 400, message Bad request syntax ('HELP')
[09/Oct/2024 03:07:39] "HELP" 400 -
[09/Oct/2024 03:07:43] 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')
[09/Oct/2024 03:07:43] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 03:07:47] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[09/Oct/2024 03:07:47] "*%àCookie: mstshash=nmap" 400 -
[09/Oct/2024 03:07:50] code 400, message Bad request version ('\x00/\x00')
[09/Oct/2024 03:07:50] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 03:07:53] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[09/Oct/2024 03:07:53] "€žu fedcb:985432/" 400 -
[09/Oct/2024 03:07:56] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[09/Oct/2024 03:07:56] "qjn0¢" 400 -
[09/Oct/2024 03:08:05] code 400, message Bad request version ('0.12\x00')
[09/Oct/2024 03:08:05] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[09/Oct/2024 03:08:11] code 400, message Bad HTTP/0.9 request type ('l\x00')
[09/Oct/2024 03:08:11] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[09/Oct/2024 03:08:13] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[09/Oct/2024 03:08:16] code 400, message Bad request syntax ('\x01default')
[09/Oct/2024 03:08:16] "default" 400 -
[09/Oct/2024 03:08:19] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[09/Oct/2024 03:08:19] "0„-c„$" 400 -
[09/Oct/2024 03:08:28] code 400, message Bad HTTP/0.9 request type ('0')
[09/Oct/2024 03:08:28] "0 `€" 400 -
[09/Oct/2024 03:08:30] code 400, message Bad request version ('SIP/2.0')
[09/Oct/2024 03:08:30] "OPTIONS sip:nm SIP/2.0" 400 -
[09/Oct/2024 03:08:38] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[09/Oct/2024 03:08:38] "TNMPTNME" 400 -
[09/Oct/2024 03:08:43] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[09/Oct/2024 03:08:43] " à" 400 -
[09/Oct/2024 03:08:49] code 400, message Bad request syntax ('DmdT\x00\x00\x00\x17\x00\x00\x00\x01\x00\x00\x00\x00\x11\x11\x00ÿ\x01ÿ\x13')
[09/Oct/2024 03:08:49] "DmdTÿÿ" 400 -
[09/Oct/2024 03:08:55] 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@')
[09/Oct/2024 03:08:55] ":/@=/@" 400 -
[09/Oct/2024 03:09:01] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[09/Oct/2024 03:09:01] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[09/Oct/2024 03:09:07] code 400, message Bad request syntax ('JRMI\x00\x02K')
[09/Oct/2024 03:09:07] "JRMIK" 400 -
[09/Oct/2024 03:09:13] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[09/Oct/2024 03:09:13] "" 400 -
[09/Oct/2024 03:09:14] code 400, message Bad request version ('>')
[09/Oct/2024 03:09:14] "< NTP/1.0 >" 400 -
[09/Oct/2024 03:09:20] 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ß_')
[09/Oct/2024 03:09:20] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[09/Oct/2024 03:09:26] 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')
[09/Oct/2024 03:09:26] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[09/Oct/2024 03:09:27] code 400, message Bad request syntax ('Subscribe')
[09/Oct/2024 03:09:27] "Subscribe" 400 -
[09/Oct/2024 03:09:30] code 400, message Bad request syntax ('Query')
[09/Oct/2024 03:09:30] "Query" 400 -
[09/Oct/2024 03:09:31] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[09/Oct/2024 03:09:31] "€" 400 -
[09/Oct/2024 03:09:38] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[09/Oct/2024 03:09:38] "root" 400 -
[09/Oct/2024 03:09:44] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[09/Oct/2024 03:09:44] "4 (ÿUMSSQLServerH" 400 -
[09/Oct/2024 03:09:45] code 400, message Bad request syntax ('HELP')
[09/Oct/2024 03:09:45] "HELP" 400 -
[09/Oct/2024 03:09:46] code 400, message Bad request syntax ('stats')
[09/Oct/2024 03:09:46] "stats" 400 -
[09/Oct/2024 03:09:48] 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')
[09/Oct/2024 03:09:48] "$ service_mgrscanner nmap " 400 -
[09/Oct/2024 03:09:54] code 400, message Bad request version ('\x00\x00\x00\x04')
[09/Oct/2024 03:09:54] "DB2DAS 9z " 400 -
[09/Oct/2024 03:10:00] 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')
[09/Oct/2024 03:10:00] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[09/Oct/2024 03:10:05] 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')
[09/Oct/2024 03:10:05] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[09/Oct/2024 03:10:06] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[09/Oct/2024 03:10:06] "<K ÿÿÿÿ" 400 -
[09/Oct/2024 03:10:06] code 400, message Bad request syntax ('\x124\x00\x01')
[09/Oct/2024 03:10:06] "4" 400 -
[09/Oct/2024 03:10:12] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[09/Oct/2024 03:10:12] "" 400 -
[09/Oct/2024 03:10:12] code 400, message Bad request syntax ('serverstatus')
[09/Oct/2024 03:10:12] "serverstatus" 400 -
[09/Oct/2024 03:10:17] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[09/Oct/2024 03:10:17] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[09/Oct/2024 03:10:17] code 400, message Bad request syntax ('#ST')
[09/Oct/2024 03:10:17] "#ST" 400 -
[09/Oct/2024 03:10:22] 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')
[09/Oct/2024 03:10:22] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[09/Oct/2024 03:10:28] 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')
[09/Oct/2024 03:10:28] ",A^mZ$$@tG" 400 -
[09/Oct/2024 03:10:28] code 400, message Bad HTTP/0.9 request type ('TSH')
[09/Oct/2024 03:10:28] "TSH ì1¸ID " 400 -
Not Found: /server-info
[09/Oct/2024 03:10:28] "GET /server-info HTTP/1.1" 404 2261
[09/Oct/2024 03:10:38] 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')
[09/Oct/2024 03:10:38] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[09/Oct/2024 03:10:38] code 400, message Bad request syntax ('*1')
[09/Oct/2024 03:10:38] "*1" 400 -
[09/Oct/2024 03:10:43] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[09/Oct/2024 03:10:43] "" 400 -
[09/Oct/2024 03:10:43] code 400, message Bad HTTP/0.9 request type ('show')
[09/Oct/2024 03:10:43] "show info" 400 -
[09/Oct/2024 03:10:48] 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')
[09/Oct/2024 03:10:48] "€ðÑb" 400 -
[09/Oct/2024 03:10:53] code 400, message Bad request syntax ('\x00\x01n')
[09/Oct/2024 03:10:53] "n" 400 -
[09/Oct/2024 03:10:58] code 400, message Bad request syntax ('vp3')
[09/Oct/2024 03:10:58] "vp3" 400 -
[09/Oct/2024 03:11:03] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[09/Oct/2024 03:11:03] "”ÍïÑa‘" 400 -
[09/Oct/2024 03:11:08] code 400, message Bad request syntax ('þ\x01')
[09/Oct/2024 03:11:08] "þ" 400 -
Not Found: /version
[09/Oct/2024 03:11:09] "GET /version HTTP/1.1" 404 2249
[09/Oct/2024 03:11:18] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[09/Oct/2024 03:11:18] "" 400 -
[09/Oct/2024 03:11:23] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[09/Oct/2024 03:11:23] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[09/Oct/2024 03:11:28] 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')
[09/Oct/2024 03:11:28] "GIOP$abcdefget" 400 -
[09/Oct/2024 03:11:33] code 400, message Bad request syntax ('VERSION')
[09/Oct/2024 03:11:33] "VERSION" 400 -
[09/Oct/2024 03:11:38] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[09/Oct/2024 03:11:38] "CNXN2¼±§±host::" 400 -
[09/Oct/2024 03:11:43] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[09/Oct/2024 03:11:43] " {"code":106}" 400 -
[09/Oct/2024 03:11:48] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[09/Oct/2024 03:11:48] " ImYorDad0u" 400 -
[09/Oct/2024 03:11:53] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[09/Oct/2024 03:11:53] "ÚÚ M" 400 -
[09/Oct/2024 03:14:13] code 400, message Bad request version ("\x02ÄölËûÉ\x87ö9½\x89ïh\x9b¹Â¯¡_¶©\x11u?·AðQÅi\x94\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½À")
[09/Oct/2024 03:14:13] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 03:14:43] code 400, message Bad HTTP/0.9 request type ('\x80\x00\x00(\x06\x04\x9fÝ\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86')
[09/Oct/2024 03:14:43] "€(ŸÝ† " 400 -
Not Found: /
[09/Oct/2024 06:54:31] "GET / HTTP/1.1" 404 2200
Not Found: /phpinfo.php
[09/Oct/2024 06:54:32] "GET /phpinfo.php HTTP/1.1" 404 2251
Not Found: /phpinfo
[09/Oct/2024 06:54:32] "GET /phpinfo HTTP/1.1" 404 2239
Not Found: /storage/logs/laravel.log
[09/Oct/2024 06:54:33] "GET /storage/logs/laravel.log HTTP/1.1" 404 2290
[09/Oct/2024 06:54:34] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:34] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:34] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:34] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:35] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:35] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:35] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:35] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[09/Oct/2024 06:54:35] "GET / HTTP/1.1" 404 2200
Not Found: /config/.env
[09/Oct/2024 06:54:36] "GET /config/.env HTTP/1.1" 404 2251
Not Found: /.env
[09/Oct/2024 06:54:37] "GET /.env HTTP/1.1" 404 2230
Not Found: /
[09/Oct/2024 06:54:37] "GET /?pp=env HTTP/1.1" 404 2207
Not Found: /backend.env
[09/Oct/2024 06:54:38] "GET /backend.env HTTP/1.1" 404 2251
Not Found: /.env.example
[09/Oct/2024 06:54:38] "GET /.env.example HTTP/1.1" 404 2254
Not Found: /.env.bak
[09/Oct/2024 06:54:39] "GET /.env.bak HTTP/1.1" 404 2242
Not Found: /debug/default/view.html
[09/Oct/2024 06:54:40] "GET /debug/default/view.html HTTP/1.1" 404 2287
Not Found: /debug/default/view
[09/Oct/2024 06:54:40] "GET /debug/default/view HTTP/1.1" 404 2272
Not Found: /frontend/web/debug/default/view
[09/Oct/2024 06:54:41] "GET /frontend/web/debug/default/view HTTP/1.1" 404 2311
Not Found: /web/debug/default/view
[09/Oct/2024 06:54:41] "GET /web/debug/default/view HTTP/1.1" 404 2284
Not Found: /sapi/debug/default/view
[09/Oct/2024 06:54:42] "GET /sapi/debug/default/view HTTP/1.1" 404 2287
Not Found: /debug/default/view
[09/Oct/2024 06:54:43] "GET /debug/default/view?panel=config HTTP/1.1" 404 2285
[09/Oct/2024 06:54:43] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:43] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:44] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:44] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:44] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:44] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:44] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:44] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:45] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:45] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:45] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:45] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:46] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:46] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:46] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:46] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:46] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:46] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:47] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:47] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:47] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:47] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:48] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:48] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 06:54:48] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:48] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[09/Oct/2024 06:54:48] "GET / HTTP/1.1" 404 2200
[09/Oct/2024 06:54:49] code 400, message Bad request version ('\x00\x04\x03\x00\x01\x02\x00')
[09/Oct/2024 06:54:49] You're accessing the development server over HTTPS, but it only supports HTTP.
[09/Oct/2024 11:56:26] code 400, message Bad request version ("ª$¤p\x913jÑå\x7fá\x15=ý\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[09/Oct/2024 11:56:26] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[09/Oct/2024 11:56:26] "GET / HTTP/1.1" 404 2194
Not Found: /
[09/Oct/2024 12:20:44] "GET / HTTP/1.1" 404 2200
Not Found: /
[09/Oct/2024 13:03:43] "GET / HTTP/1.1" 404 2200
[09/Oct/2024 13:43:42] code 400, message Bad request version ("k&\x17Çìñ\x8fhO\x94(®lD·\x9b(;\x89~\x93oE\x95\x00\x08]x\x8cÜ\x02,\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[09/Oct/2024 13:43:42] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[09/Oct/2024 13:43:42] "GET / HTTP/1.1" 404 2194
Not Found: /
[09/Oct/2024 20:40:08] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[09/Oct/2024 20:40:08] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[10/Oct/2024 01:01:33] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Oct/2024 02:36:28] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[10/Oct/2024 02:36:28] "GET /favicon.ico HTTP/1.1" 404 2251
[10/Oct/2024 09:56:25] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[10/Oct/2024 09:56:25] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[10/Oct/2024 11:33:45] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Oct/2024 14:06:15] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Oct/2024 14:14:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Oct/2024 18:13:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[10/Oct/2024 23:04:17] "GET / HTTP/1.1" 404 2200
Not Found: /
[11/Oct/2024 10:40:59] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[11/Oct/2024 10:40:59] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[11/Oct/2024 14:37:52] "GET / HTTP/1.1" 404 2200
Not Found: /
[11/Oct/2024 17:10:59] "GET / HTTP/1.1" 404 2200
[11/Oct/2024 19:50:35] code 400, message Bad request version ('À\x13À')
[11/Oct/2024 19:50:35] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[11/Oct/2024 19:50:45] "GET / HTTP/1.1" 404 2200
[11/Oct/2024 19:50:45,768] - Broken pipe from ('111.7.96.149', 20406)
Not Found: /
[11/Oct/2024 19:50:56] "GET / HTTP/1.1" 404 2200
Not Found: /
[11/Oct/2024 19:55:20] "GET / HTTP/1.1" 404 2200
Not Found: /
[11/Oct/2024 23:33:52] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[11/Oct/2024 23:33:52] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[12/Oct/2024 00:27:54] "GET / HTTP/1.1" 404 2200
Not Found: /
[12/Oct/2024 01:11:58] "GET / HTTP/1.1" 404 2200
Not Found: /
[12/Oct/2024 02:21:01] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[12/Oct/2024 02:21:02] "GET /favicon.ico HTTP/1.1" 404 2251
[12/Oct/2024 03:37:46] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[12/Oct/2024 03:37:46] "/*àCookie: mstshash=Administr" 400 -
[12/Oct/2024 06:46:23,338] - Broken pipe from ('91.191.209.202', 3891)
Not Found: /
[12/Oct/2024 11:02:20] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[12/Oct/2024 11:02:20] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[12/Oct/2024 14:18:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[12/Oct/2024 20:29:20] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[12/Oct/2024 20:29:20] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /
[13/Oct/2024 00:37:12] "GET / HTTP/1.1" 404 2200
[13/Oct/2024 05:46:55] code 400, message Bad request syntax ('SSH-2.0-OpenSSH')
[13/Oct/2024 05:46:55] "SSH-2.0-OpenSSH" 400 -
[13/Oct/2024 10:05:44] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[13/Oct/2024 10:05:44] "/*àCookie: mstshash=Administr" 400 -
[13/Oct/2024 10:05:59] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[13/Oct/2024 10:05:59] "/*àCookie: mstshash=Administr" 400 -
[13/Oct/2024 11:18:27] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[13/Oct/2024 11:18:27] "/*àCookie: mstshash=Administr" 400 -
[13/Oct/2024 11:22:28] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[13/Oct/2024 11:22:28] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[13/Oct/2024 11:34:34] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Oct/2024 12:26:32] "GET / HTTP/1.1" 404 2200
Not Found: /
[13/Oct/2024 16:43:14] "GET / HTTP/1.1" 404 2200
[13/Oct/2024 21:44:16] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[13/Oct/2024 21:44:16] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[14/Oct/2024 01:38:13] "GET / HTTP/1.1" 404 2200
[14/Oct/2024 10:33:02] code 400, message Bad request syntax ('SSH-2.0-Go')
[14/Oct/2024 10:33:02] "SSH-2.0-Go" 400 -
[14/Oct/2024 10:37:13] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[14/Oct/2024 10:37:13] "/*àCookie: mstshash=Administr" 400 -
[14/Oct/2024 10:47:38] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[14/Oct/2024 10:47:38] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[14/Oct/2024 12:34:20] "GET / HTTP/1.1" 404 2200
[14/Oct/2024 13:25:44,409] - Broken pipe from ('79.124.58.250', 65046)
Not Found: /
[14/Oct/2024 17:58:03] "GET / HTTP/1.1" 404 2200
Not Found: /
[14/Oct/2024 19:45:19] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Oct/2024 01:06:40] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Oct/2024 04:14:04] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Oct/2024 14:25:07] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Oct/2024 15:15:29] "GET / HTTP/1.1" 404 2200
Not Found: /
[15/Oct/2024 17:43:35] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Oct/2024 00:56:23] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Oct/2024 02:39:48] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Oct/2024 09:41:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Oct/2024 12:42:08] "GET / HTTP/1.1" 404 2200
[16/Oct/2024 23:43:21] code 400, message Bad request version ('ãì\x99È\x83ýóþc.\x02ÜAI')
[16/Oct/2024 23:43:21] You're accessing the development server over HTTPS, but it only supports HTTP.
[16/Oct/2024 23:43:21] code 400, message Bad request version ('À\x13À')
[16/Oct/2024 23:43:21] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[16/Oct/2024 23:43:21] "GET / HTTP/1.1" 404 2200
Not Found: /
[16/Oct/2024 23:43:58] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[16/Oct/2024 23:43:59] "GET /favicon.ico HTTP/1.1" 404 2251
[16/Oct/2024 23:48:38] code 400, message Bad request syntax ('\x16\x03\x01\x00ò\x01\x00\x00î\x03\x03\x11Óà\x9ai')
[16/Oct/2024 23:48:38] You're accessing the development server over HTTPS, but it only supports HTTP.
[16/Oct/2024 23:48:38] code 400, message Bad request version ('À\x13À')
[16/Oct/2024 23:48:38] You're accessing the development server over HTTPS, but it only supports HTTP.
[16/Oct/2024 23:48:39] code 400, message Bad request version ('À\x13À')
[16/Oct/2024 23:48:39] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[16/Oct/2024 23:58:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Oct/2024 02:47:22] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[17/Oct/2024 02:47:22] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[17/Oct/2024 02:47:22] "GET /admin/ HTTP/1.1" 302 0
[17/Oct/2024 02:47:22] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[17/Oct/2024 02:47:22] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[17/Oct/2024 02:47:22] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[17/Oct/2024 02:47:22] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[17/Oct/2024 02:47:22] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[17/Oct/2024 02:47:22] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[17/Oct/2024 02:47:22] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[17/Oct/2024 02:47:22] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[17/Oct/2024 02:47:22] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[17/Oct/2024 02:47:22] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[17/Oct/2024 02:47:23] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[17/Oct/2024 02:47:23] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[17/Oct/2024 02:47:23] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[17/Oct/2024 02:47:23] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[17/Oct/2024 02:47:23] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[17/Oct/2024 11:58:32] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Oct/2024 13:21:08] "GET / HTTP/1.1" 404 2200
Not Found: /
[17/Oct/2024 13:24:38] "GET / HTTP/1.1" 404 2200
[17/Oct/2024 20:42:12] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[17/Oct/2024 20:42:12] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[18/Oct/2024 01:27:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[18/Oct/2024 02:08:13] "GET / HTTP/1.1" 404 2200
Not Found: /
[18/Oct/2024 11:59:30] "GET / HTTP/1.1" 404 2200
Not Found: /
[18/Oct/2024 14:23:22] "GET / HTTP/1.1" 404 2200
[19/Oct/2024 00:00:20] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[19/Oct/2024 00:00:20] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[19/Oct/2024 00:18:31] "GET / HTTP/1.1" 404 2200
Not Found: /
[19/Oct/2024 02:13:41] "GET / HTTP/1.1" 404 2200
Not Found: /
[19/Oct/2024 02:43:36] "GET / HTTP/1.1" 404 2200
Not Found: /
[19/Oct/2024 09:25:34] "GET / HTTP/1.1" 404 2200
Not Found: /
[19/Oct/2024 14:25:22] "GET / HTTP/1.1" 404 2200
Not Found: /
[19/Oct/2024 17:54:26] "POST / HTTP/1.1" 404 2201
Not Found: /public/.env
[19/Oct/2024 17:54:26] "GET /public/.env HTTP/1.1" 404 2251
Not Found: /laravel/.env
[19/Oct/2024 17:54:27] "GET /laravel/.env HTTP/1.1" 404 2254
Not Found: /infophp.php
[19/Oct/2024 17:54:28] "GET /infophp.php HTTP/1.1" 404 2251
Not Found: /php_info.php
[19/Oct/2024 17:54:29] "GET /php_info.php HTTP/1.1" 404 2254
Not Found: /test.php
[19/Oct/2024 17:54:29] "GET /test.php HTTP/1.1" 404 2242
Not Found: /i.php
[19/Oct/2024 17:54:30] "GET /i.php HTTP/1.1" 404 2233
Not Found: /asdf.php
[19/Oct/2024 17:54:31] "GET /asdf.php HTTP/1.1" 404 2242
Not Found: /pinfo.php
[19/Oct/2024 17:54:31] "GET /pinfo.php HTTP/1.1" 404 2245
Not Found: /phpversion.php
[19/Oct/2024 17:54:32] "GET /phpversion.php HTTP/1.1" 404 2260
Not Found: /time.php
[19/Oct/2024 17:54:33] "GET /time.php HTTP/1.1" 404 2242
Not Found: /temp.php
[19/Oct/2024 17:54:33] "GET /temp.php HTTP/1.1" 404 2242
Not Found: /old_phpinfo.php
[19/Oct/2024 17:54:34] "GET /old_phpinfo.php HTTP/1.1" 404 2263
Not Found: /infos.php
[19/Oct/2024 17:54:35] "GET /infos.php HTTP/1.1" 404 2245
Not Found: /linusadmin-phpinfo.php
[19/Oct/2024 17:54:36] "GET /linusadmin-phpinfo.php HTTP/1.1" 404 2284
Not Found: /php-info.php
[19/Oct/2024 17:54:36] "GET /php-info.php HTTP/1.1" 404 2254
Not Found: /dashboard/phpinfo.php
[19/Oct/2024 17:54:37] "GET /dashboard/phpinfo.php HTTP/1.1" 404 2281
Not Found: /phpinfo.php3
[19/Oct/2024 17:54:38] "GET /phpinfo.php3 HTTP/1.1" 404 2254
Not Found: /phpinfo.php4
[19/Oct/2024 17:54:38] "GET /phpinfo.php4 HTTP/1.1" 404 2254
Not Found: /phpinfo.php5
[19/Oct/2024 17:54:39] "GET /phpinfo.php5 HTTP/1.1" 404 2254
Not Found: /phpinfos.php
[19/Oct/2024 17:54:40] "GET /phpinfos.php HTTP/1.1" 404 2254
Not Found: /_profiler/phpinfo.php
[19/Oct/2024 17:54:40] "GET /_profiler/phpinfo.php HTTP/1.1" 404 2281
Not Found: /laravel/core/.env
[19/Oct/2024 17:54:41] "GET /laravel/core/.env HTTP/1.1" 404 2269
Not Found: /beta/.env
[19/Oct/2024 17:54:42] "GET /beta/.env HTTP/1.1" 404 2245
Not Found: /kyc/.env
[19/Oct/2024 17:54:43] "GET /kyc/.env HTTP/1.1" 404 2242
[19/Oct/2024 17:54:43] "GET /admin/.env HTTP/1.1" 302 0
[19/Oct/2024 17:54:45] "GET /admin/login/?next=/admin/.env HTTP/1.1" 200 2226
Not Found: /prod/.env
[19/Oct/2024 17:54:45] "GET /prod/.env HTTP/1.1" 404 2245
Not Found: /api/.env
[19/Oct/2024 17:54:46] "GET /api/.env HTTP/1.1" 404 2242
Not Found: /.docker/laravel/app/.env
[19/Oct/2024 17:54:47] "GET /.docker/laravel/app/.env HTTP/1.1" 404 2290
Not Found: /.docker/.env
[19/Oct/2024 17:54:47] "GET /.docker/.env HTTP/1.1" 404 2254
Not Found: /.gitlab-ci/.env
[19/Oct/2024 17:54:48] "GET /.gitlab-ci/.env HTTP/1.1" 404 2263
Not Found: /.vscode/.env
[19/Oct/2024 17:54:49] "GET /.vscode/.env HTTP/1.1" 404 2254
Not Found: /web/.env
[19/Oct/2024 17:54:50] "GET /web/.env HTTP/1.1" 404 2242
Not Found: /app/.env
[19/Oct/2024 17:54:50] "GET /app/.env HTTP/1.1" 404 2242
Not Found: /crm/.env
[19/Oct/2024 17:54:51] "GET /crm/.env HTTP/1.1" 404 2242
Not Found: /backend/.env
[19/Oct/2024 17:54:52] "GET /backend/.env HTTP/1.1" 404 2254
Not Found: /local/.env
[19/Oct/2024 17:54:52] "GET /local/.env HTTP/1.1" 404 2248
Not Found: /application/.env
[19/Oct/2024 17:54:53] "GET /application/.env HTTP/1.1" 404 2266
Not Found: /.env
[19/Oct/2024 17:54:54] "GET /.env HTTP/1.1" 404 2230
Not Found: /live_env
[19/Oct/2024 17:54:55] "GET /live_env HTTP/1.1" 404 2242
Not Found: /admin-app/.env
[19/Oct/2024 17:54:55] "GET /admin-app/.env HTTP/1.1" 404 2260
Not Found: /mailer/.env
[19/Oct/2024 17:54:56] "GET /mailer/.env HTTP/1.1" 404 2251
Not Found: /laravel/.env
[19/Oct/2024 17:54:57] "GET /laravel/.env HTTP/1.1" 404 2254
Not Found: /shared/.env
[19/Oct/2024 17:54:58] "GET /shared/.env HTTP/1.1" 404 2251
Not Found: /.env.project
[19/Oct/2024 17:54:58] "GET /.env.project HTTP/1.1" 404 2254
Not Found: /apps/.env
[19/Oct/2024 17:54:59] "GET /apps/.env HTTP/1.1" 404 2245
Not Found: /development/.env
[19/Oct/2024 17:55:00] "GET /development/.env HTTP/1.1" 404 2266
Not Found: /public/client/planinfo
[19/Oct/2024 17:55:00] "GET /public/client/planinfo HTTP/1.1" 404 2284
Not Found: /_profiler/phpinfo
[19/Oct/2024 17:55:01] "GET /_profiler/phpinfo HTTP/1.1" 404 2269
Not Found: /phpinfo.php
[19/Oct/2024 17:55:02] "GET /phpinfo.php HTTP/1.1" 404 2251
Not Found: /info.php
[19/Oct/2024 17:55:02] "GET /info.php HTTP/1.1" 404 2242
Not Found: /aws.yml
[19/Oct/2024 17:55:03] "GET /aws.yml HTTP/1.1" 404 2239
Not Found: /.env.bak
[19/Oct/2024 17:55:04] "GET /.env.bak HTTP/1.1" 404 2242
Not Found: /.env.config
[19/Oct/2024 17:55:04] "GET /.env.config HTTP/1.1" 404 2251
Not Found: /.env.bak
[19/Oct/2024 17:55:05] "GET /.env.bak HTTP/1.1" 404 2242
Not Found: /.env-example
[19/Oct/2024 17:55:06] "GET /.env-example HTTP/1.1" 404 2254
Not Found: /.env-sample
[19/Oct/2024 17:55:07] "GET /.env-sample HTTP/1.1" 404 2251
Not Found: /.env.backup
[19/Oct/2024 17:55:07] "GET /.env.backup HTTP/1.1" 404 2251
Not Found: /.env.dev
[19/Oct/2024 17:55:08] "GET /.env.dev HTTP/1.1" 404 2242
Not Found: /.env.dev.local
[19/Oct/2024 17:55:09] "GET /.env.dev.local HTTP/1.1" 404 2260
Not Found: /.env.development.local
[19/Oct/2024 17:55:10] "GET /.env.development.local HTTP/1.1" 404 2284
Not Found: /.env.development.sample
[19/Oct/2024 17:55:10] "GET /.env.development.sample HTTP/1.1" 404 2287
Not Found: /.env.dist
[19/Oct/2024 17:55:11] "GET /.env.dist HTTP/1.1" 404 2245
Not Found: /.env.docker
[19/Oct/2024 17:55:12] "GET /.env.docker HTTP/1.1" 404 2251
Not Found: /.env.docker.dev
[19/Oct/2024 17:55:12] "GET /.env.docker.dev HTTP/1.1" 404 2263
Not Found: /.env.example
[19/Oct/2024 17:55:13] "GET /.env.example HTTP/1.1" 404 2254
Not Found: /.env.local
[19/Oct/2024 17:55:14] "GET /.env.local HTTP/1.1" 404 2248
Not Found: /.env.prod
[19/Oct/2024 17:55:14] "GET /.env.prod HTTP/1.1" 404 2245
Not Found: /.env.prod.local
[19/Oct/2024 17:55:15] "GET /.env.prod.local HTTP/1.1" 404 2263
Not Found: /.env.production
[19/Oct/2024 17:55:16] "GET /.env.production HTTP/1.1" 404 2263
Not Found: /.env.production.local
[19/Oct/2024 17:55:17] "GET /.env.production.local HTTP/1.1" 404 2281
Not Found: /.env.sample
[19/Oct/2024 17:55:18] "GET /.env.sample HTTP/1.1" 404 2251
Not Found: /.env.save
[19/Oct/2024 17:55:19] "GET /.env.save HTTP/1.1" 404 2245
Not Found: /.env.stage
[19/Oct/2024 17:55:19] "GET /.env.stage HTTP/1.1" 404 2248
Not Found: /.env.travis
[19/Oct/2024 17:55:20] "GET /.env.travis HTTP/1.1" 404 2251
Not Found: /.envrc
[19/Oct/2024 17:55:21] "GET /.envrc HTTP/1.1" 404 2236
Not Found: /.envs
[19/Oct/2024 17:55:22] "GET /.envs HTTP/1.1" 404 2233
Not Found: /.env~
[19/Oct/2024 17:55:22] "GET /.env~ HTTP/1.1" 404 2233
Not Found: /config/aws.yml
[19/Oct/2024 17:55:23] "GET /config/aws.yml HTTP/1.1" 404 2260
Not Found: /symfony/_profiler/phpinfo
[19/Oct/2024 17:55:23] "GET /symfony/_profiler/phpinfo HTTP/1.1" 404 2293
Not Found: /phpinfo
[19/Oct/2024 17:55:24] "GET /phpinfo HTTP/1.1" 404 2239
Not Found: /.remote
[19/Oct/2024 17:55:25] "GET /.remote HTTP/1.1" 404 2239
Not Found: /.local
[19/Oct/2024 17:55:26] "GET /.local HTTP/1.1" 404 2236
Not Found: /.production
[19/Oct/2024 17:55:29] "GET /.production HTTP/1.1" 404 2251
Not Found: /login
[19/Oct/2024 17:55:30] "GET /login?pp=enable&pp=env HTTP/1.1" 404 2254
Not Found: /
[19/Oct/2024 17:55:30] "GET /?pp=enable&pp=env HTTP/1.1" 404 2221
Not Found: /
[19/Oct/2024 17:55:31] "GET /?pp=env&pp=env HTTP/1.1" 404 2218
Not Found: /.aws/config
[19/Oct/2024 17:55:32] "GET /.aws/config HTTP/1.1" 404 2251
Not Found: /.aws/credentials
[19/Oct/2024 17:55:32] "GET /.aws/credentials HTTP/1.1" 404 2266
Not Found: /config.js
[19/Oct/2024 17:55:33] "GET /config.js HTTP/1.1" 404 2245
Not Found: /helpers/utility.js
[19/Oct/2024 17:55:34] "GET /helpers/utility.js HTTP/1.1" 404 2272
Not Found: /config/config.json
[19/Oct/2024 17:55:34] "GET /config/config.json HTTP/1.1" 404 2272
Not Found: /wp-config.php.bak
[19/Oct/2024 17:55:35] "GET /wp-config.php.bak HTTP/1.1" 404 2269
Not Found: /wp-config.php
[19/Oct/2024 17:55:36] "GET /wp-config.php HTTP/1.1" 404 2257
Not Found: /.wp-config.php.swp
[19/Oct/2024 17:55:37] "GET /.wp-config.php.swp HTTP/1.1" 404 2272
Not Found: /wp-config.php.old
[19/Oct/2024 17:55:37] "GET /wp-config.php.old HTTP/1.1" 404 2269
Not Found: /.vscode/sftp.json
[19/Oct/2024 17:55:38] "GET /.vscode/sftp.json HTTP/1.1" 404 2269
Not Found: /.vscode/settings.json
[19/Oct/2024 17:55:39] "GET /.vscode/settings.json HTTP/1.1" 404 2281
Not Found: /.ssh/sftp-config.json
[19/Oct/2024 17:55:40] "GET /.ssh/sftp-config.json HTTP/1.1" 404 2281
Not Found: /sftp-config.json
[19/Oct/2024 17:55:40] "GET /sftp-config.json HTTP/1.1" 404 2266
Not Found: /sftp.json
[19/Oct/2024 17:55:41] "GET /sftp.json HTTP/1.1" 404 2245
Not Found: /prevlaravel/sftp-config.json
[19/Oct/2024 17:55:42] "GET /prevlaravel/sftp-config.json HTTP/1.1" 404 2302
Not Found: /sftp-config.json
[19/Oct/2024 17:55:43] "GET /sftp-config.json HTTP/1.1" 404 2266
Not Found: /i.php
[19/Oct/2024 17:55:43] "GET /i.php HTTP/1.1" 404 2233
Not Found: /index.php/phpinfo
[19/Oct/2024 17:55:44] "GET /index.php/phpinfo HTTP/1.1" 404 2269
Not Found: /info.php
[19/Oct/2024 17:55:45] "GET /info.php HTTP/1.1" 404 2242
Not Found: /application/config/constants.php/
[19/Oct/2024 17:55:45] "GET /application/config/constants.php/ HTTP/1.1" 404 2317
Not Found: /dev/phpinfo.php
[19/Oct/2024 17:55:46] "GET /dev/phpinfo.php HTTP/1.1" 404 2263
Not Found: /php_info.php
[19/Oct/2024 17:55:47] "GET /php_info.php HTTP/1.1" 404 2254
Not Found: /test2.php
[19/Oct/2024 17:55:48] "GET /test2.php HTTP/1.1" 404 2245
Not Found: /test1.php
[19/Oct/2024 17:55:48] "GET /test1.php HTTP/1.1" 404 2245
Not Found: /wp-config.php
[19/Oct/2024 17:55:49] "GET /wp-config.php HTTP/1.1" 404 2257
Not Found: /frontend_dev.php/$
[19/Oct/2024 17:55:50] "GET /frontend_dev.php/$ HTTP/1.1" 404 2272
Not Found: /phpversion.php
[19/Oct/2024 17:55:51] "GET /phpversion.php HTTP/1.1" 404 2260
Not Found: /login/index.php
[19/Oct/2024 17:55:51] "GET /login/index.php HTTP/1.1" 404 2263
Not Found: /install/index.php
[19/Oct/2024 17:55:52] "GET /install/index.php HTTP/1.1" 404 2269
Not Found: /config.php
[19/Oct/2024 17:55:53] "GET /config.php HTTP/1.1" 404 2248
Not Found: /php-info.php
[19/Oct/2024 17:55:54] "GET /php-info.php HTTP/1.1" 404 2254
Not Found: /php.php
[19/Oct/2024 17:55:55] "GET /php.php HTTP/1.1" 404 2239
Not Found: /config/app.php
[19/Oct/2024 17:55:55] "GET /config/app.php HTTP/1.1" 404 2260
Not Found: /config/database.php
[19/Oct/2024 17:55:56] "GET /config/database.php HTTP/1.1" 404 2275
Not Found: /config/mail.php
[19/Oct/2024 17:55:57] "GET /config/mail.php HTTP/1.1" 404 2263
Not Found: /config/cache.php
[19/Oct/2024 17:55:58] "GET /config/cache.php HTTP/1.1" 404 2266
Not Found: /config/queue.php
[19/Oct/2024 17:55:58] "GET /config/queue.php HTTP/1.1" 404 2266
Not Found: /config/session.php
[19/Oct/2024 17:55:59] "GET /config/session.php HTTP/1.1" 404 2272
Not Found: /config/view.php
[19/Oct/2024 17:56:00] "GET /config/view.php HTTP/1.1" 404 2263
Not Found: /config/auth.php
[19/Oct/2024 17:56:01] "GET /config/auth.php HTTP/1.1" 404 2263
Not Found: /config/filesystems.php
[19/Oct/2024 17:56:01] "GET /config/filesystems.php HTTP/1.1" 404 2284
Not Found: /config/services.php
[19/Oct/2024 17:56:02] "GET /config/services.php HTTP/1.1" 404 2275
Not Found: /application/config/config.php
[19/Oct/2024 17:56:03] "GET /application/config/config.php HTTP/1.1" 404 2305
Not Found: /application/config/database.php
[19/Oct/2024 17:56:04] "GET /application/config/database.php HTTP/1.1" 404 2311
Not Found: /application/config/email.php
[19/Oct/2024 17:56:04] "GET /application/config/email.php HTTP/1.1" 404 2302
Not Found: /application/config/autoload.php
[19/Oct/2024 17:56:05] "GET /application/config/autoload.php HTTP/1.1" 404 2311
Not Found: /application/config/routes.php
[19/Oct/2024 17:56:06] "GET /application/config/routes.php HTTP/1.1" 404 2305
Not Found: /application/config/constants.php
[19/Oct/2024 17:56:06] "GET /application/config/constants.php HTTP/1.1" 404 2314
Not Found: /application/config/mimes.php
[19/Oct/2024 17:56:07] "GET /application/config/mimes.php HTTP/1.1" 404 2302
Not Found: /application/config/hooks.php
[19/Oct/2024 17:56:08] "GET /application/config/hooks.php HTTP/1.1" 404 2302
Not Found: /application/config/encryption.php
[19/Oct/2024 17:56:09] "GET /application/config/encryption.php HTTP/1.1" 404 2317
Not Found: /application/config/profiler.php
[19/Oct/2024 17:56:10] "GET /application/config/profiler.php HTTP/1.1" 404 2311
Not Found: /config/broadcasting.php
[19/Oct/2024 17:56:10] "GET /config/broadcasting.php HTTP/1.1" 404 2287
Not Found: /application/config/doctypes.php
[19/Oct/2024 17:56:11] "GET /application/config/doctypes.php HTTP/1.1" 404 2311
Not Found: /application/config/foreign_chars.php
[19/Oct/2024 17:56:12] "GET /application/config/foreign_chars.php HTTP/1.1" 404 2326
Not Found: /application/config/migration.php
[19/Oct/2024 17:56:13] "GET /application/config/migration.php HTTP/1.1" 404 2314
Not Found: /config/app_local.php
[19/Oct/2024 17:56:14] "GET /config/app_local.php HTTP/1.1" 404 2278
Not Found: /config/bootstrap.php
[19/Oct/2024 17:56:15] "GET /config/bootstrap.php HTTP/1.1" 404 2278
Not Found: /config/app.default.php
[19/Oct/2024 17:56:15] "GET /config/app.default.php HTTP/1.1" 404 2284
Not Found: /config/routes.php
[19/Oct/2024 17:56:16] "GET /config/routes.php HTTP/1.1" 404 2269
Not Found: /config/paths.php
[19/Oct/2024 17:56:17] "GET /config/paths.php HTTP/1.1" 404 2266
Not Found: /config/env.php
[19/Oct/2024 17:56:17] "GET /config/env.php HTTP/1.1" 404 2260
Not Found: /config/cli_bootstrap.php
[19/Oct/2024 17:56:19] "GET /config/cli_bootstrap.php HTTP/1.1" 404 2290
Not Found: /config/requirements.php
[19/Oct/2024 17:56:19] "GET /config/requirements.php HTTP/1.1" 404 2287
Not Found: /config/autoload/global.php
[19/Oct/2024 17:56:20] "GET /config/autoload/global.php HTTP/1.1" 404 2296
Not Found: /config/autoload/local.php
[19/Oct/2024 17:56:21] "GET /config/autoload/local.php HTTP/1.1" 404 2293
Not Found: /config/application.config.php
[19/Oct/2024 17:56:22] "GET /config/application.config.php HTTP/1.1" 404 2305
Not Found: /
[20/Oct/2024 01:25:29] "GET / HTTP/1.1" 404 2200
Not Found: /
[20/Oct/2024 14:18:31] "GET / HTTP/1.1" 404 2200
Not Found: /
[20/Oct/2024 16:21:13] "GET / HTTP/1.1" 404 2200
[20/Oct/2024 18:52:02] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[20/Oct/2024 18:52:02] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
[20/Oct/2024 19:19:03] code 400, message Bad request syntax ('SSH-2.0-Go')
[20/Oct/2024 19:19:03] "SSH-2.0-Go" 400 -
Not Found: /
[21/Oct/2024 00:40:34] "GET / HTTP/1.1" 404 2200
[21/Oct/2024 10:04:50] 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:50] "à" 400 -
[21/Oct/2024 10:04:50,619] - Broken pipe from ('89.248.165.238', 33654)
Not Found: /
[21/Oct/2024 11:25:58] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Oct/2024 12:15:42] "GET / HTTP/1.1" 404 2200
Not Found: /
[21/Oct/2024 17:57:16] "GET / HTTP/1.1" 404 2200
Not Found: /
[22/Oct/2024 00:05:04] "GET / HTTP/1.1" 404 2200
Not Found: /
[22/Oct/2024 03:46:53] "GET / HTTP/1.1" 404 2200
Not Found: /
[22/Oct/2024 13:13:55] "GET / HTTP/1.1" 404 2200
Not Found: /
[22/Oct/2024 13:32:24] "GET / HTTP/1.1" 404 2200
Not Found: /
[22/Oct/2024 16:01:25] "GET / HTTP/1.1" 404 2200
Not Found: /
[23/Oct/2024 00:17:16] "GET / HTTP/1.1" 404 2200
Not Found: /
[23/Oct/2024 12:25:32] "GET / HTTP/1.1" 404 2200
Not Found: /
[23/Oct/2024 17:03:04] "GET / HTTP/1.1" 404 2200
[23/Oct/2024 19:42:30] code 400, message Bad request syntax ('SSH-2.0-Go')
[23/Oct/2024 19:42:30] "SSH-2.0-Go" 400 -
Not Found: /
[23/Oct/2024 22:56:37] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Oct/2024 11:59:28] "GET / HTTP/1.1" 404 2200
[24/Oct/2024 13:14:48] "OPTIONS /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 0
[24/Oct/2024 13:14:48] "POST /ApiClass/base_api_control/api_url/ HTTP/1.1" 200 280
Not Found: /
[24/Oct/2024 13:15:18] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Oct/2024 18:54:13] "GET / HTTP/1.1" 404 2200
Not Found: /
[24/Oct/2024 23:24:20] "GET / HTTP/1.1" 404 2200
[25/Oct/2024 00:14:12] code 400, message Bad request syntax ('SSH-2.0-Go')
[25/Oct/2024 00:14:12] "SSH-2.0-Go" 400 -
[25/Oct/2024 11:44:22] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[25/Oct/2024 11:44:22] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[25/Oct/2024 14:55:05] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Oct/2024 16:46:23] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Oct/2024 17:54:10] "GET / HTTP/1.1" 404 2200
Not Found: /
[25/Oct/2024 21:04:35] "GET / HTTP/1.1" 404 2200
Not Found: /
[26/Oct/2024 00:41:16] "GET / HTTP/1.1" 404 2200
Not Found: /
[26/Oct/2024 06:15:33] "GET / HTTP/1.1" 404 2200
[26/Oct/2024 11:24:38] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[26/Oct/2024 11:24:38] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[26/Oct/2024 13:35:14] "GET / HTTP/1.1" 404 2200
Not Found: /
[26/Oct/2024 23:00:45] "GET / HTTP/1.1" 404 2200
Not Found: /
[27/Oct/2024 09:55:14] "GET / HTTP/1.1" 404 2200
Not Found: /
[27/Oct/2024 14:33:31] "GET / HTTP/1.1" 404 2200
Not Found: /
[27/Oct/2024 15:54:26] "GET / HTTP/1.1" 404 2200
[27/Oct/2024 19:12:47] code 400, message Bad request syntax ('SSH-2.0-Go')
[27/Oct/2024 19:12:47] "SSH-2.0-Go" 400 -
Not Found: /
[27/Oct/2024 23:32:44] "GET / HTTP/1.1" 404 2200
Not Found: /
[28/Oct/2024 03:44:30] "GET / HTTP/1.1" 404 2200
[28/Oct/2024 04:05:46] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[28/Oct/2024 04:05:46] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[28/Oct/2024 14:29:57] "GET / HTTP/1.1" 404 2200
[28/Oct/2024 22:36:00] code 400, message Bad request syntax ('SSH-2.0-Go')
[28/Oct/2024 22:36:00] "SSH-2.0-Go" 400 -
Not Found: /
[29/Oct/2024 01:36:54] "GET / HTTP/1.1" 404 2200
Not Found: /
[29/Oct/2024 03:39:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[29/Oct/2024 05:43:37] "GET / HTTP/1.1" 404 2200
Not Found: /
[29/Oct/2024 12:47:58] "GET / HTTP/1.1" 404 2200
Not Found: /
[29/Oct/2024 12:57:10] "GET / HTTP/1.1" 404 2200
Not Found: /
[29/Oct/2024 23:15:04] "GET / HTTP/1.1" 404 2200
Not Found: /
[30/Oct/2024 07:51:30] "GET / HTTP/1.1" 404 2200
Not Found: /
[30/Oct/2024 08:27:20] "GET / HTTP/1.1" 404 2200
Not Found: /
[30/Oct/2024 08:52:51] "GET / HTTP/1.1" 404 2200
[30/Oct/2024 10:35:42] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[30/Oct/2024 10:35:42] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[30/Oct/2024 23:57:43] "GET / HTTP/1.1" 404 2200
Not Found: /
[31/Oct/2024 10:32:32] "GET / HTTP/1.0" 404 2210
Not Found: /
[31/Oct/2024 10:32:32] "OPTIONS / HTTP/1.0" 404 2214
[31/Oct/2024 10:32:34] code 400, message Bad request version ('RTSP/1.0')
[31/Oct/2024 10:32:34] "OPTIONS / RTSP/1.0" 400 -
[31/Oct/2024 10:32: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')
[31/Oct/2024 10:32:42] "€(rþ† —|" 400 -
[31/Oct/2024 10:32:49] code 400, message Bad HTTP/0.9 request type ('\x00')
[31/Oct/2024 10:32:49] "versionbind" 400 -
[31/Oct/2024 10:32:55] code 400, message Bad HTTP/0.9 request type ('\x00')
[31/Oct/2024 10:32:55] " " 400 -
[31/Oct/2024 10:32:55] code 400, message Bad request syntax ('EHLO')
[31/Oct/2024 10:32:55] "EHLO" 400 -
[31/Oct/2024 10:32:57] code 400, message Bad request syntax ('HELP')
[31/Oct/2024 10:32:57] "HELP" 400 -
[31/Oct/2024 10:33: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')
[31/Oct/2024 10:33:00] You're accessing the development server over HTTPS, but it only supports HTTP.
[31/Oct/2024 10:33:02] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00*%à\x00\x00\x00\x00\x00Cookie:')
[31/Oct/2024 10:33:02] "*%àCookie: mstshash=nmap" 400 -
[31/Oct/2024 10:33:04] code 400, message Bad request version ('\x00/\x00')
[31/Oct/2024 10:33:04] You're accessing the development server over HTTPS, but it only supports HTTP.
[31/Oct/2024 10:33:06] code 400, message Bad HTTP/0.9 request type ('\x80\x9e\x01\x03\x01\x00u\x00\x00\x00')
[31/Oct/2024 10:33:06] "€žu fedcb:985432/" 400 -
[31/Oct/2024 10:33:09] code 400, message Bad request syntax ('\x00\x00\x00qj\x81n0\x81k¡\x03\x02\x01\x05¢\x03\x02\x01')
[31/Oct/2024 10:33:09] "qjn0¢" 400 -
[31/Oct/2024 10:33:17] code 400, message Bad request version ('0.12\x00')
[31/Oct/2024 10:33:17] "¤ÿSMBr@@PC NETWORK PROGRAM 1.0MICROSOFT NETWORKS 1.03MICROSOFT NETWORKS 3.0LANMAN1.0LM1.2X002SambaNT LANMAN 1.0NT LM 0.12" 400 -
[31/Oct/2024 10:33:24] code 400, message Bad HTTP/0.9 request type ('l\x00')
[31/Oct/2024 10:33:24] "l " 400 -
Not Found: /nice ports,/Trinity.txt.bak
[31/Oct/2024 10:33:24] "GET /nice%20ports%2C/Tri%6Eity.txt%2ebak HTTP/1.0" 404 2311
[31/Oct/2024 10:33:27] code 400, message Bad request syntax ('\x01default')
[31/Oct/2024 10:33:27] "default" 400 -
[31/Oct/2024 10:33:29] code 400, message Bad request syntax ('0\x84\x00\x00\x00-\x02\x01\x07c\x84\x00\x00\x00$\x04\x00')
[31/Oct/2024 10:33:29] "0„-c„$" 400 -
[31/Oct/2024 10:33:36] code 400, message Bad HTTP/0.9 request type ('0')
[31/Oct/2024 10:33:36] "0 `€" 400 -
[31/Oct/2024 10:33:36] code 400, message Bad request version ('SIP/2.0')
[31/Oct/2024 10:33:36] "OPTIONS sip:nm SIP/2.0" 400 -
[31/Oct/2024 10:33:43] code 400, message Bad request syntax ('TNMP\x04\x00\x00\x00TNME\x00\x00\x04\x00')
[31/Oct/2024 10:33:43] "TNMPTNME" 400 -
[31/Oct/2024 10:33:48] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00')
[31/Oct/2024 10:33:48] " à" 400 -
[31/Oct/2024 10:33: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')
[31/Oct/2024 10:33:54] "DmdTÿÿ" 400 -
[31/Oct/2024 10:34:00] 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@')
[31/Oct/2024 10:34:00] ":/@=/@" 400 -
[31/Oct/2024 10:34:05] code 400, message Bad request syntax ('DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000')
[31/Oct/2024 10:34:05] "DIST00000001ARGC00000005ARGV00000002ccARGV00000002-cARGV00000006nmap.cARGV00000002-oARGV00000006nmap.oDOTI00000000" 400 -
[31/Oct/2024 10:34:10] code 400, message Bad request syntax ('JRMI\x00\x02K')
[31/Oct/2024 10:34:10] "JRMIK" 400 -
[31/Oct/2024 10:34:15] code 400, message Bad request syntax ('\x01\x00\x00\x00\x01\x00\x00\x00\x08\x08')
[31/Oct/2024 10:34:15] "" 400 -
[31/Oct/2024 10:34:16] code 400, message Bad request version ('>')
[31/Oct/2024 10:34:16] "< NTP/1.0 >" 400 -
[31/Oct/2024 10:34:21] 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ß_')
[31/Oct/2024 10:34:21] "ýÎú ° MMSðððð NSPlayer/9.0.0.2980; {0000AA00-0A00-00a0-AA0A-0000A0AA0AA0}àmß_" 400 -
[31/Oct/2024 10:34:26] 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')
[31/Oct/2024 10:34:26] "Z6,ÿ :(CONNECT_DATA=(COMMAND=version))" 400 -
[31/Oct/2024 10:34:26] code 400, message Bad request syntax ('Subscribe')
[31/Oct/2024 10:34:26] "Subscribe" 400 -
[31/Oct/2024 10:34:27] code 400, message Bad request syntax ('Query')
[31/Oct/2024 10:34:27] "Query" 400 -
[31/Oct/2024 10:34:27] code 400, message Bad request syntax ('\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03')
[31/Oct/2024 10:34:27] "€" 400 -
[31/Oct/2024 10:34:32] code 400, message Bad request syntax ('\x04\x01\x00\x16\x7f\x00\x00\x01root\x00')
[31/Oct/2024 10:34:32] "root" 400 -
[31/Oct/2024 10:34:37] code 400, message Bad request version ('\x03\x00(\x00\x04ÿ\x08\x00\x01U\x00\x00\x00MSSQLServer\x00H\x0f\x00\x00')
[31/Oct/2024 10:34:37] "4 (ÿUMSSQLServerH" 400 -
[31/Oct/2024 10:34:38] code 400, message Bad request syntax ('HELP')
[31/Oct/2024 10:34:38] "HELP" 400 -
[31/Oct/2024 10:34:38] code 400, message Bad request syntax ('stats')
[31/Oct/2024 10:34:38] "stats" 400 -
[31/Oct/2024 10:34:38] 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')
[31/Oct/2024 10:34:38] "$ service_mgrscanner nmap " 400 -
[31/Oct/2024 10:34:43] code 400, message Bad request version ('\x00\x00\x00\x04')
[31/Oct/2024 10:34:43] "DB2DAS 9z " 400 -
[31/Oct/2024 10:34:48] 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')
[31/Oct/2024 10:34:48] "ÂSQLDB2RAˆ€ @ @@@@@@@@@@€€€€@@€€@ @ €€€@@ ÿä" 400 -
[31/Oct/2024 10:34:53] 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')
[31/Oct/2024 10:34:53] "Client string for PARC version 1 Wire Encryption version 1" 400 -
[31/Oct/2024 10:34:54] code 400, message Bad HTTP/0.9 request type ('<\x00K\x00\x00\x00')
[31/Oct/2024 10:34:54] "<K ÿÿÿÿ" 400 -
[31/Oct/2024 10:34:54] code 400, message Bad request syntax ('\x124\x00\x01')
[31/Oct/2024 10:34:54] "4" 400 -
[31/Oct/2024 10:34:59] code 400, message Bad request syntax ('\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x0f\x00')
[31/Oct/2024 10:34:59] "" 400 -
[31/Oct/2024 10:34:59] code 400, message Bad request syntax ('serverstatus')
[31/Oct/2024 10:34:59] "serverstatus" 400 -
[31/Oct/2024 10:35:05] code 400, message Bad HTTP/0.9 request type ('Âååå\x9e')
[31/Oct/2024 10:35:05] "Âåå垠פ¦ÐÕÝÜÈÖÝ×ÕÈÑփ€ÈݤѡȤÒÕ×Ý£¤¡Ý¦×ݘå" 400 -
[31/Oct/2024 10:35:05] code 400, message Bad request syntax ('#ST')
[31/Oct/2024 10:35:05] "#ST" 400 -
[31/Oct/2024 10:35:10] 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')
[31/Oct/2024 10:35:10] "”<de=IEEEMlsqlexec9.280 RDS#R000000sqli3nmapnmapol=tlitcph nmapj" 400 -
[31/Oct/2024 10:35:15] 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')
[31/Oct/2024 10:35:15] ",A^mZ$$@tG" 400 -
[31/Oct/2024 10:35:15] code 400, message Bad HTTP/0.9 request type ('TSH')
[31/Oct/2024 10:35:15] "TSH ì1¸ID " 400 -
Not Found: /server-info
[31/Oct/2024 10:35:15] "GET /server-info HTTP/1.1" 404 2261
[31/Oct/2024 10:35:25] 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')
[31/Oct/2024 10:35:25] "A:0ÿÿÿÿÔtest.$cmdÿÿÿÿserverStatusð?" 400 -
[31/Oct/2024 10:35:26] code 400, message Bad request syntax ('*1')
[31/Oct/2024 10:35:26] "*1" 400 -
[31/Oct/2024 10:35:31] code 400, message Bad request syntax ('\x00\x00\x00\x01\x07')
[31/Oct/2024 10:35:31] "" 400 -
[31/Oct/2024 10:35:31] code 400, message Bad HTTP/0.9 request type ('show')
[31/Oct/2024 10:35:31] "show info" 400 -
[31/Oct/2024 10:35:36] 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')
[31/Oct/2024 10:35:36] "€ðÑb" 400 -
[31/Oct/2024 10:35:41] code 400, message Bad request syntax ('\x00\x01n')
[31/Oct/2024 10:35:41] "n" 400 -
[31/Oct/2024 10:35:46] code 400, message Bad request syntax ('vp3')
[31/Oct/2024 10:35:46] "vp3" 400 -
[31/Oct/2024 10:35:51] code 400, message Bad request syntax ('\x94\x00ꕄa\x91\x03')
[31/Oct/2024 10:35:51] "”ÍïÑa‘" 400 -
[31/Oct/2024 10:35:56] code 400, message Bad request syntax ('þ\x01')
[31/Oct/2024 10:35:56] "þ" 400 -
Not Found: /version
[31/Oct/2024 10:35:57] "GET /version HTTP/1.1" 404 2249
[31/Oct/2024 10:36:07] code 400, message Bad request syntax ('\x00\x00\x07\x00\x08\x00\x03\x00\x04\x00\x05\x00\x06')
[31/Oct/2024 10:36:07] "" 400 -
[31/Oct/2024 10:36:12] code 400, message Bad request syntax ('ÿû\x18ÿú\x18\x00IBM-3279-4-Eÿðÿû\x19ÿý\x19ÿû\x00ÿý\x00')
[31/Oct/2024 10:36:12] "ÿûÿúIBM-3279-4-Eÿðÿûÿýÿûÿý" 400 -
[31/Oct/2024 10:36:17] 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')
[31/Oct/2024 10:36:17] "GIOP$abcdefget" 400 -
[31/Oct/2024 10:36:22] code 400, message Bad request syntax ('VERSION')
[31/Oct/2024 10:36:22] "VERSION" 400 -
[31/Oct/2024 10:36:27] code 400, message Bad request syntax ('CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x07\x00\x00\x002\x02\x00\x00¼±§±host::\x00')
[31/Oct/2024 10:36:27] "CNXN2¼±§±host::" 400 -
[31/Oct/2024 10:36:32] code 400, message Bad HTTP/0.9 request type ('\x00\x00\x00\x10\x00\x00\x00')
[31/Oct/2024 10:36:32] " {"code":106}" 400 -
[31/Oct/2024 10:36:37] code 400, message Bad request syntax ('\x0c\x00\x01\x00\x00\x00ImYorDad0u\x00\x00')
[31/Oct/2024 10:36:37] " ImYorDad0u" 400 -
[31/Oct/2024 10:36:42] code 400, message Bad HTTP/0.9 request type ('ÚÚ\x01\x00\x00\x00\x14\x00\x10\x03\x08\x00\x00\x00')
[31/Oct/2024 10:36:42] "ÚÚ M" 400 -
[31/Oct/2024 10:39:03] code 400, message Bad request version ("¦ð,qú\x0f\x84\x81à¯5\\/\x8f9#¥r5¶Û1½\x8b\x7fÕ\x8bÓaËÄ.\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½À")
[31/Oct/2024 10:39:03] You're accessing the development server over HTTPS, but it only supports HTTP.
[31/Oct/2024 10:39:17] 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')
[31/Oct/2024 10:39:17] "€(r–¾† " 400 -
[31/Oct/2024 12:10:47] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[31/Oct/2024 12:10:47] "/*àCookie: mstshash=Administr" 400 -
[31/Oct/2024 14:34:11] code 400, message Bad request version ("âä~\x95doÿø9!\x0fîÞ\x80\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[31/Oct/2024 14:34:11] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[31/Oct/2024 14:34:11] "GET / HTTP/1.1" 404 2194
Not Found: /
[31/Oct/2024 15:33:50] "GET / HTTP/1.1" 404 2200
Not Found: /
[31/Oct/2024 23:25:09] "GET / HTTP/1.1" 404 2200
[01/Nov/2024 16:04:25] code 400, message Bad request version ("Í×cià\x8b0¾ðl\x8cl¢>\x82ç°µ4¢,¡Æ\x94b)Î?ö`$^\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[01/Nov/2024 16:04:25] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[01/Nov/2024 16:04:25] "GET / HTTP/1.1" 404 2200
[01/Nov/2024 16:04:25] code 400, message Bad request version ("©\x17ý\x86Âú\x1aÎç\x00>\x13\x02\x13\x03\x13\x01À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
[01/Nov/2024 16:04:25] You're accessing the development server over HTTPS, but it only supports HTTP.
Not Found: /
[01/Nov/2024 16:04:25] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Nov/2024 16:04:27] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Nov/2024 16:04:28] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Nov/2024 16:04:29] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Nov/2024 16:04:30] "GET / HTTP/1.1" 404 2200
Not Found: /favicon.ico
[01/Nov/2024 16:04:32] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[01/Nov/2024 16:04:32] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[01/Nov/2024 16:04:34] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /favicon.ico
[01/Nov/2024 16:04:34] "GET /favicon.ico HTTP/1.1" 404 2251
[01/Nov/2024 16:04:37,018] - Broken pipe from ('101.251.238.169', 45219)
[01/Nov/2024 16:04:37,080] - Broken pipe from ('101.251.238.169', 56819)
Not Found: /
[01/Nov/2024 17:01:33] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Nov/2024 18:46:38] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Nov/2024 18:47:58] "GET / HTTP/1.1" 404 2200
Not Found: /
[01/Nov/2024 19:50:16] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Nov/2024 01:29:00] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Nov/2024 02:20:43] "GET / HTTP/1.1" 404 2200
Not Found: /explicit_not_exist_path
[02/Nov/2024 02:20:43] "GET /explicit_not_exist_path HTTP/1.1" 404 2287
[02/Nov/2024 02:20:43] "GET /admin/ HTTP/1.1" 302 0
[02/Nov/2024 02:20:43] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2218
Not Found: /robots.txt
[02/Nov/2024 02:20:43] "GET /robots.txt HTTP/1.1" 404 2248
Not Found: /favicon.ico
[02/Nov/2024 02:20:43] "GET /favicon.ico HTTP/1.1" 404 2251
Not Found: /images/ofbiz.ico
[02/Nov/2024 02:20:43] "GET /images/ofbiz.ico HTTP/1.1" 404 2266
[02/Nov/2024 02:20:43] "GET /static/admin/css/base.css HTTP/1.1" 200 19513
[02/Nov/2024 02:20:43] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 5984
[02/Nov/2024 02:20:43] "GET /static/admin/css/dashboard.css HTTP/1.1" 200 380
[02/Nov/2024 02:20:43] "GET /static/admin/img/icon-no.gif HTTP/1.1" 404 1827
[02/Nov/2024 02:20:43] "GET /static/admin/js/LICENSE-JQUERY.txt HTTP/1.1" 404 1845
[02/Nov/2024 02:20:43] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692
[02/Nov/2024 02:20:44] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[02/Nov/2024 02:20:44] "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560
Not Found: /phpMyAdmin/
[02/Nov/2024 02:20:44] "GET /phpMyAdmin/ HTTP/1.1" 404 2251
Not Found: /phpmyadmin/
[02/Nov/2024 02:20:44] "GET /phpmyadmin/ HTTP/1.1" 404 2251
Not Found: /wcm/
[02/Nov/2024 02:20:44] "GET /wcm/ HTTP/1.1" 404 2230
Not Found: /
[02/Nov/2024 08:58:45] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Nov/2024 11:34:26] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Nov/2024 15:54:41] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Nov/2024 17:04:25] "GET / HTTP/1.1" 404 2200
Not Found: /
[02/Nov/2024 23:20:48] "GET / HTTP/1.1" 404 2200
Not Found: /
[03/Nov/2024 02:09:07] "GET / HTTP/1.1" 404 2200
Not Found: /
[03/Nov/2024 04:02:28] "GET / HTTP/1.1" 404 2200
[03/Nov/2024 10:01:40] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[03/Nov/2024 10:01:40] "/*àCookie: mstshash=Administr" 400 -
[03/Nov/2024 10:01:40] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[03/Nov/2024 10:01:40] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[03/Nov/2024 14:29:03] "GET / HTTP/1.1" 404 2200
Not Found: /y8Ja
[03/Nov/2024 15:46:14] "GET /y8Ja HTTP/1.1" 404 2230
Not Found: /q2Dv
[03/Nov/2024 15:46:14] "GET /q2Dv HTTP/1.1" 404 2230
Not Found: /aab8
[03/Nov/2024 15:46:15] "GET /aab8 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.1.slim.min.js
[03/Nov/2024 15:46:15] "GET /jquery-3.3.1.slim.min.js HTTP/1.1" 404 2290
Not Found: /aab9
[03/Nov/2024 15:46:16] "GET /aab9 HTTP/1.1" 404 2230
Not Found: /jquery-3.3.2.slim.min.js
[03/Nov/2024 15:46:16] "GET /jquery-3.3.2.slim.min.js HTTP/1.1" 404 2290
Not Found: /
[04/Nov/2024 01:25:16] "GET / HTTP/1.1" 404 2200
Not Found: /
[04/Nov/2024 12:08:17] "GET / HTTP/1.1" 404 2200
[04/Nov/2024 12:18:08] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[04/Nov/2024 12:18:08] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[04/Nov/2024 14:16:56] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 01:37:56] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 03:57:49] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 13:24:12] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 14:44:11] "GET / HTTP/1.1" 404 2200
Not Found: /
[05/Nov/2024 15:32:05] "GET / HTTP/1.1" 404 2200
[05/Nov/2024 17:04:15] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:')
[05/Nov/2024 17:04:15] "/*àCookie: mstshash=Administr" 400 -
Not Found: /
[05/Nov/2024 19:50:12] "GET / HTTP/1.1" 404 2200