codingo / VHostScan

A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
GNU General Public License v3.0
1.19k stars 231 forks source link

setup.py broken #100

Closed sky-code closed 5 years ago

sky-code commented 5 years ago

rename NUM_INSTALLED to num_installed

Traceback (most recent call last):
  File "setup.py", line 38, in <module>
    '' if num_installed else 'numpy==1.12.0'],
NameError: name 'num_installed' is not defined

https://github.com/natrix-fork/VHostScan/blob/master/setup.py#L15

https://github.com/natrix-fork/VHostScan/blob/master/setup.py#L38

codingo commented 5 years ago

Easy change, going to shelve for HacktoberFest since it's not far away and will help people to get a run on the board. Feel free to contribute back yourself or dm me on twitter (@codingo_) if you would like some help to do so.

konstunn commented 5 years ago

@codingo, got a fix. Should this issue be closed?

sky-code commented 5 years ago

yep, fixed, issue should be closed.