f59c99e2ff
msfcli is no longer supported, please use msfconsole. Announcement on SecurityStreet: Weekly Metasploit Wrapup Posted by Tod Beardsley in Metasploit on Jan 23, 2015 11:57:05 AM
4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
CPUPROFILE_FREQUENCY=500 CPUPROFILE=profile.dat RUBYOPT="-r`gem which perftools | tail -1`" ruby msfconsole -x "exit" z
|
|
pprof.rb --gif profile.dat > profile.gif
|