https://github.com/b3n4kh/shodan-ftpsearch
Search for read/writeable FTP-Servers on shodan
https://github.com/b3n4kh/shodan-ftpsearch
ftp security-tools shodan shodan-api shodan-python
Last synced: 2 months ago
JSON representation
Search for read/writeable FTP-Servers on shodan
- Host: GitHub
- URL: https://github.com/b3n4kh/shodan-ftpsearch
- Owner: b3n4kh
- Created: 2020-10-13T18:25:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T18:26:15.000Z (about 4 years ago)
- Last Synced: 2024-11-17T01:28:53.750Z (5 months ago)
- Topics: ftp, security-tools, shodan, shodan-api, shodan-python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-search-engines - Shodan FTPSearch
README
# 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 .
```