Te-k / harpoon

CLI tool for open source and threat intelligence
https://www.randhome.io/blog/2018/02/23/harpoon-an-osint-/-threat-intelligence-tool/
GNU General Public License v3.0
1.15k stars 185 forks source link

shodan intel error #191

Closed phate1 closed 1 year ago

phate1 commented 1 year ago

It looks like the conf parameter needs removing from : https://github.com/Te-k/harpoon/blob/main/harpoon/commands/shodancmd.py#L198C43-L198C43

As the intel command results in an error: TypeError: intel_ip() missing 1 required positional argument: 'conf'

Thanks

Pete

Te-k commented 1 year ago

Hi, indeed!

It is fixed in the latest commit, can you let me know if it works for you?

phate1 commented 1 year ago

I edited my local copy earlier and all working ok now, so yep that will do it Cheers