📦 Networking Toolbox v1.1.0
🛸 Other Changes
cb00e0b- Updates Docker workflow repo name (commit by @Lissy93)4c920ee- Resolves mirroring on tag issue (commit by @Lissy93)929d433- Test workflow running on forks, and coverage reporting (commit by @Lissy93)5e1f0a4- Added more deployment options and scripts listing to readme (commit by @Lissy93)1da304a- Allows test config to report coverage (commit by @Lissy93)cee9acc- Merge pull request #3 from Lissy93/fix/workflow-automations
Fix/workflow automations (commit by @Lissy93)
30b256a- Perm config for docker and tests workflows (commit by @Lissy93)3317f94- Merge branch 'main' of github.com:Lissy93/networking-toolbox (commit by @Lissy93)006c2ab- Lowecase repo name for dockerhub (commit by @Lissy93)8eff29a- Simplifies docker workflow. Over-complicates mirror workflow (commit by @Lissy93)d28bd46- Lowercase repo name in docker workflow. Improves output of mirror workflow (commit by @Lissy93)0b6780c- Lowercase repo name in docker workflow, again (commit by @Lissy93)c53708b- Adds new tools for HTTP compression checks and HTTP cookie security (commit by @Lissy93)dc9006d- Fixes and improvments to nav, card collection and sitemap page (commit by @Lissy93)9638b1e- Implements banner checker (commit by @Lissy93)de55351- Updates about docs (commit by @Lissy93)5377f3b- Build DNSSEC chain validation tool (commit by @Lissy93)d47d1c5- Resolved failing tests and linter checks (commit by @Lissy93)3a40ff9- Merge pull request #4 from Lissy93/feat/new-lookups
Feat/new lookups (commit by @Lissy93)
5892efd- Implements IP blacklist checking tool (commit by @Lissy93)9659611- Hardens and completes the IP blacklisting tool (commit by @Lissy93)e02602b- Build DNS Query performance comparison (commit by @Lissy93)edcc27f- Completed dns perf analyzer (commit by @Lissy93)5cc8e29- Adds advanced options to DNS performance analyzer (commit by @Lissy93)eaf8bd8- DNS AXFR security testing, started (commit by @Lissy93)3a77cdf- Completes AXFR security scanning (commit by @Lissy93)15b5263- Fixes tests for new DNS diagnostic endpoints (commit by @Lissy93)1c7d68e- Fix Vercel runtime versioning in serverless deno func (commit by @Lissy93)a9d8d85- Resolved test by adding a lil bit of wiggle room in timeout limit (commit by @Lissy93)d3812cc- AXFR securitty testing - Added messagng for serverless environmenents, ensures all tests pass (commit by @Lissy93)70cab26- Makes formatter happy# (commit by @Lissy93)2787892- Highlight TopNav dropdown items with sub item selected (commit by @pa4080)4cf963e- Fix ToolCard bookmark button icon alignment (commit by @pa4080)4ddc67a- Better scroll-bars for the TopNav dropdowns (commit by @pa4080)55b54bd- Tests for new internal api endpoints (commit by @Lissy93)6b77868- Implemented BGP route lookup (commit by @Lissy93)2ec3de9- Merge pull request #6 from pa4080/top-nav-highlight
Minor UI improvements (commit by @Lissy93)
69cfb8c- Merge branch 'main' of github.com:Lissy93/networking-toolbox into feat/new-lookps-for-dns (commit by @Lissy93)525294a- Fix minor prettier warnings (commit by @Lissy93)bd07910- Implemented ASN & geographic lookups (commit by @Lissy93)9ec2678- Sets nvm/node version to latest LTS version of 22.20.0 (commit by @Lissy93)6712743- Builds TLS Handshake Analyzer tool (commit by @Lissy93)968ad27- IPv6 Connectivity Checker (commit by @Lissy93)a6fa72d- Implementred Certificate Transparency Log Search tool (commit by @Lissy93)4dc8ac3- Implementred mail tls check tool (commit by @Lissy93)f259a51- Implemented graylist mail checking, and bumped version (commit by @Lissy93)937c838- Built MAC Address Converter & OUI Lookup (commit by @Lissy93)4c0f31f- Resolved weird styling issue in MAC lookup route (commit by @Lissy93)5d37883- Fix naughty flakey test (commit by @Lissy93)8f0c8d9- Merge pull request #5 from Lissy93/feat/new-lookps-for-dns
Feat/new lookps for dns (commit by @Lissy93)
📥 Installation
Docker:
docker pull lissy93/networking-toolbox:v1.1.0
docker run -d -p 8080:80 lissy93/networking-toolbox:v1.1.0From Source:
# Download and extract
tar -xzf networking-toolbox-v1.1.0.tar.gz
# Install and run
npm install
npm run build
npm run preview