Landing #1853 - Remove ID tags

unstable
sinn3r 2013-05-22 12:12:55 -05:00
commit e2aad8930d
102 changed files with 9 additions and 231 deletions

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
##
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base'
require 'msf/base/sessions/scriptable'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base/sessions/meterpreter'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'shellwords'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base/sessions/meterpreter'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base/sessions/meterpreter'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base/sessions/meterpreter'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base/sessions/meterpreter'
require 'msf/windows_error'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base'

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Msf
module Sessions

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/base/sessions/command_shell_options'

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Msf

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
###
# $Id$
###
module Msf

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
##
#

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/core'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
#
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/exploitation/cmdstager'
require 'msf/core/exploit/exe'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/core/exploit/cmdstager'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/core/exploit/cmdstager'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/text'
require 'msf/core/exploit/tftp'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'msf/core/exploit/cmdstager'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id: $
require 'msf/core/exploit/cmdstager'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/proto/dhcp'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/exploitation/egghunter'

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
###
#

View File

@ -7,7 +7,6 @@ module Msf
# in a more intelligent way.
#
# Author: jduck
# $Id$
###
module Exploit::FormatString

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Msf

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
#
# All exploit mixins should be added to the list below
#

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
##
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/exploitation/omelet'

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
###
#

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
###
#

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Msf

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Msf

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/proto/tftp'

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
#
# This mixin enables executing arbitrary commands via the

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Msf

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Msf

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id: module.rb 12624 2011-05-15 23:51:53Z hdm $
##
module Msf
module RPC

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/parser/arguments'

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
#
# Windows system error codes (0-499)

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module ElfParsey

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/elfparsey/elfbase'
require 'rex/elfparsey/exceptions'
require 'rex/image_source'

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/struct2'
module Rex

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module ElfParsey

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module ElfScan

View File

@ -1,7 +1,5 @@
# -*- coding: binary -*-
# $Id$
module Rex
module ElfScan
module Scanner

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module ElfScan
module Search

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/text'
require 'rex/arch'

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/text'
require 'rkelly'

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module ImageSource

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/image_source/image_source'
require 'rex/struct2'

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module ImageSource
class ImageSource

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/image_source/image_source'
require 'rex/struct2'

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
# Version: $Revision$
##
##
# Rex::OLE - an OLE implementation

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module PeParsey

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module PeParsey

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/image_source'
require 'rex/peparsey/exceptions'
require 'rex/peparsey/pebase'

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/image_source'
require 'rex/peparsey/exceptions'
require 'rex/peparsey/pebase'

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/peparsey/exceptions'
require 'rex/struct2'

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
require 'rex/peparsey/exceptions'
require 'rex/peparsey/pebase'
require 'rex/struct2'

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
# $Id$
module Rex
module PeScan

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
#
# DHCP Server support written by scriptjunkie
#

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/proto/dhcp'
module Rex

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/socket'
require 'rex/proto/dhcp'

View File

@ -43,10 +43,6 @@
# The latter has a minor bug in its separate_keys function.
# The third key has to begin from the 14th character of the
# input string instead of 13th:)
#--
# $Id: ntlm.rb 11678 2011-01-30 19:26:35Z hdm $
#++
require 'rex/proto/ntlm/constants'
require 'rex/proto/ntlm/base'

View File

@ -40,9 +40,6 @@
# The latter has a minor bug in its separate_keys function.
# The third key has to begin from the 14th character of the
# input string instead of 13th:)
#--
# $Id: ntlm.rb 11678 2011-01-30 19:26:35Z hdm $
#++
#this module defines the message class , useful for easily handling type 1/2/3 ntlm messages

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id: $
#
# RFB protocol support
#

View File

@ -1,8 +1,6 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
#
# $Id: $
#
# RFB protocol support
#
# @author Joshua J. Drake <jduck>

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id: $
##
##
#

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id: $
##
##
#

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id: $
##
##
#

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
#
# TFTP Server implementation according to:
#

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/proto/tftp'
module Rex

View File

@ -1,5 +1,4 @@
# -*- coding: binary -*-
# $Id$
require 'rex/socket'
require 'rex/proto/tftp'

View File

@ -1,10 +1,5 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
#
# $Revision$
#
# $Id$
#
require 'rex/compat'
require 'rex/proto/tftp'

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Rex
module Zip

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Rex
module Zip

View File

@ -1,7 +1,4 @@
# -*- coding: binary -*-
##
# $Id$
##
module Rex
module Zip

View File

@ -1,6 +1,4 @@
##
# $Id: drda.rb 14774 2012-02-21 01:42:17Z rapid7 $
##
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,6 +1,4 @@
##
# $Id: $
##
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,6 +1,4 @@
##
# $Id: $
##
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,6 +1,4 @@
##
# $Id: jboss_deploymentfilerepository.rb 15620 2012-07-12 07:33:06Z rapid7 $
##
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,6 +1,4 @@
##
# $Id: novelliprint_getdriversettings.rb$
##
# -*- coding: binary -*-
###
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,6 +1,4 @@
##
# $Id: $
##
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to

View File

@ -1,6 +1,4 @@
##
# $Id: enum_imvu.rb 14100 2011-10-28 18:00:10Z theLightCosine $
##
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to

Some files were not shown because too many files have changed in this diff Show More