mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
added preventive cleanup test case
This commit is contained in:
parent
f4028bd7d2
commit
314ed22fc3
|
@ -12,6 +12,26 @@
|
|||
<verbose value="1"/>
|
||||
<cleanup value="True"/>
|
||||
</global>
|
||||
|
||||
<!-- Preventive cleanup of database management system from sqlmap temporary tables and user-defined functions -->
|
||||
<case name="PostgreSQL cleanup from sqlmap temporary tables and user-defined functions (UDFs)">
|
||||
<switches>
|
||||
<url value="http://debiandev/sqlmap/pgsql/get_int.php?id=1"/>
|
||||
<tech value="US"/>
|
||||
<cleanup value="True"/>
|
||||
</switches>
|
||||
<parse>
|
||||
<item value="Title: Generic UNION query (NULL) - 3 columns"/>
|
||||
<item value="Title: PostgreSQL > 8.1 stacked queries"/>
|
||||
<item value="r'\[DEBUG\] removing support tables'" console_output="True"/>
|
||||
<item value="r'\[DEBUG\] removing UDF 'sys_fileread'"/>
|
||||
<item value="r'\[DEBUG\] removing UDF 'sys_bineval'"/>
|
||||
<item value="r'\[DEBUG\] removing UDF 'sys_eval'"/>
|
||||
<item value="r'\[DEBUG\] removing UDF 'sys_exec'"/>
|
||||
</parse>
|
||||
</case>
|
||||
<!-- End of preventive cleanup of database management system from sqlmap temporary tables and user-defined functions -->
|
||||
|
||||
<!-- Common enumeration switches across all techniques -->
|
||||
<case name="MySQL boolean-based multi-threaded enumeration - all entries">
|
||||
<switches>
|
||||
|
|
Loading…
Reference in New Issue
Block a user