Skip to content

Commit c5c63f4

Browse files
committed
Land rapid7#3661, binary coding for libs
2 parents d8e82b9 + 5e123e0 commit c5c63f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+58
-0
lines changed

lib/msf/base/simple/framework/module_paths.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
module Msf
23
module Simple
34
module Framework

lib/msf/core/auxiliary/web/analysis/differential.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
##
23
# This file is part of the Metasploit Framework and may be subject to
34
# redistribution and commercial restrictions. Please see the Metasploit

lib/msf/core/auxiliary/web/analysis/taint.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
##
23
# This file is part of the Metasploit Framework and may be subject to
34
# redistribution and commercial restrictions. Please see the Metasploit

lib/msf/core/auxiliary/web/analysis/timing.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
##
23
# This file is part of the Metasploit Framework and may be subject to
34
# redistribution and commercial restrictions. Please see the Metasploit

lib/msf/core/auxiliary/web/form.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
# This file is part of the Metasploit Framework and may be subject to
23
# redistribution and commercial restrictions. Please see the Metasploit
34
# Framework web site for more information on licensing and terms of use.

lib/msf/core/auxiliary/web/fuzzable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
# This file is part of the Metasploit Framework and may be subject to
23
# redistribution and commercial restrictions. Please see the Metasploit
34
# Framework web site for more information on licensing and terms of use.

lib/msf/core/auxiliary/web/http.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
##
23
# This file is part of the Metasploit Framework and may be subject to
34
# redistribution and commercial restrictions. Please see the Metasploit

lib/msf/core/auxiliary/web/path.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
# This file is part of the Metasploit Framework and may be subject to
23
# redistribution and commercial restrictions. Please see the Metasploit
34
# Framework web site for more information on licensing and terms of use.

lib/msf/core/auxiliary/web/target.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
# This file is part of the Metasploit Framework and may be subject to
23
# redistribution and commercial restrictions. Please see the Metasploit
34
# Framework web site for more information on licensing and terms of use.

lib/msf/core/db_manager/import_msf_xml.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: binary -*-
12
module Msf
23
class DBManager
34
# Handles importing of the xml format exported by Pro. The methods are in a

0 commit comments

Comments
 (0)