
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
pppoverxmpp
Advanced tools
It creates a TAP interface and allows you to use the XMPP (jabber) as PPP tunnel.
The project is in the stage of "proof-of-concept". Therefore, the configuration is done by editing the application main file. Sorry for this.
Example:
var PPPoverXMPP = require('pppoverxmpp')({
'interface': 'tun1',
'ip': '192.168.0.2',
'gateway': '192.168.0.1',
'mask': '255.255.255.0',
'login': 'mygateway@jabber.cc',
'password': 'poweroverwhelming',
'gatewayContact': 'mygateway@jabber.cc',
'debug': true
});
login and password - from you jabber account. Do not use Jabber clients simultaneously using PPP over XMPP.
gatewayContact - authorized user from contact list. Another instance of PPP over XMPP should be connected to this account.
idAdress - adress of current device in PPP network
gatewayIp - usually the address of another device
networkMask - IPv4 subnetting reference
interfaceId - name of network interface created in system
After configuring run application from superuser.
Run another instance of application on gatewayContact with same networkMask and try use ping command for test.
Tou can have access to node-tuntap and xmpp-client instances by PPPoverXMPP.tuntap and PPPoverXMPP.client properties.
##Troubles
FAQs
Provides PPP over XMPP
We found that pppoverxmpp 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.