Page 1 of 1

please answer all, please correctly Shodan search( ) returns a: q/sh Question 1 options: List Tuple Dictionary String Qu

Posted: Sun May 15, 2022 11:59 am
by answerhappygod
please answer all, please correctly
Shodan search( ) returns a:
q/sh
Question 1 options:
List
Tuple
Dictionary
String
Question 2 (3.33 points)
You can convert Python objects of the following types into JSON
strings (select all that apply):
Select 3 correct answer(s)
Question 2 options:
dict
list
tuple
sets
Question 3 (3.33 points)
Most web service APIs return responses in the following
format:
Question 3 options:
JSON
XML
YAML
HTML
Question 4 (3.33 points)
The Shodan API key can be obtained from the accounts page
at https://account.shodan.io
Question 4 options:
Question 5 (3.34 points)
Which of the following API's will provide you information about
an IP address?
Question 5 options:
info
host
scan
services
Exploits
Question 6 (3.34 points)
Match which Python object is converted to the corresponding JSON
equivalent:
Question 6 options:
Dict -> Object
list -> Array
str -> String
int -> Number