metasploit-framework/test/modules/exploits/test
James Lee 4cd329a943 Spawn the payload as a seperate process
Running the payload using system() in a thread was causing some weird
interactions with ctrl-c. Fix those issues by using Process.spawn and
Process.detach. I suspect this was the original cause of #3631, java
meterpreter sessions dying unaccountably.

See #3631
2011-12-31 12:11:34 -07:00
..
aggressive.rb move all test modules (aux/exploits) into test/modules directory, use loadpath to load them 2010-12-04 01:59:24 +00:00
cmdweb.rb move all test modules (aux/exploits) into test/modules directory, use loadpath to load them 2010-12-04 01:59:24 +00:00
dialup.rb move all test modules (aux/exploits) into test/modules directory, use loadpath to load them 2010-12-04 01:59:24 +00:00
egghunter.rb move all test modules (aux/exploits) into test/modules directory, use loadpath to load them 2010-12-04 01:59:24 +00:00
exploitme.rb move all test modules (aux/exploits) into test/modules directory, use loadpath to load them 2010-12-04 01:59:24 +00:00
java_tester.rb Spawn the payload as a seperate process 2011-12-31 12:11:34 -07:00
kernel.rb move all test modules (aux/exploits) into test/modules directory, use loadpath to load them 2010-12-04 01:59:24 +00:00