UNPKG

reavetard

Version:

CoffeeScript modules that provide AP rotation support and a host of data management and general usability enhancements for Reaver-WPS Cracker and its partner in crime, Wash-WPS Scanner

7 lines (6 loc) 223 B
// Require the main reavetard module var reavetard = module.exports = require('./lib/reavetard'); // Parse commandline options when run directly if (module === require.main) { reavetard.parseOptions(process.argv); }