initial work on "unroller" (decrypt wtv encrypted pcap)
This commit is contained in:
17
zefie_wtvp_minisrv/package-lock.json
generated
17
zefie_wtvp_minisrv/package-lock.json
generated
@@ -17,10 +17,12 @@
|
||||
"express": "^4.21.2",
|
||||
"follow-redirects": "^1.15.6",
|
||||
"html-entities": "^2.5.2",
|
||||
"http-string-parser": "^0.0.6",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"mime-types": "^2.1.35",
|
||||
"newsie": "1.2.1",
|
||||
"nntp-server-zefie": "^3.1.0",
|
||||
"pcap-parser": "^0.2.1",
|
||||
"php-serialize": "^5.0.1",
|
||||
"proxy-agent": "^6.4.0",
|
||||
"rc4-crypto": "^1.5.0",
|
||||
@@ -1912,6 +1914,12 @@
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/http-string-parser": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/http-string-parser/-/http-string-parser-0.0.6.tgz",
|
||||
"integrity": "sha512-sngOeBkIL32kum4Z+FulU+3Ve41B3js1IKfel0WAhwLqDJiUPC1UTqFRBr2/IDw9dbks6B4xSIYgPiJU7ivxww==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/https-proxy-agent": {
|
||||
"version": "7.0.6",
|
||||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
||||
@@ -2495,6 +2503,15 @@
|
||||
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/pcap-parser": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/pcap-parser/-/pcap-parser-0.2.1.tgz",
|
||||
"integrity": "sha512-+1t1GiMpEHI+MFub/mpCmfpyU4oVOyn4h71Zp5GqC/2uv0yteM6MghazKBQMkNXgmmsCPT1JUMfqsF03cYjnyw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/php-serialize": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/php-serialize/-/php-serialize-5.1.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user