https://github.com/blueq-lk/bugzipper
A port scanner using Python and Vue.js employs Nmap to scan network ports, stores the results in a database, and displays them in real-time on a user-friendly website.
https://github.com/blueq-lk/bugzipper
cybersecurity network nmap nmap-alternative nmap-port-scanner port-scanner python scanner vuejs
Last synced: 3 months ago
JSON representation
A port scanner using Python and Vue.js employs Nmap to scan network ports, stores the results in a database, and displays them in real-time on a user-friendly website.
- Host: GitHub
- URL: https://github.com/blueq-lk/bugzipper
- Owner: BlueQ-lK
- Created: 2024-08-19T14:15:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T08:18:52.000Z (4 months ago)
- Last Synced: 2025-02-08T09:26:09.308Z (4 months ago)
- Topics: cybersecurity, network, nmap, nmap-alternative, nmap-port-scanner, port-scanner, python, scanner, vuejs
- Language: Vue
- Homepage:
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BugZipper
A port scanner with a user-friendly web interface for scanning and analyzing open ports, with an option to save scan results.
## Screenshots


## Prerequisites
- Download [nmap](https://nmap.org/download.html), an open-source tool for network discovery and security auditing.
- Install [Node.js](https://nodejs.org/en/download/package-manager), is an open source server environment.## Installation
Make sure you have Python, pip, and Node.js installed.
```bash
pip install -r requirements.txt
npm run install:all
```
## DeploymentTo deploy this project run
```bash
npm run dev
```