
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.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Share your CUPS printers with google's cloud print. Works with linux and OS X.
This software is a python implementation of a cloud print connector. Unlike Google's linux connector, it does not require chrome to be installed on the server.
::
cloudprint [ ...] -d : enable daemon mode (requires the daemon module) -l : logout of the current google account -p pid_file : path to write the pid to (default cloudprint.pid) -a account_file : path to google account ident data (optional) -c : establish and store login credentials, then exit -f : 'fast poll', if notifications aren't working -u : store username/password in addition to login token to avoid authentication expiration -i regexp : include files matching regexp -x regexp : exclude filees matching regexp regexp: a Python regexp, which is matched against the start of the printer name -h : display this help
Google accounts with 2 step verification enabled need to use an
application-specific password <http://www.google.com/support/accounts/bin/static.py?page=guide.cs&guide=1056283&topic=1056286>
_.
::
cloudprint Google username: username@gmail.com Password: Added Printer Brother-HL-2170W
Include only the printers "lp
" and "2up
":
::
cloudprint -i lp -i 2up
Exclude all printers whose names start with "GCP-
":
::
cloudprint -x GCP-
By default, all printers are included. For the include and exclude options, the argument is a regular expression which is matched against the start of the printer name.
For example, to include all printers whose names begin "lp
":
::
cloudprint -i lp # includes both lp and lp2up
::
pip install cloudprint or with optional daemon support pip install cloudprint[daemon]
After running cloudprint, verify that the connector successfully installed the cloud printer by visiting http://www.google.com/cloudprint/manage.html.
FAQs
Google cloud print proxy for linux/OSX
We found that cloudprint 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.