An amateur project made solely using vibe-coding for scientific purposes.
Desktop IP/port scanner application built with Tauri.
- Download the latest installer from the Releases tab:
NetRecon IP Scanner_x.x.x_x64_en-US.msi— MSI installer (Windows)NetRecon IP Scanner_x.x.x_x64-setup.exe— NSIS installer (Windows)
- Run the downloaded file and follow the installer instructions.
- After installation, launch NetRecon IP Scanner from the Start Menu or desktop shortcut.
Requirements:
- Node.js v18+
- Rust (stable)
- Visual Studio Build Tools (C++ components)
Steps:
git clone https://github.com/michalstankiewicz4-cell/IPscanner.git
cd IPscanner
npm install
npm run tauri:buildThe built EXE and installers will appear in:
src-tauri/target/release/bundle/
Some antivirus engines flag the built executable:
VirusTotal scan of the release binary: https://www.virustotal.com/gui/file/7c0706ee5d06693271bb14280606c14b59562fb7b8974e708c2d3b3084f75c0a
The site was clean as of 2026-05-13: https://www.virustotal.com/gui/domain/ipscanner.pl
Planned next: a PDF censored-text checker and an email/file analyser, plus IPv6/IPv4 correlation.
| File | Description |
|---|---|
| CONTRIBUTING.md | Project direction and rules for contributing code (written in Polish). |
| CODE_OF_CONDUCT.md | Community code of conduct. |
| SECURITY.md | How to report a security vulnerability. |
| LICENSE.MD | MIT License. |
Have a question or an idea? Use GitHub Discussions instead of opening an issue.