Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slackwebhook

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slackwebhook

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Wireless Access Point Scanner Gem Version

WAPS uses iwlist to scan for wireless access points and convert the output into ruby hash format. Following is the usage of the gem.

Installation

gem install waps

Require

require 'waps'

Usage

  • First Require the gem: require 'waps'
  • Creating new instance require interface name. Leave it empty if not sure. new_scan = Waps.new('Interface_name')
  • Start Scan. results = new_scan.scan
  • Get specific field. mac_address = new_scan.get('address')
require 'waps'

new_scan = Waps.new('')
new_scan.scan
new_scan.output
mac_addresses = new_scan.get('address')

Response Field

  • Address
  • SSID
  • Signal Level
  • Encryption
  • Channel
  • Frequency
  • Quality

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

FAQs

Package last updated on 05 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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