Public Access
extractor erstmal fertig
- er findet fast alle tabellen - quellcode wird entpackt wenn er in einer variable ist
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@
|
||||
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "cursor.execute(*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new]))",
|
||||
"code": "(Transaction().connection.cursor()).execute(*sqltable.update(\n columns=[sqltable.password_hash],\n values=[password_hash_new]))",
|
||||
"phase": "after_super",
|
||||
"condition": "table.column_exist('password') and table.column_exist('salt')"
|
||||
},
|
||||
@@ -35,7 +35,7 @@
|
||||
"columns": "[sqltable.password_hash]",
|
||||
"values": "[password_hash_new]"
|
||||
},
|
||||
"code": "sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])",
|
||||
"code": "sqltable.update(\n columns=[sqltable.password_hash],\n values=[password_hash_new])",
|
||||
"phase": "after_super",
|
||||
"condition": "table.column_exist('password') and table.column_exist('salt')"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user