File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ def smokeTest():
6565
6666def 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments