Skip to content

F1encko627/NmapParser

Repository files navigation

TAS - Ticket Automation System (tool set)

Parse Nmap output by open port(s); Follow changes in tickets*

Made this while working in some company for speeding up some processes

* - Raw format must contain 3 lines per ticket only

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev
#or
quasar dev
# or Electron app
quasar dev -m electron

Build the app for production

npm run build
#or
quasar build
# or Electron app
quasar build -m electron

Nmap Processor

Just drop in raw Nmap output and filter by open ports.

TAS

Detecting changes in list of tickets with three-line structure.

Raw:

Line 1 code
Line 2 info #optional
Line 3 IP-address

Processed ticket:

Line 1 code // Line 2 info // Line 3 IP-address
# or this if optional ommited
Line 1 code // -- НЕТ ПОДРАЗДЕЛЕНИЯ -- // Line 3 IP-address

About

Parse raw Nmap output by open port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published