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.
= Introduction
The ruby-vnc library provides for simple rfb-protocol based control of a VNC server. This can be used, eg, to automate applications (sometimes there is no better way), or script some sort of interaction.
Being VNC based gives it the advantage of being able to be run against servers on any platform.
The primary documentation is for the Net::VNC class.
= Running the tests
Boot up the two VNC servers with docker-compose up
.
Run the test-suite with bundle exec rake spec
.
= Resources
{The Remote Framebuffer Protocol (RFC6143)}[https://tools.ietf.org/html/rfc6143]
https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst
= Thanks
Code borrows a lot from Tim Waugh's excellent rfbplaymacro. So far all it really offers on top of that is access to the host clipboard, and the ease with which it can be scripted, ie taking conditional actions based on the contents thereof.
= TODO
Having the ability to take and analyse screen dumps would be useful.
Finish the specs.
Fix issues with the way we use a background thread to handle the clipboard etc chatter from the server.
FAQs
Unknown package
We found that ruby-vnc 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.