Welcome to the leading Carding Forum where carders from around the world share knowledge, tools, and trusted resources. Whether you’re looking for Crdpro discussions, Altenen updates, or non-VBV BIN lists for 2025, you’ll find a secure and active community ready to guide you. Our forum is built for both beginners and experienced carders who want to stay ahead in the latest techniques, marketplaces, and carding tutorials. Join live conversations about trusted shops, security tools, and leaks while connecting with like-minded members who share valuable insights. Guests only see part of the content — by registering, you unlock full access to exclusive BIN lists, Crdpro & Altenen forums, carding guides, and private discussions. Don’t miss out on the chance to build authority, learn proven methods, and grow inside the internet’s most reliable carding community.

[FTP Servers] Python Application with API Shodan.io

Member
Joined
Apr 6, 2019
Messages
32
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:
 
Member
Joined
Mar 7, 2019
Messages
36
vasikokk said:
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 <module>
    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.
 
Top