msfrpc-simple 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/doc/NOTES ADDED
@@ -0,0 +1,3 @@
1
+ https://community.rapid7.com/message/3543#3543 - getting module output
2
+ - how do you know when a module is complete?
3
+ - there should be a notification you can subscribe to?
@@ -1,7 +1,7 @@
1
1
  module Msf
2
2
  module RPC
3
3
  module Simple
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -4,8 +4,8 @@ require File.expand_path('../lib/msfrpc-simple/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["jcran"]
6
6
  gem.email = ["jcran@pentestify.com"]
7
- gem.description = %q{Simple interface to Metasploit RPC}
8
- gem.summary = %q{Simple interface to Metasploit RPC}
7
+ gem.description = %q{Simple wrapper for the Metasploit RPC API}
8
+ gem.summary = %q{This library provides a simple-to-use wrapper for the Rapid7 Metasploit RPC API}
9
9
  gem.homepage = "http://www.github.com/jcran/msfrpc-simple"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msfrpc-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-08-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Simple interface to Metasploit RPC
14
+ description: Simple wrapper for the Metasploit RPC API
15
15
  email:
16
16
  - jcran@pentestify.com
17
17
  executables: []
@@ -23,6 +23,7 @@ files:
23
23
  - LICENSE
24
24
  - README.md
25
25
  - Rakefile
26
+ - doc/NOTES
26
27
  - lib/.DS_Store
27
28
  - lib/msfrpc-simple.rb
28
29
  - lib/msfrpc-simple/.DS_Store
@@ -61,7 +62,8 @@ rubyforge_project:
61
62
  rubygems_version: 1.8.24
62
63
  signing_key:
63
64
  specification_version: 3
64
- summary: Simple interface to Metasploit RPC
65
+ summary: This library provides a simple-to-use wrapper for the Rapid7 Metasploit RPC
66
+ API
65
67
  test_files:
66
68
  - spec/client_spec.rb
67
69
  - spec/logger_spec.rb