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.
github.com/ntsd/cross-clipboard
A multi device clipboard sharing over P2P network.
for Go user you can just install using go package
Required: Go 1.23 or above
go install github.com/ntsd/cross-clipboard@latest
brew tap ntsd/cross-clipboard
brew install cross-clipboard
for headless linux you might need to install xvfb
.
# install libx11-dev abd Xvfb
sudo apt install -y libx11-dev xvfb
# initialize a virtual frame buffer (can put in .profile)
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
export DISPLAY=:99.0
UI mode
cross-clipboard
Terminal mode
cross-clipboard -t
git clone https://github.com/ntsd/cross-clipboard
go run main.go
go build .
Install NDK >=21.3.6528147
Install Go mobile
go install golang.org/x/mobile/cmd/gomobile@latest
gomobile build mobile/...
Generate a protobuf go file using protoc
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative data.proto
FAQs
Unknown package
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.