Skip to content

Commit b36836b

Browse files
authored
Fix grammar mistake
1 parent 82ebbfb commit b36836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/auxiliary/gather/shodan_honeyscore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The `shodan_honeyscore` module utilize the [Shodan](https://www.shodan.io/) API to determine whether or not a server is a honeypot or not.
1+
The `shodan_honeyscore` module utilizes the [Shodan](https://www.shodan.io/) API to determine whether or not a server is a honeypot or not.
22
When setting the module options, we aren't directly requesting `TARGET`, we are requesting the shodan API to analyze `TARGET` and return a honeyscore from 0.0 to 1.0. 0.0 being `not a honeypot` and 1.0 being a `honeypot`. The original website for the honeypot system can be found here: https://honeyscore.shodan.io/.
33

44
#### NOTE:

0 commit comments

Comments
 (0)