Click here to Skip to main content
15,905,233 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.NullReferenceException Pin
V.24-Aug-05 0:53
professionalV.24-Aug-05 0:53 
GeneralNetwork Management Pin
Member 199534123-Aug-05 21:27
Member 199534123-Aug-05 21:27 
QuestionHow to listen connection request on 80 port Pin
Gagan Deep Singla23-Aug-05 19:45
Gagan Deep Singla23-Aug-05 19:45 
AnswerRe: How to listen connection request on 80 port Pin
mav.northwind23-Aug-05 19:59
mav.northwind23-Aug-05 19:59 
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla23-Aug-05 20:11
Gagan Deep Singla23-Aug-05 20:11 
GeneralRe: How to listen connection request on 80 port Pin
S Douglas23-Aug-05 21:09
professionalS Douglas23-Aug-05 21:09 
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla24-Aug-05 20:33
Gagan Deep Singla24-Aug-05 20:33 
GeneralRe: How to listen connection request on 80 port Pin
mav.northwind23-Aug-05 21:23
mav.northwind23-Aug-05 21:23 
Rehi!

I guess you're not really familiar with what's neccessary to "hack a port" (and neither are your seniors it seems...)

A port is just a communication facility, regardless of its port number.
A port itself cannot be "hacked", it's the application that's listening on that port that can be hacked, for example by sending especially prepared malicious network packets over this port. The application receives the packets and freaks out, performing actions it's not designed to do.

When your webserver is running on port 80, it can be hacked as easily or as hard as it can be hacked when it's running on port 8080.

When your application wants to communicate via a certain port, this port has to be accessable from outside and a firewall has to allow access to this port, but this doesn't mean whatever is running over this port is secure. It just means that the firewall is trusting your application not to perform malicious tasks that can be controlled or triggered by receiving network traffic via the open port.

Hope this cleared things up a bit.

Regards,
mav
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla24-Aug-05 20:42
Gagan Deep Singla24-Aug-05 20:42 
GeneralRe: How to listen connection request on 80 port Pin
Colin Angus Mackay23-Aug-05 21:38
Colin Angus Mackay23-Aug-05 21:38 
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla24-Aug-05 20:48
Gagan Deep Singla24-Aug-05 20:48 
GeneralCrack Pin
WDI23-Aug-05 18:50
WDI23-Aug-05 18:50 
GeneralRe: Crack Pin
Christian Graus23-Aug-05 19:08
protectorChristian Graus23-Aug-05 19:08 
GeneralRe: Crack Pin
S Douglas23-Aug-05 21:13
professionalS Douglas23-Aug-05 21:13 
GeneralRe: Crack Pin
Colin Angus Mackay23-Aug-05 21:40
Colin Angus Mackay23-Aug-05 21:40 
GeneralRe: Crack Pin
Luis Alonso Ramos23-Aug-05 19:25
Luis Alonso Ramos23-Aug-05 19:25 
GeneralRe: Crack Pin
Christian Graus23-Aug-05 19:32
protectorChristian Graus23-Aug-05 19:32 
GeneralRe: Crack Pin
Luis Alonso Ramos23-Aug-05 19:37
Luis Alonso Ramos23-Aug-05 19:37 
GeneralRe: Crack Pin
Christian Graus23-Aug-05 19:39
protectorChristian Graus23-Aug-05 19:39 
GeneralSMS Server Pin
Zami_223-Aug-05 18:47
Zami_223-Aug-05 18:47 
GeneralSending sms Pin
Zami_223-Aug-05 18:43
Zami_223-Aug-05 18:43 
GeneralRe: Sending sms Pin
Luis Alonso Ramos23-Aug-05 19:31
Luis Alonso Ramos23-Aug-05 19:31 
QuestionCreating Controls Dynamically using a For Loop? Pin
Darktaz23-Aug-05 18:32
Darktaz23-Aug-05 18:32 
AnswerRe: Creating Controls Dynamically using a For Loop? Pin
Christian Graus23-Aug-05 18:40
protectorChristian Graus23-Aug-05 18:40 
AnswerRe: Creating Controls Dynamically using a For Loop? Pin
Luis Alonso Ramos23-Aug-05 19:35
Luis Alonso Ramos23-Aug-05 19:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.