shirleyian / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 1 forks source link

dev-ruby/badsamba #337

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
https://github.com/Sabayon-Labs/spike-community-overlay/tree/master/dev-ruby/bad
samba

its my first crack at a gem ebuild.
feel free to swipe. it 

https://github.com/GDSSecurity/BadSamba
----------------------------------
This module is used to exploit startup script execution through Windows Group 
Policy settings when configured to run off of a remote SMB share.

RB:require 'msf/core'

class Metasploit3 < Msf::Auxiliary

  include Msf::Exploit::Remote::SMBServer

  def initialize
    super(
      'Name'        => 'Malicious SMB Server (Bad Samba)',
      'Description'    => """

Original issue reported on code.google.com by m...@michaellawrenceit.com on 8 Mar 2015 at 1:33