carmaa/mofo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MOFO - Metasploit Over FireWire Ownage Owing to our study, we have had no time to cleanup the code and provide full install instructions. Please don't be annoyed by ugly hacks, we had very strict time constraints. Feel free to message us on github. An explanation of our work can be found in our paper: "mofo-final.pdf". #### INSTALLATION INSTRUCTIONS #### #install prerequisites sudo apt-get install cmake git build-essential # Fetch, build and install libforensic1394 git clone git://git.freddie.witherden.org/forensic1394.git cd forensic1394/ sudo cmake CMakeLists.txt sudo make install cd .. # install ffi gem #TODO: there has got to be a better way sudo apt-get install ruby1.9.1-dev sudo gem1.9.1 install ffi sudo cp -r /var/lib/gems/1.9*/gems/ffi-1* /opt/metasploit-4*/ruby/lib/ruby/gems/1.9*/gems/ # install mofo git clone git://github.com/mrbreaker/mofo.git mkdir -p ~/.msf4/modules/exploits/linux/misc mkdir -p ~/.msf4/external/ ln -s $PWD/mofo/forensic1394 ~/.msf4/external/forensic1394 ln -s $PWD/mofo/module/mofo.rb ~/.msf4/modules/exploits/multi/misc/mofo.rb
Releases
No releases published
Languages
- Ruby 91.1%
- Assembly 8.4%
- Shell 0.5%