@fanboynz/network-scanner
Version:
A Puppeteer-based network scanner for analyzing web traffic, generating adblock filter rules, and identifying third-party requests. Features include fingerprint spoofing, Cloudflare bypass, content analysis with curl/grep, and multiple output formats.
62 lines (61 loc) • 1.56 kB
JSON
{
"name": "@fanboynz/network-scanner",
"version": "2.0.66",
"description": "A Puppeteer-based network scanner for analyzing web traffic, generating adblock filter rules, and identifying third-party requests. Features include fingerprint spoofing, Cloudflare bypass, content analysis with curl/grep, and multiple output formats.",
"main": "nwss.js",
"scripts": {
"start": "node nwss.js",
"scan": "node nwss.js",
"help": "node nwss.js --help",
"lint": "eslint *.js lib/*.js"
},
"dependencies": {
"ghost-cursor": "^1.4.2",
"lru-cache": "^11.3.5",
"p-limit": "^7.3.0",
"psl": "^1.15.0",
"puppeteer": ">=20.0.0",
"socks": "^2.8.9"
},
"overrides": {
"tar-fs": "3.1.1",
"ws": ">=8.20.1",
"yauzl": ">=3.2.1"
},
"keywords": [
"puppeteer",
"network-scanner",
"adblock",
"web-scraping",
"privacy",
"tracking-protection",
"filter-lists",
"fingerprint-spoofing",
"cloudflare-bypass",
"network-analysis"
],
"author": "FanboyNZ",
"license": "GPL-3.0",
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanbr/network-scanner"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/ryanbr/network-scanner/issues"
},
"homepage": "https://github.com/ryanbr/network-scanner",
"optionalDependencies": {
"adblock-rs": "^0.12.3",
"puppeteer-core": ">=20.0.0"
},
"devDependencies": {
"eslint": "^10.0.2",
"globals": "^17.6.0"
}
}