Skip to content

Commit 8366884

Browse files
committed
Fixed typo
1 parent d4a0740 commit 8366884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/shodan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def scan_internet(quiet, port, protocol):
448448
# let the user decide when to stop waiting for further results.
449449
official_ports = api.ports()
450450
if port in official_ports:
451-
click.echo('The request port is already indexed by Shodan. A new scan for the port has been launched, please subscribe to the real-time stream for results.')
451+
click.echo('The requested port is already indexed by Shodan. A new scan for the port has been launched, please subscribe to the real-time stream for results.')
452452
else:
453453
# Create the output file
454454
filename = '{0}-{1}.json.gz'.format(port, protocol)

0 commit comments

Comments
 (0)