Skip to content

Commit 819c275

Browse files
committed
Make comment a little clearer
1 parent 5ff8a58 commit 819c275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/msfvenom_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@
155155
# We're not encoding, so should be testable here
156156
it "should contain /bin/sh" do
157157
output = venom.generate_raw_payload
158-
# usually push'd, so it's not all strung together
158+
# Usually push'd in two instructions, so the whole string
159+
# isn't all together. Check for the two pieces seperately
159160
output.should include("/sh")
160161
output.should include("/bin")
161162
end

0 commit comments

Comments
 (0)