Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Execute on Windows! #109

Open
efecetinkaya21 opened this issue Dec 31, 2022 · 1 comment
Open

Can't Execute on Windows! #109

efecetinkaya21 opened this issue Dec 31, 2022 · 1 comment

Comments

@efecetinkaya21
Copy link

Traceback (most recent call last):
File "C:\vulnx-master\vulnx.py", line 14, in
from modules.detector import CMS
File "C:\vulnx-master\modules\detector.py", line 7, in
from modules.executor.Wordpress import Wordpress
File "C:\vulnx-master\modules\executor\Wordpress.py", line 6, in
from modules.exploits.wordpress_exploits import WPExploits
File "C:\vulnx-master\modules\exploits\wordpress_exploits.py", line 8, in
import requests
ModuleNotFoundError: No module named 'requests'
PS C:\vulnx-master>

All permissions has been given but it's not working

@Xeonrx
Copy link

Xeonrx commented Jan 19, 2023

You seem to not have the requests module installed for python. It doesn't seem like an issue to due with invalid permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants