You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproducing it is very easy. Just run the module and you should see something like this:
msf auxiliary(smb_version) > run
[*] 192.168.1.109:445 - 192.168.1.109:445 is running Windows 2003 SP2 (build:3790) (name:SINN3R-QIXN9TA2) (domain:WORKGROUP)
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
As you can see, the rhost:rport is repeated.
It looks like this is because the module is using the TCP mixin, which automatically prints the rhost:rport when printing a message, and then the module is printing peer again.
The text was updated successfully, but these errors were encountered:
It looks like there are more modules affected by this type of bug.
wchen-r7
changed the title
smb_version is printing the rhost:rport twice
Some modules using Msf::Exploit::Remote::SMB::Client are printing the rhost:rport twice
Jun 8, 2016
Reproducing it is very easy. Just run the module and you should see something like this:
As you can see, the rhost:rport is repeated.
It looks like this is because the module is using the TCP mixin, which automatically prints the rhost:rport when printing a message, and then the module is printing
peer
again.The text was updated successfully, but these errors were encountered: