-
Setting spool on any module immediately generate a crash with the following error:
``` ruby
msf auxiliary(smb_version) > spool /root/smb_version_info.txt
[*] Spooling to file /root/smb_version_info.t…
-
In [auxiliary/scanner/ssh/ssh_login],
When the parameter "PASS_FILE" is set to "/home/notfound/share/top10000password.txt" with a Tab key type, Metasploit is crash.
```
[notfound@core metasploit-f…
-
Reproduce:
`db_import ~/De` _[tab complete]_
Error:
```
/opt/metasploit/apps/pro/vendor/bundle/ruby/1.9.1/gems/rb-readline-0.5.1/lib/rbreadline.rb:8438:in `lstat': No such file or directory - /root/…
ghost updated
9 years ago
-
Currently the miror (verbose mode) provides information:
"Transferring file"
It would be very useful having information once the transfer has finished, like:
"Transferred file"
-
When tab completing "putty.exe" (which is located within my /var/www/ directory) I get a repeatable crash from within a meterpreter session. This also crashes the current session and other meterpreter…
-
It would be nice to have a wildcard-supporting version of pget.
-
Adds support to specify the filename of the downloaded file.
Useful when downloading from servers that does redirect.
Example: `http://mvn/nexus/service/local/artifact/maven/redirect?r=snapshots&g=o…
-
Seems that lftp suffers login problems when trying to open a connection using -u[user[,pass]] if the password starts with special characters (in my case '$'), response is 530 login incorrect. While it…
-
If promises promote code flattening as an strong benefit, then we ought to support something like stack storage. I propose the addition of two functions:
**pput(name)** Take the return value of the c…
-
The number in options "mirror:use-pget-n" and "pget:default-n" should be considered as the maximum number of chunks to split the file depending on the file size to download.
If the file size is small …