Skip to content

Commit be01da2

Browse files
authored
Add clarification to score range
- Also add an introduction header
1 parent 1fb7c21 commit be01da2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/modules/auxiliary/gather/shodan_honeyscore.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## Introduction
12
The `shodan_honeyscore` module utilizes the [Shodan](https://www.shodan.io/) API to determine whether or not a server is a honeypot or not.
23
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/.
34

@@ -11,7 +12,7 @@ In order for this module to function properly, a Shodan API key is needed. You c
1112
3. Do: `set TARGET <targetip>`
1213
4. Do: `set SHODAN_APIKEY <your apikey>`
1314
5. Do: `run`
14-
6. If the API is up, you should recieve a score from 0.0 to 1.0.
15+
6. If the API is up, you should recieve a score from 0.0 to 1.0. (1.0 being a honeypot)
1516

1617
## Options
1718

0 commit comments

Comments
 (0)