Ticket #147 (new defect)

Opened 10 months ago

Last modified 7 months ago

Module counts in msfweb seem wrong

Reported by: stabber Assigned to: hdm
Priority: minor Milestone: Metasploit 3.2
Component: framework3 Version:
Keywords: count error Cc:

Description

Windows XP SP1 MSF Web interface doesn't count exploits right ... console info and info from Exploit menu doesn't match;also it maybe does not display all of exploits in browse window.

Checked out revision 5123. SVN update on 27.09.2007 10:27 PM | cmd VERSION response Framework: 3.1-dev.4575 Console : 3.1-dev.5108

Attachments

shot.jpg (94.3 kB) - added by stabber on 09/27/07 15:45:36.
shot for counting issue

Change History

09/27/07 15:45:36 changed by stabber

  • attachment shot.jpg added.

shot for counting issue

10/18/07 06:46:32 changed by patrickw

This is a result of modules reusing the same friendly name. Duplicates are stripped out of @results.

E.g. Aux:

scanner/scanner_range Simple Recon Module Tester 
scanner/scanner_host  Simple Recon Module Tester 
scanner/scanner_batch Simple Recon Module Tester 
recon_passive         Simple Recon Module Tester 

E.g. Exploit:

osx/armle/safari_libtiff   iPhone MobileSafari LibTIFF Buffer Overflow
osx/browser/safari_libtiff iPhone MobileSafari LibTIFF Buffer Overflow

Considering MSFConsole supports name reuse, MSFWeb should too. Otherwise enforce unique names (and be done with the confusion).

12/27/07 11:51:46 changed by hdm

  • cc deleted.
  • summary changed from Couting issue to Module counts in msfweb seem wrong.
  • milestone changed from Metasploit 3.1 Release to Metasploit 3.2 Release.