node-aircrack
Advanced tools
Comparing version 1.0.0 to 1.0.1
#!/usr/bin/env node | ||
'use strict'; | ||
@@ -4,0 +3,0 @@ |
{ | ||
"name": "node-aircrack", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Aircrack-ng suite (airodump-ng & aireplay-ng) wrapper for pentesting - to automate deauthentications attack (to catch handshakes)", | ||
@@ -43,3 +43,5 @@ "main": "index.js", | ||
}, | ||
"os" : [ "linux" ] | ||
"os": [ | ||
"linux" | ||
] | ||
} |
@@ -10,6 +10,8 @@ # node-aircrack-ng | ||
Node version should be >=7 | ||
## Install | ||
```bash | ||
$ npm install --global node-aircrack | ||
$ sudo npm install --global node-aircrack | ||
``` | ||
@@ -16,0 +18,0 @@ |
20661
26