diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py
index 9dc88b5b3..2ab1a9cc4 100644
--- a/plugins/generic/misc.py
+++ b/plugins/generic/misc.py
@@ -177,10 +177,10 @@ class Miscellaneous:
def likeOrExact(self, what):
message = "do you want sqlmap to consider provided %s(s):\n" % what
- message += "[1] as LIKE %s names\n" % what
- message += "[2] as exact %s names (default)" % what
+ message += "[1] as LIKE %s names (default)\n" % what
+ message += "[2] as exact %s names" % what
- choice = readInput(message, default='2')
+ choice = readInput(message, default='1')
if not choice or choice == '1':
choice = '1'
diff --git a/xml/livetests.xml b/xml/livetests.xml
index 8baf085e1..f44550ec7 100644
--- a/xml/livetests.xml
+++ b/xml/livetests.xml
@@ -92,6 +92,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+