Skip to content

Instantly share code, notes, and snippets.

@nstarke
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nstarke/11306111 to your computer and use it in GitHub Desktop.
Save nstarke/11306111 to your computer and use it in GitHub Desktop.
rspec ./spec/lib/msf/util/exe_spec.rb:65 # Msf::Util::EXE.to_executable_fmt with platform=linux returns an executable when given arch=mipsbe, fmt=elf
rspec ./spec/lib/msf/util/exe_spec.rb:65 # Msf::Util::EXE.to_executable_fmt with platform=linux returns an executable when given arch=mipsle, fmt=elf
rspec ./spec/lib/rex/socket/range_walker_spec.rb:29 # Rex::Socket::RangeWalker.new with an invalid hostname should not be valid
rspec ./spec/lib/rex/socket/range_walker_spec.rb:34 # Rex::Socket::RangeWalker.new with an invalid hostname and CIDR should not be valid
Failure/Error: verify_bin_fingerprint(format_hash, bin)
expected: /ELF 32-bit MSB executable, MIPS/
got: "/dev/stdin: ELF 32-bit MSB executable, MIPS, MIPS-I version 1 (SYSV), statically linked, corrupted section header size\n" (using =~)
Diff:
@@ -1,2 +1,2 @@
-/ELF 32-bit MSB executable, MIPS/
+/dev/stdin: ELF 32-bit MSB executable, MIPS, MIPS-I version 1 (SYSV), statically linked, corrupted section header size
# ./spec/support/shared/contexts/msf/util/exe.rb:91:in `verify_bin_fingerprint'
# ./spec/lib/msf/util/exe_spec.rb:69:in `block (6 levels) in <top (required)>'
Failure/Error: verify_bin_fingerprint(format_hash, bin)
expected: /ELF 32-bit LSB executable, MIPS/
got: "/dev/stdin: ELF 32-bit LSB executable, MIPS, MIPS-I version 1 (SYSV), statically linked, corrupted section header size\n" (using =~)
Diff:
@@ -1,2 +1,2 @@
-/ELF 32-bit LSB executable, MIPS/
+/dev/stdin: ELF 32-bit LSB executable, MIPS, MIPS-I version 1 (SYSV), statically linked, corrupted section header size
# ./spec/support/shared/contexts/msf/util/exe.rb:91:in `verify_bin_fingerprint'
# ./spec/lib/msf/util/exe_spec.rb:69:in `block (6 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment