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: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T08:18:52.000Z (over 1 year ago)
- Last Synced: 2025-05-19T05:07:17.895Z (about 1 year 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
```
## Deployment
To deploy this project run
```bash
npm run dev
```