atomicshop 3.0.0__py3-none-any.whl → 3.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of atomicshop might be problematic. Click here for more details.
- atomicshop/__init__.py +1 -1
- atomicshop/mitm/import_config.py +6 -18
- {atomicshop-3.0.0.dist-info → atomicshop-3.0.1.dist-info}/METADATA +1 -1
- {atomicshop-3.0.0.dist-info → atomicshop-3.0.1.dist-info}/RECORD +7 -7
- {atomicshop-3.0.0.dist-info → atomicshop-3.0.1.dist-info}/LICENSE.txt +0 -0
- {atomicshop-3.0.0.dist-info → atomicshop-3.0.1.dist-info}/WHEEL +0 -0
- {atomicshop-3.0.0.dist-info → atomicshop-3.0.1.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
atomicshop/mitm/import_config.py
CHANGED
|
@@ -198,24 +198,12 @@ def check_configurations() -> int:
|
|
|
198
198
|
if config_static.DNSServer.resolve_by_engine:
|
|
199
199
|
for engine in config_static.ENGINES_LIST:
|
|
200
200
|
# Check if the DNS target is localhost loopback.
|
|
201
|
-
if engine.
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
return 1
|
|
208
|
-
if engine.no_sni.serve_domain_on_address_enable:
|
|
209
|
-
no_sni_target_address_list: list = engine.no_sni.serve_domain_on_address_dict.values()
|
|
210
|
-
for no_sni_target_address in no_sni_target_address_list:
|
|
211
|
-
if no_sni_target_address in base.THIS_DEVICE_IP_LIST or \
|
|
212
|
-
no_sni_target_address.startswith('127.'):
|
|
213
|
-
if not is_admin:
|
|
214
|
-
message: str = \
|
|
215
|
-
("Need to run the script with administrative rights to get the process name while TCP "
|
|
216
|
-
"running on the same computer.\nExiting...")
|
|
217
|
-
print_api(message, color='red')
|
|
218
|
-
return 1
|
|
201
|
+
if engine.is_localhost and not is_admin:
|
|
202
|
+
message: str = \
|
|
203
|
+
("Need to run the script with administrative rights to get the process name while TCP "
|
|
204
|
+
"running on the same computer.\nExiting...")
|
|
205
|
+
print_api(message, color='red')
|
|
206
|
+
return 1
|
|
219
207
|
if config_static.DNSServer.resolve_all_domains_to_ipv4:
|
|
220
208
|
if config_static.DNSServer.target_ipv4 in base.THIS_DEVICE_IP_LIST or \
|
|
221
209
|
config_static.DNSServer.target_ipv4.startswith('127.'):
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256
|
|
1
|
+
atomicshop/__init__.py,sha256=-4q8uu1ds9LRowcwyTXoJFJ2HIF-zN-18EAIJgnzMOA,122
|
|
2
2
|
atomicshop/_basics_temp.py,sha256=6cu2dd6r2dLrd1BRNcVDKTHlsHs_26Gpw8QS6v32lQ0,3699
|
|
3
3
|
atomicshop/_create_pdf_demo.py,sha256=Yi-PGZuMg0RKvQmLqVeLIZYadqEZwUm-4A9JxBl_vYA,3713
|
|
4
4
|
atomicshop/_patch_import.py,sha256=ENp55sKVJ0e6-4lBvZnpz9PQCt3Otbur7F6aXDlyje4,6334
|
|
@@ -137,7 +137,7 @@ atomicshop/mitm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
137
137
|
atomicshop/mitm/config_static.py,sha256=N3D06C_wUytwm80PQCL90ZGHLMHeQlCcI2XQQU2FZ1I,8145
|
|
138
138
|
atomicshop/mitm/config_toml_editor.py,sha256=2p1CMcktWRR_NW-SmyDwylu63ad5e0-w1QPMa8ZLDBw,1635
|
|
139
139
|
atomicshop/mitm/connection_thread_worker.py,sha256=IZtcdW9ZZrtgL-dawt_o56emGCrzWtbd8fUAwgKX9NU,27972
|
|
140
|
-
atomicshop/mitm/import_config.py,sha256=
|
|
140
|
+
atomicshop/mitm/import_config.py,sha256=MbMgX5IpqC6fUZUTHLOtHyHbzab2tG4RgD2O18csKcI,16506
|
|
141
141
|
atomicshop/mitm/initialize_engines.py,sha256=bBlm7xAjWq8MZHo4MZKBHUVWqq6Drm2UN-VHfYnQ3Nk,6614
|
|
142
142
|
atomicshop/mitm/message.py,sha256=CDhhm4BTuZE7oNZCjvIZ4BuPOW4MuIzQLOg91hJaxDI,3065
|
|
143
143
|
atomicshop/mitm/mitm_main.py,sha256=cfQLaPaUZgluatlZDRiToi14ekZbPT2KM4-AiivTs3w,30055
|
|
@@ -334,8 +334,8 @@ atomicshop/wrappers/socketw/statistics_csv.py,sha256=WcNyaqEZ82S5-f3kzqi1nllNT2N
|
|
|
334
334
|
atomicshop/wrappers/winregw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
335
|
atomicshop/wrappers/winregw/winreg_installed_software.py,sha256=Qzmyktvob1qp6Tjk2DjLfAqr_yXV0sgWzdMW_9kwNjY,2345
|
|
336
336
|
atomicshop/wrappers/winregw/winreg_network.py,sha256=3Ts1sVqSUiCDsHRHwJCbiZ9EYvv2ELGxF0Y_pibGU4k,9596
|
|
337
|
-
atomicshop-3.0.
|
|
338
|
-
atomicshop-3.0.
|
|
339
|
-
atomicshop-3.0.
|
|
340
|
-
atomicshop-3.0.
|
|
341
|
-
atomicshop-3.0.
|
|
337
|
+
atomicshop-3.0.1.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
338
|
+
atomicshop-3.0.1.dist-info/METADATA,sha256=FPPHPVs7vgTIWAh5fJsABsy44i9xQAx88VOUw_n-7sc,10653
|
|
339
|
+
atomicshop-3.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
340
|
+
atomicshop-3.0.1.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
341
|
+
atomicshop-3.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|