Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
.. image:: https://api.codacy.com/project/badge/Grade/0f2d7aaac9684b728fd45fbab2fbca3b :target: https://www.codacy.com/app/andrei-shabanski/grab-screen?utm_source=github.com&utm_medium=referral&utm_content=andrei-shabanski/grab-screen&utm_campaign=badger .. image:: https://travis-ci.org/andrei-shabanski/grab-screen.svg?branch=master :target: https://travis-ci.org/andrei-shabanski/grab-screen .. image:: https://img.shields.io/pypi/pyversions/grab-screen.svg :target: https://pypi.python.org/pypi/grab-screen .. image:: https://img.shields.io/pypi/l/grab-screen.svg :target: https://github.com/andrei-shabanski/grab-screen/blob/master/LICENSE
Take screenshots and upload anywhere!
You install grab-screen
with pip:
.. code:: shell
$ pip install grab-screen
.. code:: shell
$ grab-screen --help
Usage: grab-screen [OPTIONS] COMMAND [ARGS]...
Options:
-h, --help Show this message and exit.
-v, --version Show the version and exit.
Commands:
config Get and set options.
image Make a screenshot and upload to a storage.
Configurations ^^^^^^^^^^^^^^
$ grab-screen config list
- show configs.
$ grab-screen config set NAME [VALUE]
- set an option. You can add
--upset
to remove the option.
$ grab-screen config reset
- remove all options.
Taking screenshots ^^^^^^^^^^^^^^^^^^
$ grab-screen image
- take a screenshot.
Use -h
/--help
to see more options.
CloudApp
Before uploading screenshots to CloudApp, provider your credentials:
.. code:: shell
$ grab-screen config set cloudapp_username YOUR-USERNAME
$ grab-screen config set cloudapp_password
Then take a screenshot:
.. code:: shell
$ grab-screen image --browse --storage cloudapp
MIT License
FAQs
Take screenshots and upload anywhere
We found that grab-screen 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.