Documents/Scanning/

Using SmartScanner CLI (sms)

SmartScanner CLI (sms.exe) is the command-line version of SmartScanner, designed for security professionals and developers to scan web applications for vulnerabilities efficiently. This tool allows users to perform targeted scans and export results in JSON format for further analysis.

Installation and Location

SmartScanner CLI (sms.exe) comes with the default installation of SmartScanner. The sms.exe executable is located in:

%LocalAppData%\Programs\SmartScanner

Usage

sms.exe [options] [target]

Arguments

Options

Target Specification

Output Options

Authentication Options

Proxy Options

Custom User-Agent

Scan Control

Help and Version Information

Example Usage

Basic Scan

sms.exe https://example.com

or

sms.exe -u https://example.com

Scan with JSON Report Output

sms.exe -u https://example.com -o report.json

Scan Using a Proxy with Authentication

sms.exe -u https://example.com --proxy http://proxy.example.com:8080 --proxy-auth user:password

Scan with HTTP Basic Authentication

sms.exe -u https://example.com --auth-basic admin:securepassword

Stop Scan on Medium or Higher Severity Issues

sms.exe -u https://example.com --exit-on medium
Still need help? contact us Last updated on February 15, 2025

Need more information? Feel free to ask your questions!

Ask a question