Results 1 to 6 of 6

Thread: -> Protocol Question <-

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    10

    Arrow -> Protocol Question <-

    Hey I've been searching for hours and I see people asking for where protocol is but I can never find reasources on how to find your own protocol.

    My question is: I want to find a reasource to take the packets logged with (WPE/any other sniffer) and turn it into your own login. Or an example say a small login/pass application with no protection or anything just somthing to start me off with.

    If anyone has any reasources or online tutorials they could show me that'ed be awsome.
    Last edited by kanazky; Jul 3rd, 2005 at 03:10 AM.

  2. #2
    Lively Member
    Join Date
    May 2005
    Posts
    90

    Re: -> Protocol Question <-

    I'm a bit confused, are you sure you know exactly what it a protocol is? It is an agreed-upon way for systems to exchange information, an example being TCP/IP which largely powers the internet, then "sub-protocols" that operate within TCP/IP such as HTTP/FTP/IRC, etc.

    Could you rephrase your question?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    10

    Re: -> Protocol Question <-

    I want to find a tutorial on finding Login Protocols for basic applications. I was woundering if anyone had any reasources or what not.

  4. #4
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: -> Protocol Question <-

    are you saying you want to intercept a packet, and use its information to log you into something?

  5. #5
    Lively Member
    Join Date
    May 2005
    Posts
    90

    Re: -> Protocol Question <-

    To send data over the internet, you need to look into Sockets, which offer TCP/IP functionality in which you connect, send data back and forth, and when finished, disconnect. This would allow you to build the basis for a remote login app...

  6. #6

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    10

    Re: -> Protocol Question <-

    Ok forget it you dont understand me lmao.

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