
Research
/Security News
npm Malware Campaign Uses Adspect Cloaking to Deliver Malicious Redirects
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.
npm install doom-wad
Tries to take a DOOM WAD (Heretic et al. not supported at present, PRs welcome) and mangle it into something useful.
Can handle most of the data used by DOOM and DOOM 2, see nlump for more details on which lumps are supported
It basically just uses nlump to convert the lumps, and tries to organise them meaningfully, eg. grouping map lumps together etc.
Known to work with DOOM and DOOM 2 IWADs, the handful of map-only PWADs I tried also worked
const fs = require( 'fs' )
const wad = require( 'doom-wad' )
fs.readFile( 'doom.wad', ( err, buffer ) => {
const data = wad( buffer )
console.dir( data )
})
FAQs
Read data out of a DOOM WAD
We found that doom-wad 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
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads