
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Fusion is a command-line tool designed to streamline the process of keeping your computer and Android device in sync. It offers a user-friendly interface and efficient functionality to make file transfers and synchronization a breeze.
You have various options to connect your device and all of them are written on the Google Developer website :
Use pip (Python Package Index) to install fusion:
pip install fusion-sync
The reason that the package is named fusion-sync
is because fusion
was unavailable so, nothing to worry.
Pull files from your device to your computer :
fusion pull <source> <destination>
Push files from your computer to your device :
fusion push <source> <destination>
Synchronize files between your computer and device :
fusion sync <source> <destination>
--dryrun,--dry
: Perform a dry run without actually transferring files.--content,-c
: Transfer content of the directory without the directory itself.--skip,-p
: Skip files that exist on both sides.--sync,-s
: Synchronize files, overwriting existing ones.--force,-f
: Force transfer, ignoring conflicts.--reverse,-r
: Reverse the direction of the synchronization.--delete,-d
: Delete files that don't exist on the other side.P.S: You can only use one of sync, force or skip flags at a time as they are mutually exclusive.
P.S 2: reverse and delete flags are only for sync command.
To pull all documents from your device to a folder named "Documents" on your computer :
fusion pull /sdcard/Documents ./Docuemnts
Sync two directories and delete files that don't exist on your phone anymore :
fusion sync --delete /sdcard/Documents ./Documents
To push all documents from your computer to your device and change its name to MyDocs
:
fusion push --content ./Documents /sdcard/MyDocs
Fusion uses argcomplete to provide path completion when pressing <Tab>
. According to argcomplete documentation you need to register the Fusion executable binary to enable this feature. To do so, add the following line to your shell startup file:
eval "$(register-python-argcomplete fusion)"
FAQs
Keep your files in sync
We found that fusion-sync 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.