lib/ronin/exploits/http.rb in ronin-exploits-0.3.0 vs lib/ronin/exploits/http.rb in ronin-exploits-0.3.1
- old
+ new
@@ -38,12 +38,9 @@
# ...
# end
#
contextify :ronin_http_exploit
- # Default port to connect to
- property :default_port, Integer, :default => 80
-
# The optional URL path prefix
parameter :url_prefix,
:description => 'Optional URL path prefix'
end