ronin-exploits 0.3.0 → 0.3.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.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,8 @@
1
+ === 0.3.1 / 2009-10-01
2
+
3
+ * Removed duplicate +default_port+ properties from Ronin::Exploits::FTP
4
+ and Ronin::Exploits::HTTP, which were causing dm-core 0.10.1 to crash.
5
+
1
6
  === 0.3.0 / 2009-09-24
2
7
 
3
8
  * Require ronin >= 0.3.0.
@@ -37,9 +37,6 @@ module Ronin
37
37
  #
38
38
  contextify :ronin_ftp_exploit
39
39
 
40
- # Default port to connect to
41
- property :default_port, Integer
42
-
43
40
  end
44
41
  end
45
42
  end
@@ -40,9 +40,6 @@ module Ronin
40
40
  #
41
41
  contextify :ronin_http_exploit
42
42
 
43
- # Default port to connect to
44
- property :default_port, Integer, :default => 80
45
-
46
43
  # The optional URL path prefix
47
44
  parameter :url_prefix,
48
45
  :description => 'Optional URL path prefix'
@@ -22,6 +22,6 @@
22
22
  module Ronin
23
23
  module Exploits
24
24
  # Ronin Exploits version
25
- VERSION = '0.3.0'
25
+ VERSION = '0.3.1'
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronin-exploits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
@@ -30,7 +30,7 @@ cert_chain:
30
30
  pDj+ws7QjtH/Qcrr1l9jfN0ehDs=
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2009-09-25 00:00:00 -07:00
33
+ date: 2009-10-01 00:00:00 -07:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file