An open API service indexing awesome lists of open source software.

https://github.com/pnstack/pntools

pntools
https://github.com/pnstack/pntools

Last synced: 9 months ago
JSON representation

pntools

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)