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

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.

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

![Image](https://github.com/user-attachments/assets/b759c972-e719-4ec7-9b45-1133a8e91d63)

![image2](https://github.com/user-attachments/assets/26fe7872-7811-4b92-ad71-16aeae2e24a6)

## 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
```