atomicshop 2.16.36__py3-none-any.whl → 2.16.37__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/wrappers/socketw/dns_server.py +2 -2
- atomicshop/wrappers/socketw/socket_client.py +1 -1
- {atomicshop-2.16.36.dist-info → atomicshop-2.16.37.dist-info}/METADATA +1 -1
- {atomicshop-2.16.36.dist-info → atomicshop-2.16.37.dist-info}/RECORD +8 -8
- {atomicshop-2.16.36.dist-info → atomicshop-2.16.37.dist-info}/LICENSE.txt +0 -0
- {atomicshop-2.16.36.dist-info → atomicshop-2.16.37.dist-info}/WHEEL +0 -0
- {atomicshop-2.16.36.dist-info → atomicshop-2.16.37.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
|
@@ -316,7 +316,7 @@ class DnsServer:
|
|
|
316
316
|
print_api(message, logger=self.logger)
|
|
317
317
|
|
|
318
318
|
message = f"Current engine domains: {self.tcp_resolve_domain_list}"
|
|
319
|
-
print_api(message, logger=self.logger, color='
|
|
319
|
+
print_api(message, logger=self.logger, color='blue')
|
|
320
320
|
|
|
321
321
|
if self.resolve_to_tcp_server_all_domains:
|
|
322
322
|
message = "Routing all domains to Built-in TCP Server."
|
|
@@ -324,7 +324,7 @@ class DnsServer:
|
|
|
324
324
|
|
|
325
325
|
if self.resolve_regular:
|
|
326
326
|
message = f"Routing all domains to Live DNS Service: {self.forwarding_dns_service_ipv4}"
|
|
327
|
-
print_api(message, logger=self.logger, color='
|
|
327
|
+
print_api(message, logger=self.logger, color='blue')
|
|
328
328
|
|
|
329
329
|
# The list that will hold all the threads that can be joined later
|
|
330
330
|
threads_list: list = list()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256=
|
|
1
|
+
atomicshop/__init__.py,sha256=ym3OPl2oH_mHsSJELO-ElUvWSSDSZmEGXFuzBQB5lt8,124
|
|
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
|
|
@@ -299,21 +299,21 @@ atomicshop/wrappers/socketw/accepter.py,sha256=hZZKVYlF3LOHQJsSIEKXZUf6QXXWm-Atq
|
|
|
299
299
|
atomicshop/wrappers/socketw/base.py,sha256=evoOIxg5Xff3THJnrVX00D5HobaOpDp6_e_gso7TJmA,2191
|
|
300
300
|
atomicshop/wrappers/socketw/certificator.py,sha256=3CpQKtcW68FSbH6LVSEZTqWBS6Yg_-3K0x4nFkId4UY,12236
|
|
301
301
|
atomicshop/wrappers/socketw/creator.py,sha256=3_OraDkw2DAWZfoSdY3svCGMOIxpjLEEY7NxWd7M5P4,9873
|
|
302
|
-
atomicshop/wrappers/socketw/dns_server.py,sha256=
|
|
302
|
+
atomicshop/wrappers/socketw/dns_server.py,sha256=RklzINNuoMQn4PGGQEI5hiAldprbVwwvikY6u9X-jTY,49067
|
|
303
303
|
atomicshop/wrappers/socketw/exception_wrapper.py,sha256=B-X5SHLSUIWToihH2MKnOB1F4A81_X0DpLLfnYKYbEc,7067
|
|
304
304
|
atomicshop/wrappers/socketw/get_process.py,sha256=aJC-_qFUv3NgWCSUzDI72E4z8_-VTZE9NVZ0CwUoNlM,5698
|
|
305
305
|
atomicshop/wrappers/socketw/receiver.py,sha256=XVvWOoeCo3vA0O5p19ryi-hcDIyx382WNG7WzMNVeYk,9322
|
|
306
306
|
atomicshop/wrappers/socketw/sender.py,sha256=vjgU1TaADJjaYiZOkLzfxcdCbmkvjhEhVjSV5mmIbw8,4969
|
|
307
307
|
atomicshop/wrappers/socketw/sni.py,sha256=J1kPnQ77XwKN1pO5aOI1c_VfhuivCm95OOaQxMpPuZ0,17627
|
|
308
|
-
atomicshop/wrappers/socketw/socket_client.py,sha256=
|
|
308
|
+
atomicshop/wrappers/socketw/socket_client.py,sha256=B_4jI0RWorHcO3i9R9KLoX1-4NlTf2pfJfgXiMGH0jM,19861
|
|
309
309
|
atomicshop/wrappers/socketw/socket_server_tester.py,sha256=Qobmh4XV8ZxLUaw-eW4ESKAbeSLecCKn2OWFzMhadk0,6420
|
|
310
310
|
atomicshop/wrappers/socketw/socket_wrapper.py,sha256=WtylpezgIIBuz-A6PfM0hO1sm9Exd4j3qhDXcFc74-E,35567
|
|
311
311
|
atomicshop/wrappers/socketw/ssl_base.py,sha256=kmiif84kMhBr5yjQW17p935sfjR5JKG0LxIwBA4iVvU,2275
|
|
312
312
|
atomicshop/wrappers/socketw/statistics_csv.py,sha256=w1AH-zf4mBuT4euf28UKij9ihM-b1BRU9Qfby0QDdqI,2957
|
|
313
313
|
atomicshop/wrappers/winregw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
314
314
|
atomicshop/wrappers/winregw/winreg_network.py,sha256=bQ8Jql8bVGBJ0dt3VQ56lga_1LBOMLI3Km_otvvbU6c,7138
|
|
315
|
-
atomicshop-2.16.
|
|
316
|
-
atomicshop-2.16.
|
|
317
|
-
atomicshop-2.16.
|
|
318
|
-
atomicshop-2.16.
|
|
319
|
-
atomicshop-2.16.
|
|
315
|
+
atomicshop-2.16.37.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
316
|
+
atomicshop-2.16.37.dist-info/METADATA,sha256=ZuxU8sOc4ZRnmt_V-mWPB5p-Itv8PYnSrWGloBL_dTU,10473
|
|
317
|
+
atomicshop-2.16.37.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
318
|
+
atomicshop-2.16.37.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
319
|
+
atomicshop-2.16.37.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|