Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
github.com/1stship/napter-ftp-proxy
napter-ftp-proxyはSORACOM Napterを利用したリモートデバイスへのFTP接続ツールです。
ソラコム社のオンデマンドリモートアクセスサービスSORACOM Napterを用いることにより、リモートデバイスへの安全なFTP接続を実現します。
SORACOM Napterの説明はこちら
https://soracom.jp/services/napter/
go getコマンドで取得できます。
go get -u github.com/1stship/napter-ftp-proxy
また、リリースページから各環境のバイナリ実行ファイルがダウンロードできます。
以下のコマンドを実行します。IMSIには接続したいデバイスで使用されているSORACOM Air SIMのIMSIを指定します。
napter-ftp-proxy --target IMSI
SORACOMのアカウントとパスワードを入力すると、ローカルホストにてFTPの待ち受け状態になります。
FTPクライアントツールを使用してローカルホストの21番ポートにFTP接続すると、透過的にリモートデバイスにFTP接続されます。
オプション | 説明 |
---|---|
--help | ヘルプを表示します。 |
--version | バージョンを表示します。 |
--target IMSI | 接続先のデバイスのIMSIを指定します。 |
--listen IP_ADDRESS | 待ち受けするIPアドレスを指定します。自機以外からのアクセスを受け付ける際に使用します。 |
--local PORT | 待ち受けするポートを指定します。権限の関係などで21番で待ち受けできない場合に使用します。 |
--remote PORT | 接続先のポートを指定します。デバイス側のポートが21番でない時に使用します。 |
環境変数 | 説明 |
---|---|
SORACOM_EMAIL | ソラコムアカウントのメールアドレスを指定します。メールアドレス入力を省略できます。 |
SORACOM_PASSWORD | ソラコムアカウントのパスワードを指定します。パスワード入力を省略できます。 |
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.