This commit is contained in:
arnaucode
2017-05-11 23:14:12 +02:00
parent e9515e655f
commit ae20ff5e71
14 changed files with 413 additions and 1 deletions

22
build/botsConfigDEMO.json Normal file
View File

@@ -0,0 +1,22 @@
[{
"title": "account1",
"consumer_key": "xxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxx"
},
{
"title": "account2",
"consumer_key": "xxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxx"
},
{
"title": "account3",
"consumer_key": "xxxxxxxxxxxxx",
"consumer_secret": "xxxxxxxxxxxxx",
"access_token_key": "xxxxxxxxxxxxx",
"access_token_secret": "xxxxxxxxxxxxx"
}
]

BIN
build/echo-botnet Executable file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
[
"word1",
"word2",
"wordToTrack3",
"word4"
]

View File

@@ -0,0 +1,7 @@
[
"Reply message 1",
"Reply message 2",
"Reply message 3",
"Hey wassup friend!",
"You like the botnet?"
]