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

how to fix this error? #2

Open
FIXERMAN opened this issue Jan 10, 2021 · 3 comments
Open

how to fix this error? #2

FIXERMAN opened this issue Jan 10, 2021 · 3 comments

Comments

@FIXERMAN
Copy link

sudo python3 pidrila.py -u https://www.site.com/
Traceback (most recent call last):
File "pidrila.py", line 17, in
from lib import Config, Controller
File "/home/fixer/tools/pidrila/lib/init.py", line 20, in
from .controller import *
File "/home/fixer/tools/pidrila/lib/controller.py", line 22, in
from lib.scan_manager import ScanManager
File "/home/fixer/tools/pidrila/lib/scan_manager.py", line 21, in
from aiohttp import ClientSession, ClientTimeout, TCPConnector, client_exceptions
ModuleNotFoundError: No module named 'aiohttp'

@FIXERMAN
Copy link
Author

pip3 install aiohttp
sorry))

@FIXERMAN
Copy link
Author

how can you work with the list of URL domains?

@ASFH
Copy link

ASFH commented Jan 12, 2021

According to PIDRILA options, you should use option -L with a filename which contains a list of URL domains

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