Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 800 Bytes

File metadata and controls

35 lines (19 loc) · 800 Bytes

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

image2

Prerequisites

  • Download nmap, an open-source tool for network discovery and security auditing.
  • Install Node.js, is an open source server environment.

Installation

Make sure you have Python, pip, and Node.js installed.

  pip install -r requirements.txt
  npm run install:all

Deployment

To deploy this project run

  npm run dev