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.
A tool to scan your network for RAOP and AirPlay bonjour services and send their details to an open central repository
The Apple AirPlay and RAOP protocols are the foundation of AppleTV and all AirPlay compatible hardware. The two protocols are continuesly evolving and new features are added. Clément Vasseur did a fantastic job documenting most of the two protcols in 2012, but since then a lot have happended.
This project is a first step in trying to fully uncover the two protocols.
Installing an running this software on your computer will collect and send information about all AirPlay and RAOP compatible devices on your network to a public database. From this data and a lot of hard work it's my hope that we can reverse engineer the two protocols.
This is a Node.js module and requires the Node.js package manager to install.
npm install -g airharvest
Just run the airharvest
command from your command line :)
This is an example of what kind of RAOP data is collected:
{
"type": "raop",
"port": 5000,
"txt": {
"cn": "0,1,2,3",
"da": "true",
"et": "0,3,5",
"ft": "0x5A7FFFF7,0xE",
"md": "0,1,2",
"am": "AppleTV3,1",
"pk": "****************************************************************",
"sf": "0x44",
"tp": "UDP",
"vn": "65537",
"vs": "200.54",
"vv": "2"
}
}
This is an example of what kind of AirPlay data is collected:
{
"type": "airplay",
"port": 7000,
"txt": {
"deviceid": "***",
"features": "0x5A7FFFF7,0xE",
"flags": "0x44",
"model": "AppleTV3,1",
"pk": "****************************************************************",
"srcvers": "200.54",
"vv": "2"
}
}
MIT
FAQs
A tool to scan your network for RAOP and AirPlay bonjour services and send their details to an open central repository
The npm package airharvest receives a total of 5 weekly downloads. As such, airharvest popularity was classified as not popular.
We found that airharvest 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.