Skip to content

Commit

Permalink
Client / server DUKPT example configs added
Browse files Browse the repository at this point in the history
  • Loading branch information
stderr committed Mar 6, 2017
1 parent e37c36c commit 2453494
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
48 changes: 48 additions & 0 deletions config-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"plugins": {
"http": {
"target": "127.0.0.1",
"port": 8085
},
"google_docs": {
"target": "conchwaiter.uk.plak.cc",
"port": 8080
},
"dns": {
"key": "google.com",
"target": "127.0.0.1",
"port": 53
},
"gmail": {
"username": "dataexfil@gmail.com",
"password": "CrazyNicePassword",
"server": "smtp.gmail.com",
"port": 587
},
"tcp": {
"target": "127.0.0.1",
"port": 6969
},
"udp": {
"target": "127.0.0.1",
"port": 6969
},
"twitter": {
"username": "PaulWebSec",
"CONSUMER_TOKEN": "XXXXXXXXXXX",
"CONSUMER_SECRET": "XXXXXXXXXXX",
"ACCESS_TOKEN": "XXXXXXXXXXX",
"ACCESS_TOKEN_SECRET": "XXXXXXXXXXX"
},
"icmp": {
"target": "192.168.0.12"
}
},
"IPEK": "3515206de84e7d424eef20add945abd6",
"KSN": "3e10f3dc6a3291600000",
"max_time_sleep": 10,
"min_time_sleep": 1,
"max_bytes_read": 400,
"min_bytes_read": 300,
"compression": 1
}
47 changes: 47 additions & 0 deletions config-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"plugins": {
"http": {
"target": "127.0.0.1",
"port": 8085
},
"google_docs": {
"target": "conchwaiter.uk.plak.cc",
"port": 8080
},
"dns": {
"key": "google.com",
"target": "127.0.0.1",
"port": 53
},
"gmail": {
"username": "dataexfil@gmail.com",
"password": "CrazyNicePassword",
"server": "smtp.gmail.com",
"port": 587
},
"tcp": {
"target": "127.0.0.1",
"port": 6969
},
"udp": {
"target": "127.0.0.1",
"port": 6969
},
"twitter": {
"username": "PaulWebSec",
"CONSUMER_TOKEN": "XXXXXXXXXXX",
"CONSUMER_SECRET": "XXXXXXXXXXX",
"ACCESS_TOKEN": "XXXXXXXXXXX",
"ACCESS_TOKEN_SECRET": "XXXXXXXXXXX"
},
"icmp": {
"target": "192.168.0.12"
}
},
"BDK": "dabafa8b9121f67c7a860f5ac58c3eac",
"max_time_sleep": 10,
"min_time_sleep": 1,
"max_bytes_read": 400,
"min_bytes_read": 300,
"compression": 1
}

0 comments on commit 2453494

Please sign in to comment.