From 33807abeda471925c8afb08588ab7ea6a54a3648 Mon Sep 17 00:00:00 2001 From: bigendian smalls Date: Mon, 28 Sep 2015 09:47:24 -0500 Subject: [PATCH] Updated contstants.rb with ARCH_ZARCH / mainframe --- lib/rex/constants.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rex/constants.rb b/lib/rex/constants.rb index d5be93077a..fbb16fea73 100644 --- a/lib/rex/constants.rb +++ b/lib/rex/constants.rb @@ -88,6 +88,7 @@ ARCH_DALVIK = 'dalvik' ARCH_PYTHON = 'python' ARCH_NODEJS = 'nodejs' ARCH_FIREFOX = 'firefox' +ARCH_ZARCH = 'zarch' ARCH_TYPES = [ ARCH_X86, @@ -110,7 +111,7 @@ ARCH_TYPES = ARCH_DALVIK, ARCH_PYTHON, ARCH_NODEJS, - ARCH_FIREFOX + ARCH_ZARCH, ] ARCH_ALL = ARCH_TYPES