msfrpc-client 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
 
3
3
  This is the official Ruby client for the Metasploit Pro RPC service. Metasploit
4
4
  Pro is a commercial penetration testing product provided by Rapid7. For more
5
- information on Metasploit Pro, please visit the http://www.metasploit.com/ site.
5
+ information on Metasploit Pro, please visit the http://metasploit.com/ site.
6
6
 
7
7
  # Credits
8
8
  Rapid7 LLC
@@ -28,7 +28,7 @@ class Client
28
28
  self.info = {
29
29
  :host => '127.0.0.1',
30
30
  :port => 3790,
31
- :uri => '/api',
31
+ :uri => '/api/',
32
32
  :ssl => true,
33
33
  :ssl_version => 'SSLv3',
34
34
  :context => {}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msfrpc-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - HD Moore
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-23 00:00:00 -05:00
18
+ date: 2011-10-18 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency