Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Elastiflow | 2,309 | 2 years ago | 1 | other | Shell | |||||
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack | ||||||||||
Selks | 1,059 | 10 days ago | 183 | gpl-3.0 | Shell | |||||
A Suricata based IDS/IPS/NSM distro | ||||||||||
Tplink Energy Monitor | 421 | 10 months ago | 73 | gpl-3.0 | JavaScript | |||||
An energy monitoring dashboard for TP-Link smart plugs | ||||||||||
Kbn_network | 371 | 5 months ago | 32 | apache-2.0 | JavaScript | |||||
Network Plugin for Kibana | ||||||||||
Canvasxpress | 278 | 3 | 10 days ago | 38 | December 01, 2022 | 6 | R | |||
CanvasXpress: A JavaScript Library for Data Analytics with Full Audit Trail Capabilities. | ||||||||||
Jaal | 257 | 1 | 2 months ago | 13 | September 03, 2022 | 14 | mit | Python | ||
Your interactive network visualizing dashboard | ||||||||||
Dynamite Nsm | 128 | 2 years ago | 24 | February 10, 2022 | 28 | gpl-3.0 | Python | |||
DynamiteNSM is a free Network Security Monitor developed by Dynamite Analytics to enable network visibility and advanced cyber threat detection | ||||||||||
Dashboards | 54 | 8 years ago | Python | |||||||
Kibana dashboards for network monitoring | ||||||||||
Anystatus | 53 | 3 months ago | 31 | gpl-3.0 | C# | |||||
A remote control for your CI/CD pipelines and more | ||||||||||
Evil Twin | 52 | 6 months ago | mit | PHP | ||||||
Learn how to set up a fake authentication web page on a fake WiFi network. |
mkdir ./keys
touch ./keys/staking_exproler.json
node ./db_utils/db.js
developer:
npm run start:watch
production:
npm run build
npm run prod
npm run serve
npm run db-reset -- -n [ostn|pstn|stn] (-y)
-n: required. network indicator. Allowed values: ostn, pstn, stn
-y: optional. If present, auto-confirms db delete process. Used for auto-recovery during hard reset.
npm run deploy -- [dev|prod] (-y)
1st arg: required. project target. Allowed values: dev, prod
-y: optional. If present, auto-confirms db delete process. Used for auto-recovery during hard reset.
npm run deploy -- prod (-y)
will deploy the current project.