Metasploit new module SonicWall HTTP Login Scanner

SonicWall firewalls are a well-established line of network security appliances designed to protect businesses of various sizes from cyber threats. SNv Firewalls are designed for deployment in cloud and virtualized environments, providing the same level of security as their physical counterparts. Considering these are widely used appliances, it should be of an interest for many companies that Metasploit has released module for brute forcing HTTP and SSLVPN login page.

“Adding HTTP Login Scanner for SonicWall NSv. The SonicWall class can attack both admin accounts and SSLVPN users. For attacking only admin account, the parameter DOMAIN should be unset. SSLVPN accounts can be attacked, if DOMAIN is specified. The default value is LocalDomain.”

Steps for the usage:

  1. use auxiliary/scanner/sonicwall/login_scanner
  2. set RHOSTS [IP]
  3. either set USERNAME [username] or set USERPASS_FILE [usernames file]
  4. either set PASSWORD [password] or set PASS_FILE [passwords file]
  5. set DOMAIN [domain to attack/empty string to attack admin account]
  6. run

This module is making much more easier for pen testers then using hydra and crafting payload but, also for malicious actors.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.