There exists a path traversal vulnerability in the /toolbox-resource endpoint that enables unauthenticated remote attackers to download arbitrary files from the SimpleHelp server via crafted HTTP requests
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use auxiliary/scanner/http/simplehelp_toolbox_path_traversal
msf auxiliary(simplehelp_toolbox_path_traversal) > show actions
...actions...
msf auxiliary(simplehelp_toolbox_path_traversal) > set ACTION < action-name >
msf auxiliary(simplehelp_toolbox_path_traversal) > show options
...show and set options...
msf auxiliary(simplehelp_toolbox_path_traversal) > run
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security