An error has been caught in function 'dia', process 'MainProcess'
Upon running the poc script I'm getting the following error
2022-07-24 12:21:57.834 | DEBUG | main:craft_socket:41 - Crafting socket 2022-07-24 12:21:57.835 | ERROR | main:dia:152 - An error has been caught in function 'dia', process 'MainProcess' (1268529), thread 'MainThread' (140169305309184): Traceback (most recent call last):
File "/root/Tools/CVE-2022-22536/CVE-2022-22536.py", line 172, in
File "/root/Tools/CVE-2022-22536/CVE-2022-22536.py", line 152, in dia resource = self.validate_resource_and_cache(host, port, secure=secure, cert_verify=cert_verify) │ │ │ │ │ └ False │ │ │ │ └ False │ │ │ └ 8000 │ │ └ 'https://target.sap.target.com' │ └ <function POC.validate_resource_and_cache at 0x7f7bb4abfa30> └ <main.POC object at 0x7f7bb4adc490>
File "/root/Tools/CVE-2022-22536/CVE-2022-22536.py", line 97, in validate_resource_and_cache s.connect((host, port)) │ │ │ └ 8000 │ │ └ 'https://target.sap.target.com' │ └ <method 'connect' of '_socket.socket' objects> └ <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 0)>
socket.gaierror: [Errno -2] Name or service not known 2022-07-24 12:21:57.841 | ERROR | main:dia:160 - No valid resource test found, is not possible to test
also receiving this error. Did you ever get it resolved?
also receiving this error. Did you ever get it resolved?
nope