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?
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.
Re: -> Protocol Question <-
are you saying you want to intercept a packet, and use its information to log you into something?
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...
Re: -> Protocol Question <-
Ok forget it you dont understand me lmao.