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] [targets...]

Arguments

Options

Target Specification

Output Options

Authentication Options

Proxy Options

Custom User-Agent

Scan Control

Help and Version

Example Usage

Scan a Single URL

sms.exe https://example.com

Scan with Multiple URLs

sms.exe -u https://a.com -u https://b.com

Scan Using a URL List File

sms.exe -f urls.txt

Save JSON Report

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

Use Proxy and Authentication

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

Stop on Medium Severity

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

Need more information? Feel free to ask your questions!

Ask a question