/nmap-crud

Primary LanguageJavaScript

nmap-crud

nmap-crud Example application:

  • saves the nmap scan results to the PostgreSQL
  • generates a report for open ports and sends it to telegram

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install nmap-crud --save

Tests

npm install
npm test

Dependencies

  • body-parser: Node.js body parsing middleware
  • cors: Node.js CORS middleware
  • express: Fast, unopinionated, minimalist web framework
  • node-nmap: Interfaces with locally installed NMAP
  • pg: PostgreSQL client - pure javascript & libpq with the same API
  • pg-hstore: An module for serializing and deserializing JSON data in to hstore format
  • sequelize: Multi dialect ORM for Node.JS
  • telegraf: Modern Telegram Bot Framework

Dev Dependencies

None

License

ISC