
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ovhdynupdate
Advanced tools
NodeJS script for ovh.com dynamic DNS domain update using simple interval
it simply getting your external IPv4 and then calling ovh url with basic Auth:
http://www.ovh.com/nic/update?system=dyndns&hostname=YOU_HOST&myip=YOU_EXT_IPV4
More information for ovh dynhost look at : https://docs.ovh.com/fr/domains/utilisation-dynhost/
Installation :
npm install ovhdynupdate
Usage in your index.js :
let app = require('ovhdynupdate');
app.init({
interval:1000*60*3 , // in MS update every 3 min
domain:'sub.domain.com',
auth : "domain.com-USER:YOURPASSWORD",
//service_ipv4 : 'http://someserviceforipv4_remoteaddress.com'
}) ;
result should have somthing like this in the console :
Init process for domain sub.domain.com auth : domain.com-sub:***** with interval 30000
2020-03-05T16:35:05.496Z nochg 000.000.000.000
FAQs
NodeJS script for ovh.com dynamic DNS domain update
We found that ovhdynupdate 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.