Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 23, 2013
1 parent 7ad0b2d commit ae36439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/exploits/exploit.rb
Expand Up @@ -191,7 +191,7 @@ module Exploits
# To use a cached payload, from the Ronin Database, simply use the
# {#use_payload!} method:
#
# exploit.use_payload!(name.like: '%Bind Shell%')
# exploit.use_payload!(name.like => '%Bind Shell%')
#
# In order to use a payload, loaded directly from a file, call the
# {#use_payload_from!} method:
Expand Down

0 comments on commit ae36439

Please sign in to comment.