Results 1 comments of Cory

The issue is caused by [these lines](https://github.com/TypeError/domained/blob/master/installer.py#L43-L46) within the [installer.py](https://github.com/TypeError/domained/blob/master/installer.py). Taking a look at the newest version of [EyeWitness's setup.sh](https://github.com/FortyNorthSecurity/EyeWitness/blob/master/setup/setup.sh) it no longer uses phantomjs and instead uses geckodriver. It...