s0md3v / Striker

Striker is an offensive information and vulnerability scanner.
GNU General Public License v3.0
2.22k stars 451 forks source link

Minor fix and refactored code. #22

Closed GrenderG closed 6 years ago

GrenderG commented 6 years ago
  1. dnsdumpster doesn't use www subdomain in their url, removing it (leads to a wrong generated url).
  2. Removed unnecesary parenthesis on print calls.
  3. Refactored some code.
s0md3v commented 6 years ago

Thanks mate. I really appreciate it.

GrenderG commented 6 years ago

I encourage you to use pylint in order to enhance your code (in case you didn't know about that tool). Keep the good work. :wink: