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

Skip to content

Commit 76233ff

Browse files
committed
added skeleton for live testing
1 parent 53800ef commit 76233ff

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

lib/core/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ def smokeTest():
6565

6666
def liveTest():
6767
"""
68-
This will run the testing of a program against the testing environment
68+
This will run the test of a program against the live testing environment
6969
"""
7070
pass

xml/livetests.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<root>
4+
<global>
5+
<host value="172.16.104.130"/>
6+
</global>
7+
<!-- Oracle -->
8+
<case>
9+
<switches>
10+
<url value="http://$host/sqlmap/oracle/get_int.php?id=1"/>
11+
<extensiveFp value="True"/>
12+
<getUsers value="True"/>
13+
</switches>
14+
<log>
15+
<item value="database management system users"/>
16+
<item value="SYSMAN"/>
17+
</log>
18+
<session>
19+
<item value="SELECT DISTINCT(USERNAME)"/>
20+
<item value="[DBMS][Oracle]"/>
21+
</session>
22+
</case>
23+
</root>

0 commit comments

Comments
 (0)