• caglararli@hotmail.com
  • 05386281520

Using Patator ssh_login module how can I get the output to show only on success

Çağlar Arlı      -    15 Views

Using Patator ssh_login module how can I get the output to show only on success

I have the following command:

patator ssh_login host=<ip> port=<port> user=<user> password=FILE0 0=<path to pwdlist> 

I would like to output the success result only and not output every attempt. Is this possible?

My first attempt was:

patator ssh_login host=<ip> port=<port> user=<user> password=FILE0 0=<path to pwdlist> | grep "INFO - 0" 

but that didn't work.

Can anyone assist.