Hi all!
I have learned a lot of knowledge from this place so today I bring to you something back, phpbot v1.1.3. The bot will run on any web host with php enabled. Please use it wisely, I understand this is white hat community and I in no way endorse or encourage the the misuse of this code. I also take no responsibility for what the code does or doesn't do :)
Step 1: Copy the Code into Nano or Vim or Such.
Edit as you see fit, i have put comments next to the parts you need to concern yourself with most but for simplicity's sake here is the options:
"server"= //irc server
"port"= //irc server port
"pass"= //irc server pass
"prefix"= //what your bot should be called
"maxrand"= //leave this
"chan"= //your irc channel
"key"= //chan key
"modes"= //irc channel mode
"password"= //your pass to control the bot
"trigger"= //change to what you prefer
"hostauth"= // for any hostname
Step 2: Save as filename.php
move it into your http dir, if its some web host then place it into which ever dir you put your files, if its your own server its usually around /var/www area.
Step 3: Load It.
point your web browser to the appropriate url http://myhost/mybot.php
Step 4: Congratulations or Commiseration
If the host or server is vulnerable then your bot will pop onto irc to the parameters you selected. If not then probably nothing will happen and unless you can get access to cmd line at the host you don't have much chance of debugging this baby.
Step 5: Control It
Commands for the bot:
.user
.logout //logout of the bot
.die //kill the bot
.restart //restart the bot
.mail
.dns
.download
.exec
.cmd
.info //get system information
.php
.tcpflood
.udpflood
.raw
.rndnick //change nickname
.pscan
.ud.server
Before you can control the bot you need to log in to it with your password so .user password and the bot will start accepting your commands.
Step 6: White Hat Promise.
You will of course need the key to un-encrypt the code and now I know you have read the instructions and not here for a hit and run then please feel free :)
95fa8f2428e0dadf557f9353cbab84fc
Comments
No Comments Exist
Be the first, drop a comment!