metasploit-payloads 1.1.10 → 1.1.11

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: 7708f1b4a479a1a6c3707b492112deff87dddfa3
4
- data.tar.gz: 24fc962ec45fbe5b5795ede747eabff1a92acb45
3
+ metadata.gz: b1c81c981db81117a219972faf1139044c41094e
4
+ data.tar.gz: 2183cdb03de29b2bb5e946f90b204aebc7ca83b6
5
5
  SHA512:
6
- metadata.gz: fe5f858fa610057bc6b8f52bbe01bcdbcf4f32550d6c15d94c423c3c223f5b738ff931adabebe9f1dd99dc3a3021165ef3d48ebae462bcc7c2bfc36593f6ce54
7
- data.tar.gz: 93d6265895efc4dc29b3a801766161133f68a2e4bae9f83215406b88e1baf152f66221f28251b6c2b155456098d5416e84b0e0f1fbbd2cdf3d3174f25f5ba31a
6
+ metadata.gz: 3dd154dcb289ffc86e6c51cdb2bb51743bc855a0a3d3c38cd896d63b93d1b2e45361214ee36ac7cccf7ff4b2aed14706c54dc2fcb2d95af51b85ec5cb4194b85
7
+ data.tar.gz: a1182a14a16b13cce2b93ed516bc3fc9f38f2307e077de1ca3d0b23a15d3beb9bc656e75dd6257923b35fc4a74c05a71141588c3f6ef53cd57da1c24cfad5feb
checksums.yaml.gz.sig CHANGED
Binary file
Binary file
Binary file
Binary file
@@ -657,10 +657,9 @@ class TcpTransport(Transport):
657
657
  self.request_retire = True
658
658
  return None
659
659
  if len(packet) != 12:
660
- if first and len(packet) == 8:
660
+ if first and len(packet) == 4:
661
661
  received = 0
662
- xor_key = packet[:4][::-1]
663
- header = xor_bytes(xor_key, packet[4:8])
662
+ header = packet[:4]
664
663
  pkt_length = struct.unpack('>I', header)[0]
665
664
  self.socket.settimeout(max(self.communication_timeout, 30))
666
665
  while received < pkt_length:
@@ -1,6 +1,6 @@
1
1
  # -*- coding:binary -*-
2
2
  module MetasploitPayloads
3
- VERSION = '1.1.10'
3
+ VERSION = '1.1.11'
4
4
 
5
5
  def self.version
6
6
  VERSION
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metasploit-payloads
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - OJ Reeves
metadata.gz.sig CHANGED
Binary file