mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-22 19:04:30 +03:00
added skeleton for live testing
This commit is contained in:
parent
53800ef65f
commit
76233ff5a3
|
@ -65,6 +65,6 @@ def smokeTest():
|
||||||
|
|
||||||
def liveTest():
|
def liveTest():
|
||||||
"""
|
"""
|
||||||
This will run the testing of a program against the testing environment
|
This will run the test of a program against the live testing environment
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
23
xml/livetests.xml
Normal file
23
xml/livetests.xml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<root>
|
||||||
|
<global>
|
||||||
|
<host value="172.16.104.130"/>
|
||||||
|
</global>
|
||||||
|
<!-- Oracle -->
|
||||||
|
<case>
|
||||||
|
<switches>
|
||||||
|
<url value="http://$host/sqlmap/oracle/get_int.php?id=1"/>
|
||||||
|
<extensiveFp value="True"/>
|
||||||
|
<getUsers value="True"/>
|
||||||
|
</switches>
|
||||||
|
<log>
|
||||||
|
<item value="database management system users"/>
|
||||||
|
<item value="SYSMAN"/>
|
||||||
|
</log>
|
||||||
|
<session>
|
||||||
|
<item value="SELECT DISTINCT(USERNAME)"/>
|
||||||
|
<item value="[DBMS][Oracle]"/>
|
||||||
|
</session>
|
||||||
|
</case>
|
||||||
|
</root>
|
Loading…
Reference in New Issue
Block a user