Skip to content

Commit

Permalink
fix: removing reverse_hop_http spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
dledda-r7 committed Dec 17, 2024
1 parent 60f26f7 commit 5005d73
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions spec/modules/payloads_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3422,16 +3422,6 @@
reference_name: 'windows/dllinject/find_tag'
end

context 'windows/dllinject/reverse_hop_http' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'stagers/windows/reverse_hop_http',
'stages/windows/dllinject'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'windows/dllinject/reverse_hop_http'
end

context 'windows/dllinject/reverse_http' do
it_should_behave_like 'payload cached size is consistent',
Expand Down Expand Up @@ -3768,17 +3758,6 @@
reference_name: 'windows/meterpreter/find_tag'
end

context 'windows/meterpreter/reverse_hop_http' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'stagers/windows/reverse_hop_http',
'stages/windows/meterpreter'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'windows/meterpreter/reverse_hop_http'
end

context 'windows/meterpreter/reverse_http' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
Expand Down

0 comments on commit 5005d73

Please sign in to comment.