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.
android-capture
Advanced tools
android-capture
makes it easy to capture video and screenshots from Android devices and emulators.
Take a screenshot directly to the clipboard:
npx android-capture image --copy
Record a video to ./new-scroll-behavior.mp4
npx android-capture video new-scroll-behavior
$ npx android-capture video [<output-filename>] [...options]
or
$ npx android-capture image [<output-filename>] [...options]
Videos are limited to 3 minutes.
You need to have Node and the Android developer tools installed. In particular, adb must be installed and available in your terminal path.
If you want to capture from a physical device, the device must be paired with your computer via USB debugging or Wireless debugging
--copy
(Screenshots only, macOS only, linux/windows contributions welcome!)
Copies the screenshot to the clipboard. If no output path is given, no file will be saved.
--full-res
(Video only)
Records video in full-resolution. By default android-capture
reduces the video resolution by 50%, which still offers great quality screen recording.
May not work with emulators.
--open
Opens the file after saving.
--no-countdown
(Video only)
Skips the '3...2...1...' countdown before starting to record.
FAQs
Unknown package
We found that android-capture demonstrated a not healthy version release cadence and project activity because the last version was released 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.