-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
27 lines (22 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
== About =====================
Execbot is a bot can execute the command from IRC message
(You maybe want to call it is a kind of backdoor)
With server is installed execbot script, the client can execute the
command remote by send privmsg to server's nick in IRC network
== Usage =====================
/excebot list List server.nicknames are allowed
/execbot add -server <server> nicknames.. Add server.nicknames are allowed to execute
/execbot del -server <server> nicknames.. Remove server.nicknames are allowed
== Changes ===================
execbot (v1.1)
* weechat.hook_process
* Execute command AFTER processing message (irc_in2_privmsg)
execbot (v1.0)
* subprocess
* Execute command BEFORE processing message (irc_in2_privmsg)
== NOTICE ====================
This is a POC that I want to execute a remote command via IRC
network. It's really not security, although you can set who can
talk with the bot.
Should setup with https://weechat.org/scripts/source/ircrypt.py.html
PLEASE CONSIDER CAREFULLY WHEN USING THE PLUGIN!