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

Skip to content

Commit 7da079f

Browse files
committed
More verbose comment for direct connection
1 parent 8d07272 commit 7da079f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sqlmap.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[Target]
44

55
# Direct connection to the database.
6-
# Example: mysql://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_NAME
6+
# Examples:
7+
# mysql://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_NAME
8+
# oracle://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_SID
79
direct =
810

911
# Target URL.

0 commit comments

Comments
 (0)