lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.
GNU General Public License v3.0
4.1k stars 646 forks source link

[Module] whois_miner requires a secure connection #71

Closed T145 closed 4 years ago

T145 commented 4 years ago

The URL generated by the module works, but iff http is changed to https. Otherwise, an HTTPSConnectionPool(host='whois.arin.net', port=443) error is thrown, which is caused by an SSLError.

ReconNG usage has been done on the latest Kali release after running:

sudo apt-get update -y && sudo apt-get upgrade --with-new-pkgs -y && sudo apt-get autoremove -y
lanmaster53 commented 4 years ago

What version of Recon-ng is Kali using? Kali is usually way behind and I haven't seen anything from them about updating their repos since I released v5 a very long time ago. As of this message we are at v5.1.1.

T145 commented 4 years ago

Ah that could be the issue then, b/c I'm on 5.0.1. That may be something to highlight in the documentation, so other weird errors can be avoided.

Edit: "update" => "highlight", since it is briefly noted here.

lanmaster53 commented 4 years ago

Cool. Try again with 5.1.1 and let me know how it works out. If it persists, open an issue in the marketplace repo. This is the framework repo. Thanks!