|
-
Jul 3rd, 2005, 02:53 AM
#1
Thread Starter
New Member
-> 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.
-
Jul 3rd, 2005, 09:53 AM
#2
Lively Member
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?
-
Jul 3rd, 2005, 02:48 PM
#3
Thread Starter
New Member
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.
-
Jul 4th, 2005, 12:34 PM
#4
Re: -> Protocol Question <-
are you saying you want to intercept a packet, and use its information to log you into something?
-
Jul 4th, 2005, 03:21 PM
#5
Lively Member
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...
-
Jul 4th, 2005, 09:34 PM
#6
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|