Once sqlmap confirms that a remote url is vulnerable to sql injection and is exploitable the ne
out the names of the databases that exist on the remote system. What command do you use
A. sqlmap.py -u "
http://www.site.com/section.php?id=51" --dbs
B. sqlmap.py -a "
http://www.site.com/section.php?id=51" --dbs
C. sqlmap.py -h "
http://www.site.com/section.php?id=51" --dbs
D. sqlmap.py -"
http://www.sitemap.com/section.php?id=51" --dbs
E. None of the other choices