https://github.com/imnikola/ShodanAnomymousDirs
  
  
    FTP server crawler for anonymous login based on shodan 
    https://github.com/imnikola/ShodanAnomymousDirs
  
        Last synced: 6 months ago 
        JSON representation
    
FTP server crawler for anonymous login based on shodan
- Host: GitHub
 - URL: https://github.com/imnikola/ShodanAnomymousDirs
 - Owner: imnikola
 - Created: 2018-11-28T14:31:10.000Z (almost 7 years ago)
 - Default Branch: master
 - Last Pushed: 2020-08-07T19:38:43.000Z (about 5 years ago)
 - Last Synced: 2024-11-17T01:28:53.986Z (12 months ago)
 - Language: Python
 - Homepage:
 - Size: 4.88 KB
 - Stars: 35
 - Watchers: 2
 - Forks: 6
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- awesome-ip-search-engines - ShodanAnomymousDirs
 
README
          # ShodanOpenDirs
Simple Python code to retrieve all the servers with a open FTP port that allows anonymoys logins. Makes a txt file with the IPs afterwards.
Go to https://www.shodan.io/ and create a account, i would recommend to use your EDU account if you have one. They do lifetime account sales for 5$ on black friday and events. Grab those when you see them.
When you have made your account, grab they API key from the main page of your profile and insert it at line #9 in the code where it says key. 
If you want to use more query tokens and go past 100 searches, uncomment the for loop above the check creds function and structure it propperly with a indentation
Enjoy!