Remove the encrypted shell payload and libs

This commit is contained in:
Spencer McIntyre
2026-04-15 12:43:29 -04:00
parent e2dff5cc50
commit 91633fdad7
18 changed files with 0 additions and 1143 deletions
-34
View File
@@ -3578,23 +3578,6 @@ RSpec.describe 'modules/payloads', :content do
reference_name: 'windows/download_exec'
end
context 'windows/encrypted_shell/reverse_tcp' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
'stagers/windows/encrypted_reverse_tcp',
'stages/windows/encrypted_shell'
],
reference_name: 'windows/encrypted_shell/reverse_tcp'
end
context 'windows/encrypted_shell_reverse_tcp' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
'singles/windows/encrypted_shell_reverse_tcp'
],
reference_name: 'windows/encrypted_shell_reverse_tcp'
end
context 'windows/exec' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
@@ -5030,23 +5013,6 @@ RSpec.describe 'modules/payloads', :content do
reference_name: 'windows/x64/custom/reverse_winhttps'
end
context 'windows/x64/encrypted_shell/reverse_tcp' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
'stagers/windows/x64/encrypted_reverse_tcp',
'stages/windows/x64/encrypted_shell'
],
reference_name: 'windows/x64/encrypted_shell/reverse_tcp'
end
context 'windows/x64/encrypted_shell_reverse_tcp' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
'singles/windows/x64/encrypted_shell_reverse_tcp'
],
reference_name: 'windows/x64/encrypted_shell_reverse_tcp'
end
context 'windows/x64/exec' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [