Update api-shodan.yaml
parent
bb8966abff
commit
487996da17
|
@ -4,6 +4,8 @@ info:
|
|||
name: Shodan API Test
|
||||
author: 0ri2N
|
||||
severity: info
|
||||
description: |
|
||||
Shodan is a search engine that lets users search for various types of servers connected to the internet using a variety of filters.
|
||||
reference:
|
||||
- https://shodan.io
|
||||
- https://developer.shodan.io
|
||||
|
@ -20,6 +22,7 @@ requests:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- plan
|
||||
- unlocked
|
||||
- scan_credits
|
||||
- '"plan"'
|
||||
- '"unlocked"'
|
||||
- '"scan_credits"'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue