mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
missing mandatory update before regression test
This commit is contained in:
parent
edd6699ed1
commit
1ed2b0e5da
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ def main():
|
|||
test_counts = []
|
||||
attachments = {}
|
||||
|
||||
command_line = "python /opt/sqlmap/sqlmap.py --live-test"
|
||||
command_line = "python /opt/sqlmap/sqlmap.py --update ; python /opt/sqlmap/sqlmap.py --live-test"
|
||||
proc = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
|
||||
proc.wait()
|
||||
|
|
|
|||
Loading…
Reference in a new issue