nexxai / Substr3am

Passive reconnaissance/enumeration of interesting targets by watching for SSL certificates being issued
GNU General Public License v3.0
66 stars 9 forks source link

TypeError: listen_for_events() got an unexpected keyword argument 'url' #3

Closed noobsdt closed 3 years ago

noobsdt commented 3 years ago

I am getting error. I used this tool on Parrot OS(python version: 3.8.6). substream

nexxai commented 3 years ago

The URL argument is fairly new to the certstream package; just to confirm, what happens when you pip3 install -r requirements.txt?

noobsdt commented 3 years ago

Requirement already satisfied! subster

nexxai commented 3 years ago

I just pushed an updated version of the requirements file so could you pull the latest changes and rerun the pip install again and let me know if that solves the issue?

noobsdt commented 3 years ago

Hi, the issue is fixed. By the way, it is taking to much time. I didn't finish the task but it was giving much connection error. Is it normal behaviour? ss

nexxai commented 3 years ago

That is normal. I'm not sure what causes the connection to close but if you just leave it open, it will passively catch any instances for that domain, just like it did in your screenshot. They will all be logged in the database which you can dump later.