Gathering detailed insights and metrics for stenoread
Gathering detailed insights and metrics for stenoread
Gathering detailed insights and metrics for stenoread
Gathering detailed insights and metrics for stenoread
Stenographer API packet reader + proxy in Node, piping out steaming hot PCAP data
npm install stenoread
Typescript
Module System
Node Version
NPM Version
JavaScript (82.04%)
HTML (17.96%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
4 Stars
66 Commits
1 Forks
2 Watchers
3 Branches
2 Contributors
Updated on Mar 31, 2025
Latest Version
1.1.2
Package Id
stenoread@1.1.2
Unpacked Size
13.27 kB
Size
4.07 kB
File Count
7
NPM Version
6.14.17
Node Version
14.20.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Stenographer API packet reader in Node, piping out steaming hot PCAP data
/etc/stenographer/config
pem
certificates in certPath
npm install -g stenoread
stenoread.js "port 5060 and after 1m ago" | tshark -r /dev/stdin
A simple UI can be served to run http/s queries via web
stenoserve.js --port 443 --token 1234pcap --certPath /etc/letsencrypt/live/my.domain
_ __ _ _
___| |_ ___ _ __ ___ /__\ ___ __ _ __| | (_)___
/ __| __/ _ \ '_ \ / _ \ / \/// _ \/ _` |/ _` | | / __|
\__ \ || __/ | | | (_) / _ \ __/ (_| | (_| |_ | \__ \
|___/\__\___|_| |_|\___/\/ \_/\___|\__,_|\__,_(_)/ |___/
|__/
Query | Usecase |
---|---|
host 8.8.8.8 | Single IP address (hostnames not allowed) |
net 10.0.0.0/8 | Network with CIDR |
port 23 | Port number (UDP or TCP) |
icmp | Specific protocol |
before 2019-04-01T11:05:00Z | Packets before a specific time (UTC) |
after 2019-04-01T11:05:00-0700 | Packets after a specific time (with TZ) |
before 45m ago | Packets before a relative time |
after 10m ago | Packets after a relative time |
PCAP data can be requested via insecure GET/POST requests
/{query}/pcap
Examples:
curl 'http://localhost:1235/query' --data-raw 'query=port 22 and after 1m ago' | tshark -r /dev/stdin
wget -qO- "http://localhost:1235/port 22 and after 1m ago/pcap | tshark -r /dev/stdin
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
3 existing vulnerabilities detected
Details
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More