Results 1 to 4 of 4

Thread: Socket Programming Therory

  1. #1

    Thread Starter
    Hyperactive Member Rattlerr's Avatar
    Join Date
    Jul 2005
    Location
    FloralCity,Florida
    Posts
    269

    Question Socket Programming Therory

    Here is an Idea I have but keep hearing that it isnt possible to do on this other website..Here we go...

    I dont know if everyone is familar with what is called a "Booter" Program used too knock someone offline by sending packets to a person's Username...These Packets are Modified packets from the Messenger like Yahoo Messenger,AIM messenger etc...Packets are obtained by like CommView or Ether Real ( I think it is)...They load a Bot (aka a Yahoo,or AIM Email Account) some booters are limited as in they can only log in 500 bots,Some are much larger or Unlimited..

    Now my Idea is this::

    I'm trying too develop a Socket that can Close itself when being Flooded Excessively..Excessive " 1000 to 10,000 Packets in 30 to 50 secs" then Open an all New Port (With out) the Re Direction of the packets from the Flooded Port...The Idea is too Shut down the Port to stop the Flooding from the Booter program that some person is using...Now the Real Trick is not losing the old connection on the port being flooded...So the individual can resume what they were doing once a new port has been opened and Connected to it

    Any and all Thoughts,Idea's,Proposal's are appreciated on this subject...If some one needs too see some of the VB6 Code from a Booter to get an idea let me know and I'll either put some up or send it to you...

  2. #2
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Re: Socket Programming Therory

    I am afraid that as far as I know this is impossible
    Omce you close a connection, the one being flooded, then the connection at the other end is closed too. It's impossible to reconnect to the same connection and carry on.

    Even say this was possible, and u developed this socket, what would u do with it?

    Woka

  3. #3

    Thread Starter
    Hyperactive Member Rattlerr's Avatar
    Join Date
    Jul 2005
    Location
    FloralCity,Florida
    Posts
    269

    Question Re: Socket Programming Therory

    What i'm trying to develop is a way to make it more ..lol Safe in a chat room from a Booter without the Need for a Chat Client and a bunch of other crap,Like a Proxy Connection etc etc...

    I'm looking for a way to possiblely say Stop the Packets at the Hardware level the NIC card or Re Route packets...I just not sure how too keep this from happening to people's computers..That enjoy being in a chat room but have too deal with programs like booters...

    I use too go into a Yahoo chat room with my Router the DMZ Closed,DeskTop firewall On, Proxy Tunnel ,and use a SOCK4 or 5 in the Messenger to help this kind of pain in the rear...Just alot of IP Masking and trying too secure Ports,some of these Booters Enter threw a aka "Back Door" Port ,not normally used protected or even looked at by a firewall..

    Trying to develop a Solution to the problem to make people lives a bit more easier in a chat room,with out the need for Proxy Tunneling,Using a SOCk Proxy to Mask the IP and a butt load of Configuring FireWalls..

    Any ideas will be a great help on solving this kind of issue..So if that isnt possible have any Idea's what so ever??

  4. #4

    Thread Starter
    Hyperactive Member Rattlerr's Avatar
    Join Date
    Jul 2005
    Location
    FloralCity,Florida
    Posts
    269

    Re: Socket Programming Therory

    I would put the socket into a small program for Chat Room use to help protect people's computers from Booters...I mean evey Packet causes a Reaction in the system either A: another Window,which uses up system Resources locking up the system B: well every other functionality that a messenger has like them using a Log Off Packet etc etc..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width