mirror of
https://github.com/arnaucube/echo-botnet.git
synced 2026-02-07 03:16:42 +01:00
works
This commit is contained in:
22
build/botsConfigDEMO.json
Normal file
22
build/botsConfigDEMO.json
Normal 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
BIN
build/echo-botnet
Executable file
Binary file not shown.
6
build/keywordsConfigDEMO.json
Normal file
6
build/keywordsConfigDEMO.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
"word1",
|
||||
"word2",
|
||||
"wordToTrack3",
|
||||
"word4"
|
||||
]
|
||||
7
build/repliesConfigDEMO.json
Normal file
7
build/repliesConfigDEMO.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
"Reply message 1",
|
||||
"Reply message 2",
|
||||
"Reply message 3",
|
||||
"Hey wassup friend!",
|
||||
"You like the botnet?"
|
||||
]
|
||||
Reference in New Issue
Block a user