https://github.com/pnstack/pntools
pntools
https://github.com/pnstack/pntools
Last synced: 9 months ago
JSON representation
pntools
- Host: GitHub
- URL: https://github.com/pnstack/pntools
- Owner: pnstack
- Created: 2023-11-03T18:03:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T07:10:45.000Z (9 months ago)
- Last Synced: 2025-10-03T08:30:22.068Z (9 months ago)
- Language: TypeScript
- Size: 441 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + React + Typescript
@npv2k1
This template should help get you started developing with Tauri, React and Typescript in Vite.
## Features
### Port Explorer
A powerful port scanning module that allows you to scan ports on your local machine or remote IP addresses. Features include:
- **Native TCP scanning** built with Rust
- **Nmap integration** for advanced scanning (optional)
- Configurable port ranges and timeout settings
- Service detection for common ports
- Interactive results table with filtering and sorting
To access: Navigate to **Tauri > PortExplorer** in the application.
See [Port Explorer Documentation](src/modules/tauri/components/port-explorer/README.md) for more details.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)