Nice video / tutorial, Went ahead and gave this a whirl, used just about the same syntax as you, just different locations and such, scripted it out, after running my script I get errors stating
Code:
Exploit failed: SQLite3::SQLException: library routine called out of sequence: SELECT * FROM "workspaces" WHERE ("workspaces"."name" = 'default' ) LIMIT 1
This continues on as it loops through all my file format exploits, when it gets to the end it comes back saying done, found 2 exploit modules, and launches the attack, starts up the folder where I can find vulnerabilities.
I was reading around and it appears this happens if there are too many connections to the database going on at once. I followed your instructions on how to fix an error within metasploit in regards to pools, doing that did not resolve this problem.
Any help is apprecaited.