rex-exploitation 0.1.14 → 0.1.15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fb0f2ad63998bdf09b5481ede5408727426fc55
4
- data.tar.gz: 4441632bd00ad38e329b5a916f1cc811c75028d9
3
+ metadata.gz: a2d7557543934245c0e762ae23e0d057c6a4a4cc
4
+ data.tar.gz: d9c9cfd4d12af96cefa646ae58b79fb5b6e936d1
5
5
  SHA512:
6
- metadata.gz: d29d6b50ae1fc3f15bd586e78c9a571159764119e29bd9840edacf991e02c19e7242c0727be9c89908c7c21f7883c2ae6fafcdf35c68d88d83bc34c84923237d
7
- data.tar.gz: 340044923690442d93bacb344ae5b9afee09137c36579b8606c76771508df707e67f75409eb329b83beb34869ccac192d1707ce7acd390570f20d158ed70a520
6
+ metadata.gz: 0a0085bb9b876806bdb1cdd2be6301331cac6ac8d8e8ee953f260248a8fc4bb867e1b5e5436fed3b651d8df4d00c44f21e681a89acebf8a3d337b182a6a92145
7
+ data.tar.gz: e620f5163232705a53c0916c4f78de6d3ace45c810178da97a0df312c090f6c5917e74319eed291704fad31cca2a3625853f65581edb1210a599c116b23cd083
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1 @@
1
- UNi�`��[5�7]3؈�GmR2�5j&8~h���#��0IJc�%�i� #m��֞#�bǶ+YXI��1��x`_�[�� th��gb͛9@Î�.!J:���2Ud�;Iu �$�G�ևpQ��#-�&+��P���#��jdkvP�$�Ν*и�~�V@�鳰5J��R42l��l����O��~�$}}������_����2���>��$h
2
- �y��Oa�3d�^�?r)ߴn���ʔ�
1
+ 6M`0�b� �-�hx�H[��7�zZ�LBzrR0z���&o��� Wv��ˈ�d�$��RA�"*U�S�C�G�\�Ɂ�����|����u���!N[AE[Xj)�K �~g�W��CŷSݜ�R�� u���&BmSj&�P�r����8���7����~��v��ִ�KlkCc�zd�fm�-c�Y��e_�Z��Z��%�]�#f���:�y ,z��٣%���r'�g��DV��~�b����w�lL��
data.tar.gz.sig CHANGED
Binary file
@@ -6,6 +6,10 @@ class Rex::Exploitation::CmdStagerCurl < Rex::Exploitation::CmdStagerBase
6
6
  true
7
7
  end
8
8
 
9
+ def user_agent
10
+ /^curl/
11
+ end
12
+
9
13
  def generate(opts = {})
10
14
  if opts[:payload_uri].nil?
11
15
  raise "#{self.class.name}##{__callee__} missing opts[:payload_uri]"
@@ -6,6 +6,10 @@ class Rex::Exploitation::CmdStagerWget < Rex::Exploitation::CmdStagerBase
6
6
  true
7
7
  end
8
8
 
9
+ def user_agent
10
+ /^Wget/
11
+ end
12
+
9
13
  def generate(opts = {})
10
14
  if opts[:payload_uri].nil?
11
15
  raise "#{self.class.name}##{__callee__} missing opts[:payload_uri]"
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Exploitation
3
- VERSION = "0.1.14"
3
+ VERSION = "0.1.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-exploitation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Maloney
@@ -88,7 +88,7 @@ cert_chain:
88
88
  G+Hmcg1v810agasPdoydE0RTVZgEOOMoQ07qu7JFXVWZ9ZQpHT7qJATWL/b2csFG
89
89
  8mVuTXnyJOKRJA==
90
90
  -----END CERTIFICATE-----
91
- date: 2017-05-11 00:00:00.000000000 Z
91
+ date: 2017-10-11 00:00:00.000000000 Z
92
92
  dependencies:
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: bundler
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
297
  version: '0'
298
298
  requirements: []
299
299
  rubyforge_project:
300
- rubygems_version: 2.6.8
300
+ rubygems_version: 2.6.13
301
301
  signing_key:
302
302
  specification_version: 4
303
303
  summary: Ruby Exploitation(Rex) library for various exploitation helpers
metadata.gz.sig CHANGED
Binary file