I'm trying to test one of my forums to make sure its not vulernable to CVE-2019-16759
here is a link to the code https://github.com/jas502n/CVE-2019-1675...9-16759.py
When i run it I get
Traceback (most recent call last):
File "CVE-2019-16759.py", line 11, in <module>
import requests
ImportError: No module named requests
i am relatively new to python so i'm not sure where the module is.
Thanks,
Jason
here is a link to the code https://github.com/jas502n/CVE-2019-1675...9-16759.py
When i run it I get
Traceback (most recent call last):
File "CVE-2019-16759.py", line 11, in <module>
import requests
ImportError: No module named requests
i am relatively new to python so i'm not sure where the module is.
Thanks,
Jason
Larz60+ write Jul-13-2024, 11:11 AM:
Avoid using links for code, rather please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Avoid using links for code, rather please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.