Skip to content

Commit

Permalink
Add new payloads to payloads_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Jun 2, 2023
1 parent d7098aa commit a6f1be8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions spec/modules/payloads_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,30 @@
reference_name: 'bsdi/x86/shell_reverse_tcp'
end

context 'cmd/linux/http/mips64' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
'adapters/cmd/linux/http/mips64'
],
reference_name: 'cmd/linux/http/mips64'
end

context 'cmd/linux/https/mips64' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
'adapters/cmd/linux/https/mips64'
],
reference_name: 'cmd/linux/https/mips64'
end

context 'cmd/linux/tftp/mips64' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
'adapters/cmd/linux/tftp/mips64'
],
reference_name: 'cmd/linux/tftp/mips64'
end

context 'cmd/linux/http/x64' do
it_should_behave_like 'payload is not cached',
ancestor_reference_names: [
Expand Down

0 comments on commit a6f1be8

Please sign in to comment.