Skip to content

Commit b5c3c87

Browse files
author
Tod Beardsley
committed
Land rapid7#3812, discourage Meterpreter scripts
2 parents 4bbd107 + 5e076e0 commit b5c3c87

Some content is hidden

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

66 files changed

+479
-0
lines changed

scripts/meterpreter/arp_scanner.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
# Author: Carlos Perez at carlos_perez[at]darkoperator.com
29
#-------------------------------------------------------------------------------
310
################## Variable Declarations ##################

scripts/meterpreter/autoroute.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
#
29
# Meterpreter script for setting up a route from within a
310
# Meterpreter session, without having to background the

scripts/meterpreter/checkvm.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
# Meterpreter script for detecting if target host is a Virtual Machine
29
# Provided by Carlos Perez at carlos_perez[at]darkoperator.com
310
# Version: 0.2.0

scripts/meterpreter/credcollect.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
# credcollect - tebo[at]attackresearch.com
29

310
opts = Rex::Parser::Arguments.new(

scripts/meterpreter/domain_list_gen.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
# Author: Carlos Perez at carlos_perez[at]darkoperator.com
29
#-------------------------------------------------------------------------------
310
#Options and Option Parsing

scripts/meterpreter/dumplinks.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
8+
19
# Author: davehull at [email protected]
210
#-------------------------------------------------------------------------------
311

scripts/meterpreter/duplicate.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
# Author: Scriptjunkie
29
# Uses a meterpreter session to spawn a new meterpreter session in a different process.
310
# A new process allows the session to take "risky" actions that might get the process killed by

scripts/meterpreter/enum_chrome.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
#
29
# Script to extract data from a chrome installation.
310
#

scripts/meterpreter/enum_firefox.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
#
29
# Author: Carlos Perez at carlos_perez[at]darkoperator.com
310
#-------------------------------------------------------------------------------

scripts/meterpreter/enum_logged_on_users.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# WARNING: Metasploit no longer maintains or accepts meterpreter scripts.
3+
# If you'd like to imporve this script, please try to port it as a post
4+
# module instead. Thank you.
5+
##
6+
7+
18
# Author: Carlos Perez at carlos_perez[at]darkoperator.com
29
#-------------------------------------------------------------------------------
310
################## Variable Declarations ##################

0 commit comments

Comments
 (0)