Command Description ------- ----------- sqlmap_connect sqlmap_connect <host> [<port>] sqlmap_get_data Get the resulting data of the task sqlmap_get_log Get the running log of a task sqlmap_get_option Get an option for a task sqlmap_get_status Get the status of a task sqlmap_list_tasks List the knows tasks. New tasks are not stored in DB, so lives as long as the console does sqlmap_new_task Create a new task sqlmap_save_data Save the resulting data as web_vulns sqlmap_set_option Set an option for a task sqlmap_start_task Start the task
root@dde077eebdfc:/# sqlmapapi -s -p 8080 [03:44:06] [INFO] Running REST-JSON API server at '127.0.0.1:8080'.. [03:44:06] [INFO] Admin (secret) token: ebf9b14a44c4e745aa334cb85f222e7c [03:44:06] [DEBUG] IPC database: '/tmp/sqlmapipc-9kqmx9_b' [03:44:06] [DEBUG] REST-JSON API server connected to IPC database [03:44:06] [DEBUG] Using adapter 'wsgiref' to run bottle