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.
appnet.io-controller
Advanced tools
AppNet.IO controller serivices to support AppNet.io protocol
Build Neo4j 2.1.8 on Linux with Docker, then start Neo4j services
./neo4jpkg
Copy Neo4j packages out of Docker image to local
./neo4jpkg cp -rf /tmp/*.tar* .
appnet.io-controller depends on node-httpp, please build it from repo node-httpp
clone this repo and install dependency modules
npm config set strict-ssl false -g
npm i npm@2.15.9 -g
npm i
generate SSL certs once for your own Domain Name, like
./tools/genSrvKey.bash 51dese.com
start controller services
~/node-httpp/node ./bin/srv.js
now ready to serve appnet.io client
Build node-httpp docker images, refer to node-httpp
Clone this repo
Install dependency modules
./appbld npm i
Generate SSL certs once for your own Domain Name, like
./appbld ./tools/genSrvKey.bash 51dese.com
Packaging and start services
./apppkg
Start services ...
name-server-0 listen on udp port 51686
name-server-1 listen on udp port 51868
agent-server listen on udp port 51866
httpp proxy-server listen on udp port 51688
http proxy-server listen on tcp port 51688
Testing service if start successfully
./apppkg node tests/connection.js
node tests/connection.js ...
connecting to alternative name-server successfully
connecting to primary name-server successfully
* sdp.js - Session Desription implementation
* stun.js - STUN protcol implementation
* turn.js - TURN protocl implementation
* db/sdp.js. - Session data model persistent in GraphDB
* vurl.js. - Virtual URL implementation
* appnet.io-server.js - AppNet.io protocol controller implementation
* appnet.io-server-v2.js - AppNet.io protocol controller V2 implementation using SecureWebsocket and NaclCert
* ssl.js - SSL/RSA certs generate utils
* demos/ - demos
* ca-certs - your own Root CA certs
* certs - dynamical generated SSL/RSA certs for connections
* routepath.js - pure JS tracerouter implementation using UDP/TTL probe. TBD
Look on demos/
(The MIT License)
Copyright (c) 2012-present Tom Zhou(iwebpp@gmail.com)
FAQs
AppNet.io protocol controller service for node.js
The npm package appnet.io-controller receives a total of 1 weekly downloads. As such, appnet.io-controller popularity was classified as not popular.
We found that appnet.io-controller 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.