sroberts / hubot-vtr-scripts

Scripts for making Hubot a CND Sidekick
MIT License
59 stars 15 forks source link

fix shodan comand description and variable name #37

Open hashashin opened 10 years ago

hashashin commented 10 years ago

shodan script in fact is asking the api for a ip rather than a string/term, so this changes the command description an the variable name to reflect that.

krmaxwell commented 10 years ago

Well THIS explains a lot. We should probably implement two different SHODAN commands for different API calls.

sroberts commented 10 years ago

:boom:

I'm sure we could implement even more than just those two. Shodan is wildly flexible.

sroberts commented 9 years ago

Need tests before merging this.