View Issue Details

IDProjectCategoryView StatusLast Update
0003206Kali LinuxGeneral Bugpublic2016-07-05 16:55
ReporterSpyro Assigned Todookie  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2016.1 
Summary0003206: Armitage fails to perform SMB_Version MSF auxilary scan from gui
Description

When a right click from A host in the attack window of armitage and select scan this happens:

[] Building list of scan ports and modules
[
] Launching TCP scan
msf > use auxiliary/scanner/portscan/tcp
msf auxiliary(tcp) > set THREADS 24
THREADS => 24
msf auxiliary(tcp) > set PORTS 50000, 21, 1720, 80, 443, 143, 623, 3306, 110, 5432, 25, 22, 23, 1521, 50013, 161, 2222, 17185, 135, 8080, 4848, 1433, 5560, 512, 513, 514, 445, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5038, 111, 139, 49, 515, 7787, 2947, 7144, 9080, 8812, 2525, 2207, 3050, 5405, 1723, 1099, 5555, 921, 10001, 123, 3690, 548, 617, 6112, 6667, 3632, 783, 10050, 38292, 12174, 2967, 5168, 3628, 7777, 6101, 10000, 6504, 41523, 41524, 2000, 1900, 10202, 6503, 6070, 6502, 6050, 2103, 41025, 44334, 2100, 5554, 12203, 26000, 4000, 1000, 8014, 5250, 34443, 8028, 8008, 7510, 9495, 1581, 8000, 18881, 57772, 9090, 9999, 81, 3000, 8300, 8800, 8090, 389, 10203, 5093, 1533, 13500, 705, 4659, 20031, 16102, 6080, 6660, 11000, 19810, 3057, 6905, 1100, 10616, 10628, 5051, 1582, 65535, 105, 22222, 30000, 113, 1755, 407, 1434, 2049, 689, 3128, 20222, 20034, 7580, 7579, 38080, 12401, 910, 912, 11234, 46823, 5061, 5060, 2380, 69, 5800, 62514, 42, 5631, 902, 5985, 5986, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 47001, 523, 3500, 6379, 8834
PORTS => 50000, 21, 1720, 80, 443, 143, 623, 3306, 110, 5432, 25, 22, 23, 1521, 50013, 161, 2222, 17185, 135, 8080, 4848, 1433, 5560, 512, 513, 514, 445, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5038, 111, 139, 49, 515, 7787, 2947, 7144, 9080, 8812, 2525, 2207, 3050, 5405, 1723, 1099, 5555, 921, 10001, 123, 3690, 548, 617, 6112, 6667, 3632, 783, 10050, 38292, 12174, 2967, 5168, 3628, 7777, 6101, 10000, 6504, 41523, 41524, 2000, 1900, 10202, 6503, 6070, 6502, 6050, 2103, 41025, 44334, 2100, 5554, 12203, 26000, 4000, 1000, 8014, 5250, 34443, 8028, 8008, 7510, 9495, 1581, 8000, 18881, 57772, 9090, 9999, 81, 3000, 8300, 8800, 8090, 389, 10203, 5093, 1533, 13500, 705, 4659, 20031, 16102, 6080, 6660, 11000, 19810, 3057, 6905, 1100, 10616, 10628, 5051, 1582, 65535, 105, 22222, 30000, 113, 1755, 407, 1434, 2049, 689, 3128, 20222, 20034, 7580, 7579, 38080, 12401, 910, 912, 11234, 46823, 5061, 5060, 2380, 69, 5800, 62514, 42, 5631, 902, 5985, 5986, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 47001, 523, 3500, 6379, 8834
msf auxiliary(tcp) > set RHOSTS 192.168.1.7
RHOSTS => 192.168.1.7
msf auxiliary(tcp) > run -j
[] Auxiliary module running as background job
[
] 192.168.1.7: - 192.168.1.7:139 - TCP OPEN
[] 192.168.1.7: - 192.168.1.7:135 - TCP OPEN
[
] 192.168.1.7: - 192.168.1.7:445 - TCP OPEN
[*] Scanned 1 of 1 hosts (100% complete)

[*] Starting host discovery scans

[*] 1 scan to go...
msf auxiliary(tcp) > use scanner/smb/smb_version
msf auxiliary(smb_version) > set THREADS 24
THREADS => 24
msf auxiliary(smb_version) > set RPORT 445
RPORT => 445
[-] The following options failed to validate: Value '192.168.1.7: - 192.168.1.7' is not valid for option 'RHOSTS'.
msf auxiliary(smb_version) > set RHOSTS
RHOSTS =>
msf auxiliary(smb_version) > run -j
[-] Auxiliary failed: Msf::OptionValidateError The following options failed to validate: RHOSTS.

Additional Information

But when ran the module SMB_version scanner Manually it succeeded:

msf > use auxiliary/scanner/smb/smb_version
msf auxiliary(smb_version) > set THREADS 24
THREADS => 24
msf auxiliary(smb_version) > set SMBDomain .
SMBDomain => .
msf auxiliary(smb_version) > set RHOSTS 192.168.1.7
RHOSTS => 192.168.1.7
msf auxiliary(smb_version) > run -j
[] Auxiliary module running as background job
[
] 192.168.1.7:445 - 192.168.1.7:445 is running @indows 8.1 Connected (build:9600) (name:PC) (domain:WORKGROUP)
[*] Scanned 1 of 1 hosts (100% complete)

Attached Files
Proof 2.PNG (103,162 bytes)   
Proof 2.PNG (103,162 bytes)   
Proof 1.PNG (100,003 bytes)   
Proof 1.PNG (100,003 bytes)   

Activities

Spyro

Spyro

2016-04-02 01:59

reporter   ~0005078

Typos correction:
[Description]
When I right click from A host in the attack window of armitage and select scan this happens

[Additional Information]
But when I ran the module SMB_version scanner Manually it succeeded:

PatrickFox

PatrickFox

2016-05-16 00:48

reporter   ~0005249

Was that problem solved? I have the same one!

dookie

dookie

2016-07-05 16:55

reporter   ~0005453

This is not a Kali issue and should be reported to upstream.

Issue History

Date Modified Username Field Change
2016-04-02 01:50 Spyro New Issue
2016-04-02 01:50 Spyro File Added: Proof 2.PNG
2016-04-02 01:59 Spyro Note Added: 0005078
2016-04-02 02:00 Spyro File Added: Proof 1.PNG
2016-05-16 00:48 PatrickFox Note Added: 0005249
2016-07-05 16:55 dookie Note Added: 0005453
2016-07-05 16:55 dookie Status new => closed
2016-07-05 16:55 dookie Assigned To => dookie
2016-07-05 16:55 dookie Resolution open => no change required