x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
713 stars 116 forks source link

Removed Shodanify, fix cf-check #61

Closed maverickNerd closed 4 years ago

maverickNerd commented 4 years ago

Shodan blocks the IP of system on running Shodanify, mentioned by its developer: https://github.com/m4ll0k/Shodanfy.py

cf-check now works on 1GB droplet also with some manipulation in concurrency, though i see only 1 sec more delay by making this change.

maverickNerd commented 4 years ago

Strangely on passing a file of IPs with ports, I see that nmap runs very efficiently:

Took only 2min to portscan 33 IPs: real 2m14.020s user 0m5.724s sys 0m2.061s

But with the previous implementation, where I was passing 1 IP and only its ports then nmap took 16mins:

real 16m25.788s user 0m21.041s sys 0m4.195s

Results were proper on both instances.