sqlmap -hsqlmap -hh
sqlmap -u "http://www.example.com/vuln.php?id=1" --batchNote: in this case, option ‘-u’ is used to provide the target URL, while the switch ‘—batch’ is used for skipping any required user-input, by automatically choosing using the default option.