New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-aircrack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-aircrack - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js
#!/usr/bin/env node
'use strict';

@@ -4,0 +3,0 @@

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc