Sha256: f9b14e7a6eff76527b6530461717ceb0cd7185120f651c69541733ea924c1c40
Contents?: true
Size: 313 Bytes
Versions: 10
Compression:
Stored size: 313 Bytes
Contents
# encoding: utf-8 module Sonar module Registration # Takes a Metasploit Product Key and attempts # to register a Sonar account with it. def register_metasploit(product_key) post_params = { product_key: product_key.dup } post_to_sonar('metasploit_verify', post_params) end end end
Version data entries
10 entries across 10 versions & 1 rubygems