Skip to content

b3n4kh/shodan-ftpsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shodan FTP Search

This tool searches for public read and / or writeable FTPServers on shodan.

Usage

$ ftpsearch --help
Usage: ftpsearch [OPTIONS]

  CLI Entrypoint.

Options:
  --debug / --no-debug
  --port INTEGER        [default: 21]
  --country TEXT        Country Code  [default: AT]
  --rcode INTEGER       FTP server return code  [default: 230]
  --output TEXT         [default: data]
  --apikey TEXT
  --help                Show this message and exit.

To use the default query 230 country:"AT" port:"21" just call ftpsearch.

Output will be in a folder called data, but can be overriden with --output.

Development / Installation

git clone https://github.com/b3n4kh/shodan-ftpsearch.git
cd shodan-ftpsearch
pip install -e .

About

Search for read/writeable FTP-Servers on shodan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages