1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH SQLMAPAPI "1" "October 2023" "sqlmapapi v1.7.10" "User Commands"
.SH NAME
sqlmapapi \- automatic SQL injection tool, api server
.SH SYNOPSIS
.B sqlmapapi
[\fI\,options\/\fR]
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-s\fR, \fB\-\-server\fR
Run as a REST\-JSON API server
.TP
\fB\-c\fR, \fB\-\-client\fR
Run as a REST\-JSON API client
.TP
\fB\-H\fR HOST, \fB\-\-host\fR=\fI\,HOST\/\fR
Host of the REST\-JSON API server (default "127.0.0.1")
.TP
\fB\-p\fR PORT, \fB\-\-port\fR=\fI\,PORT\/\fR
Port of the the REST\-JSON API server (default 8775)
.TP
\fB\-\-adapter\fR=\fI\,ADAPTER\/\fR
Server (bottle) adapter to use (default "wsgiref")
.TP
\fB\-\-username\fR=\fI\,USERNAME\/\fR
Basic authentication username (optional)
.TP
\fB\-\-password\fR=\fI\,PASSWORD\/\fR
Basic authentication password (optional)
|