Sign in to follow this  
vasikokk

[FTP Servers] Python Application with API Shodan.io

Recommended Posts

Heya my friends, today i will release a simple app code in python.

 

This soft search in Shodan.io FTP Servers with access instantly....

 

== [Requirements] ==

 

[hide]

 

[0]. My Soft ^.^

 

[1]. Account in SHODAN.IO

 

[2]. Copy your own API in your account panel and paste in 'keyShodan.txt'

 

[3]. If u dont have install python in your pc, follow my instructions...

 

   [3.1] Python 2.7 > Py 2.7

 

   [3.2] Python 3.7 > Py 3.7

 

   [3.3] Open CMD(Terminal) and write: 'pip install shodan'

 

[4]. Oen CMD(Terminal) and write: 'py ftpShodan.py'

 

[5]. Open FTP Filezilla and grab the ip and connect it with this credentials....

 

   [5.1] FTP Filezilla > FileZilla

 

user: 'anonymous'

password: 'anonymous@'

 

 

[/hide]

 

== [END Requirements] ==

 

I will try optimized the code and add more functions... Like, Share and and comment, plss Like it xD

 

:fiesta: See ya  :fiesta:

Share this post


Link to post
Share on other sites

Sound interesting , let me check mate and btw thanks for the post :)

Share this post


Link to post
Share on other sites

Heya my friends, today i will release a simple app code in python.

 

This soft search in Shodan.io FTP Servers with access instantly....

 

== [Requirements] ==

 

 

 

== [END Requirements] ==

 

I will try optimized the code and add more functions... Like, Share and and comment, plss Like it xD

 

:fiesta: See ya  :fiesta:

 

Sadly it require me to upgrade my API plan , how to pass it ? :(

error code is:

 

C:\Users\USER\Desktop\[FTP Servers] Python tool>ftpshodan.py

Traceback (most recent call last):

  File "C:\Users\USER\Desktop\[FTP Servers] Python tool\ftpShodan.py", line 17, in

    results = shodanApi.search("port:21 214-ADMIN_LOGIN")

  File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\site-packages\shodan\client.py", line 419, in search

    return self._request('/shodan/host/search', args)

  File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\site-packages\shodan\client.py", line 242, in _request

    raise APIError(error)

shodan.exception.APIError: Please upgrade your API plan to use filters or paging.

Share this post


Link to post
Share on other sites

Nice mate i was looking for something like this

Thank you

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this