Hackman238 / legion

Legion is an open source, easy-to-use, super-extensible and semi-automated network penetration testing tool that aids in discovery, reconnaissance and exploitation of information systems.
GNU General Public License v3.0
8 stars 0 forks source link

Brute not displaying successful creds #22

Open Hackman238 opened 4 weeks ago

Hackman238 commented 4 weeks ago

Hi,

Was doing some testing and found that when scanning a target IP on the Brute tab, IP & port supplied, smb selected, username and password provided, the process will run for about 10 seconds. At this point the progress will go green, status = finished, but the log area will not update with any information and the 'Run/Stop' button remains on 'Stop'.

Hydra (https://github.com/vanhauser-thc/thc-hydra) starting at 2022-10-24 21:28:37

[DATA] max 1 task per 1 server, overall 1 task, 1 login try (l:1/p:1), ~1 try per task
[DATA] attacking smb://10.1.1.200:445/

It's as if it has been successful, but doesn't display it, nor trigger the button at the top that the scan is complete.

Any suggestions?