superhedgy / AttackSurfaceMapper

AttackSurfaceMapper is a tool that aims to automate the reconnaissance process.
https://AttackSurfaceMapper.com
GNU General Public License v3.0
1.3k stars 192 forks source link

selenium missing from requirements #2

Closed cFire closed 5 years ago

cFire commented 5 years ago

selenium is required, but not listed in requirements.txt

superhedgy commented 5 years ago

Thanks again, I will add it in the requirements file.

CanadaHonk commented 5 years ago

It's still not there?

DFW1N commented 5 years ago

It's still not there?

OJ18 run these if you are using linux use sudo apt-get install python3-pip to install pip for python3 use sudo python3 -m pip install -U selenium to install selenium for python3 Hopefully fixes it for you

CanadaHonk commented 5 years ago

Yeah already installed it with Pip when it gave me the ImportError. Just want to make sure at some point it gets added to the requirements(.txt) for newer / inexperienced users.