home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / library / hack / lsircbnc.txt < prev    next >
Text File  |  1998-03-25  |  2KB  |  39 lines

  1.           //------------------------------------------------\\
  2.           ||  Irc Bouncing Around Klines Using a unix Shell ||
  3.           ||   By: Lord Somer(webmaster@lordsomer.com)      ||
  4.           ||               on August 5, 1997                ||
  5.           ||  For: The Hackers Layer                        ||
  6.           ||       http://www.lordsomer.com                 ||
  7.           ||             and                                ||
  8.           ||       The Hackers Club                         ||
  9.           ||       http://www.hackersclub.com/km/index.html ||
  10.           \\------------------------------------------------//
  11.  
  12.     Reqs:
  13.       1 Shell Account
  14.       ftp access to upload the file
  15.       http://www.ilf.net/LordSomer/files/csource/IRCBNC.C
  16.  
  17.     Installation/Configuration:
  18.       The 3 Lines listed below must be configured inside the .c file.
  19.       #define IRCSERV "irc.netsys.com"
  20.         (server you want to bounce on to)
  21.       #define IRCPORT 6667
  22.         (port of the server you want to bounce to)
  23.       #define IRCBNC  5000
  24.         (port on your shell server you want to use to connect to for bouncing)
  25.       Once they are defined just ftp up the file.
  26.       Telnet in and cd to the dir you up'd it to type:
  27.       cc -o ircbnc IRCBNC.C
  28.       if that gives errors
  29.       rename IRCBNC.C to ircbnc.c
  30.       and at the prompt type
  31.       cc -O -s ircbnc.c -o ircbnc
  32.       then to run it type
  33.       ./ircbnc
  34.       to bounce you just go to your irc client and type
  35.       /server shell.server.com portyoudefinedinircbnc.c
  36.       and it'll bounce you over to the server you defined with your host
  37.       being the shells host.
  38.       Enjoy and stop by #warez.somer on efnet if ya need me
  39.