atomicshop 2.15.12__py3-none-any.whl → 2.15.13__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 -1
- {atomicshop-2.15.12.dist-info → atomicshop-2.15.13.dist-info}/METADATA +1 -1
- {atomicshop-2.15.12.dist-info → atomicshop-2.15.13.dist-info}/RECORD +7 -7
- {atomicshop-2.15.12.dist-info → atomicshop-2.15.13.dist-info}/LICENSE.txt +0 -0
- {atomicshop-2.15.12.dist-info → atomicshop-2.15.13.dist-info}/WHEEL +0 -0
- {atomicshop-2.15.12.dist-info → atomicshop-2.15.13.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
|
@@ -477,7 +477,8 @@ class DnsServer:
|
|
|
477
477
|
# Reinitializing the ipv4 addresses list.
|
|
478
478
|
ipv4_addresses = list()
|
|
479
479
|
|
|
480
|
-
|
|
480
|
+
# If the DNS answer section isn't empty, and log the returned IPv4 addresses.
|
|
481
|
+
if dns_response_parsed.rr:
|
|
481
482
|
for rr in dns_response_parsed.rr:
|
|
482
483
|
if isinstance(rr.rdata, A):
|
|
483
484
|
self.dns_full_logger.info(f"Response IP: {rr.rdata}")
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256=
|
|
1
|
+
atomicshop/__init__.py,sha256=I4U3h5hyamUrZYUwFUCSMyJfS0zBgiS0J6j7tG_83E8,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
|
|
@@ -284,7 +284,7 @@ atomicshop/wrappers/socketw/accepter.py,sha256=HQC1EyZmyUtVEfFbaBkHCE-VZp6RWyd9m
|
|
|
284
284
|
atomicshop/wrappers/socketw/base.py,sha256=1vvg8EhRGvnxdrRAm1VJSLCXkm2SZDHRjdpTuhkH3Mg,1844
|
|
285
285
|
atomicshop/wrappers/socketw/certificator.py,sha256=SxCKFyBlwzs4uohugfBokOYQpZJyH8KY46m87Q23n6w,9017
|
|
286
286
|
atomicshop/wrappers/socketw/creator.py,sha256=C-l57G854HAtWJonVbgfQge290-Dg0Ov4aurJAWIKls,11199
|
|
287
|
-
atomicshop/wrappers/socketw/dns_server.py,sha256
|
|
287
|
+
atomicshop/wrappers/socketw/dns_server.py,sha256=-GNleP2RyjeFdv4fpJb4_Pvvo8faohdglVjsC5mkseU,42601
|
|
288
288
|
atomicshop/wrappers/socketw/exception_wrapper.py,sha256=_YDnzyEcUnV6VISU3bk-UPdnsMvHjKJBHwxLMTsxQu8,8495
|
|
289
289
|
atomicshop/wrappers/socketw/get_process.py,sha256=APw_oOXsuR5KljYesd4J8MuzR-kaw2ez3MN3oD_h9Qc,5226
|
|
290
290
|
atomicshop/wrappers/socketw/receiver.py,sha256=m8hXKOa8dqEQGUdcbYjshH8-j0CsMGRkge2ifYKhaAw,9050
|
|
@@ -295,8 +295,8 @@ atomicshop/wrappers/socketw/socket_server_tester.py,sha256=XAERNDVe85yQlIZe2C-tV
|
|
|
295
295
|
atomicshop/wrappers/socketw/socket_wrapper.py,sha256=JpOy9UkvCllrCFLpxOYmvitRu1cio5yT17sUo19YEFo,11634
|
|
296
296
|
atomicshop/wrappers/socketw/ssl_base.py,sha256=k4V3gwkbq10MvOH4btU4onLX2GNOsSfUAdcHmL1rpVE,2274
|
|
297
297
|
atomicshop/wrappers/socketw/statistics_csv.py,sha256=t3dtDEfN47CfYVi0CW6Kc2QHTEeZVyYhc57IYYh5nmA,826
|
|
298
|
-
atomicshop-2.15.
|
|
299
|
-
atomicshop-2.15.
|
|
300
|
-
atomicshop-2.15.
|
|
301
|
-
atomicshop-2.15.
|
|
302
|
-
atomicshop-2.15.
|
|
298
|
+
atomicshop-2.15.13.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
299
|
+
atomicshop-2.15.13.dist-info/METADATA,sha256=leLj7nGd4trIOQISLR9QAhDnoW6EUZiHgjjcbSDCx6c,10503
|
|
300
|
+
atomicshop-2.15.13.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
301
|
+
atomicshop-2.15.13.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
302
|
+
atomicshop-2.15.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|