Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85f60d0

Browse files
committed
leftovers
1 parent 536b44a commit 85f60d0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
if stderr:
7979
failure_email("Update of sqlmap failed with error:\n\n%s" % stderr)
8080

81-
regressionproc = subprocess.Popen("python /opt/sqlmap/sqlmap.py --live-test --run-case 'MySQL UNION query multi-threaded enumeration'", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=False)
81+
regressionproc = subprocess.Popen("python /opt/sqlmap/sqlmap.py --live-test", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=False)
8282
stdout, stderr = regressionproc.communicate()
8383

8484
if stderr:

xml/livetests.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@
149149
</switches>
150150
<parse>
151151
<item value="Title: MySQL UNION query (NULL) - 3 columns"/>
152-
<item value="r'back-end DBMS: active fingerprint: MySQL &gt;= 5.4.0'"/>
153-
<item value="banner: '5.5.34-0+wheezy1'"/>
152+
<item value="r'back-end DBMS: active fingerprint: MySQL &gt;= 5.5.0'"/>
153+
<item value="banner: '5.5.33-0+wheezy1'"/>
154154
<item value="current user: 'root@localhost'"/>
155-
<item value="current database: 'test4db'"/>
155+
<item value="current database: 'testdb'"/>
156156
<item value="hostname: 'debian"/>
157-
<item value="current user is DBA: Tru4e"/>
157+
<item value="current user is DBA: True"/>
158158
<item value="r'database management system users \[.+'debian-sys-maint'@'localhost'.+'root'@'"/>
159159
<item value="r'database management system users password hashes:.+root \[.+password hash: \*00E247AC5F9AF26AE0194B41E1E769DEE1429A29'"/>
160160
<item value="r'database management system users privileges:.+debian-sys-maint.+\(administrator\).+root.+\(administrator\).+privilege: SUPER'"/>

0 commit comments

Comments
 (0)