
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
scrippy_remote
SSH/SFTP/FTP client for the Scrippy
framework.
The modules listed below will be automatically installed.
git clone https://codeberg.org/scrippy/scrippy-remote.git
cd scrippy-remote
python -m pip install -r requirements.txt
make install
pip
pip install scrippy-remote
scrippy_remote
This module offers all the objects, methods, and functions for operations on remote hosts accessible via SSH/SFTP or FTP and a limited support of CIFS:
The scrippy_remote
module provides several objects for transferring files via SFTP, FTP, FTPS, or CIFS, and for remote command execution via SSH.
The source code for the scrippy_remote.remote
module and its sub-modules is also extensively commented and remains the best source of documentation.
A HTML version of the documentation can be generated using sphinx:
pip3 install sphinx
cd scrippy-remote
make doc
The resulting documentation will be generated in the docs/build/html
directory.
Each of the Ssh
, Ftp
, Cifs
classes comes with some helper functions to operate on the local host such as :
The Ssh
class provides specific methods to execute commands and handle files and directory handling such as :
The Ftp
class provides specific methods to execute commands and handle files and directory handling such as :
The Cifs
class provides specific methods to transfer files using the CIFS/Samba protocol such as:
FAQs
"Client SSH, SFTP et FTP pour le cadriciel Scrippy."
We found that scrippy-remote demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.