Closed shellhunter closed 6 years ago
So after some more testing, CeWL failed silently because I omitted the "https://" portion of the URL. The Fixnum error persists, but the tool runs nonetheless.
It won't have failed but it will have taken the URL without a protocol to be http://wikipedia.org and will then have refused to follow the redirect to https://wikipedia.org because that is off site as far as it is concerned.
There is nothing I can do about the message from the gem, the spider I built the app on is very old and creaky and I've already patched loads of it up. I need to do a rewrite on top of a decent spider but don't have the time at the moment.
It seems that on the latest version of Kali, CeWL is broken because of a depreciated function? in the spider library:
Dependencies were installed today with gem install.
Anything I'm missing?