From 2a68e4484bdd731acafae63994e47d3ca746c2cf Mon Sep 17 00:00:00 2001 From: Joe Vennix Date: Fri, 23 Aug 2013 15:15:37 -0500 Subject: [PATCH] Oops. Don't write the ruby payload to /Users/joe/Desktop, thats not good. --- lib/osx_ruby_ld_helpers.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/osx_ruby_ld_helpers.rb b/lib/osx_ruby_ld_helpers.rb index 95647b3179..79a77739c1 100644 --- a/lib/osx_ruby_ld_helpers.rb +++ b/lib/osx_ruby_ld_helpers.rb @@ -370,7 +370,6 @@ EOS puts cpid | end - File.write('/Users/joe/Desktop/fl.rb', capture_code) capture_code end end \ No newline at end of file