From 200a1b400a5f25db87d8360e232ccf267caba903 Mon Sep 17 00:00:00 2001 From: Pearce Barry Date: Thu, 14 Sep 2017 09:28:38 -0500 Subject: [PATCH] Remove spaces to appease msftidy. --- modules/auxiliary/server/local_hwbridge.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/server/local_hwbridge.rb b/modules/auxiliary/server/local_hwbridge.rb index 5f1ec5514e..ce12bfef1b 100644 --- a/modules/auxiliary/server/local_hwbridge.rb +++ b/modules/auxiliary/server/local_hwbridge.rb @@ -233,7 +233,7 @@ class MetasploitModule < Msf::Auxiliary end end end - + else candump(bus, dstid, timeout, maxpkts) system("cansend #{bus} #{srcid}##{bytes}")