Skip to content

Commit 393aed4

Browse files
committed
Formatting
1 parent b5c4fd0 commit 393aed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/empire_skywalker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def aes_decrypt(key, data)
351351
sha256_digest = OpenSSL::Digest.new('sha256')
352352
expected = OpenSSL::HMAC.digest(sha256_digest, key, data[..-11])[..9]
353353
unless OpenSSL::HMAC.digest(sha256_digest, key, mac) == OpenSSL::HMAC.digest(sha256_digest, key, expected)
354-
raise "Invalid ciphertext received."
354+
raise "Invalid ciphertext received."
355355
end
356356

357357
size = key.length * 8

0 commit comments

Comments
 (0)