File: sqlmapapi.1

package info (click to toggle)
sqlmap 1.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,824 kB
  • sloc: python: 52,060; xml: 13,943; ansic: 989; sh: 304; makefile: 62; sql: 61; perl: 30; cpp: 27; asm: 7
file content (32 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (2)
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)