Question
I need a python code for this shodan questions. Firstly, Create a developer account in Shodan to collect your Developer Shodan Key 1- Extract Geolocation
I need a python code for this shodan questions.
Firstly, Create a developer account in Shodan to collect your Developer Shodan Key
1- Extract Geolocation Information of scanme.nmap.org using shodan
Using shodan.host() you must pass the IP address as paramter
Take screenshots of the script and the output.
2- Perform port scanning using shodan on scanme.nmap.org:
Go through the results of shodan.host() method and look for a ports key.
Take screenshot of open ports that shodan found.
3- Search for FTP servers that are vulnerable to anonymous login in FTP service
Using shodan.search() method search for
port: 21 Anonymous user logged in
Take screenshots of the script and the output
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started