Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
picatz committed May 1, 2019
1 parent 974b82d commit 82c35cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ require 'shodanz'

client = Shodanz.client.new

# Asynchronously stream live banner info from shodan
# and check the IP addresses against the experimental
# honeypot scoring service to find potential honeypots.
# Asynchronously stream banner info from shodan and check any
# IP addresses against the experimental honeypot scoring service.
client.streaming_api.banners do |banner|
if ip = banner['ip_str']
Async do
Expand Down

0 comments on commit 82c35cb

Please sign in to comment.