A little work I did for terminal application with Node JS. For this script that runs download and install, nmap must be installed on your device: https://nmap.org/
Used technologies/Library for Node JS:
- node-nmap
- readline-sync
With this script:
- You can do nmap scans or use them ready-made.
- For now, you can view the ARP table for Windows and the names of users in the public network.
- You can ping and control the device.
- DoS Attack.
Example script used for Dos: https://github.com/u4bi-store/dos/blob/master/index.js Thank you, the owner of the sample code for the DoS script.
For the libraries to use, inside the folder type in terminal: npm install