Click here to Skip to main content
15,921,531 members
Home / Discussions / C#
   

C#

 
GeneralSystem.NullReferenceException Pin
oneyard23-Aug-05 21:34
oneyard23-Aug-05 21:34 
GeneralRe: System.NullReferenceException Pin
Colin Angus Mackay23-Aug-05 21:50
Colin Angus Mackay23-Aug-05 21:50 
GeneralRe: System.NullReferenceException Pin
oneyard23-Aug-05 22:09
oneyard23-Aug-05 22:09 
GeneralRe: System.NullReferenceException Pin
Colin Angus Mackay23-Aug-05 22:17
Colin Angus Mackay23-Aug-05 22:17 
GeneralRe: System.NullReferenceException Pin
leppie23-Aug-05 21:57
leppie23-Aug-05 21:57 
GeneralRe: System.NullReferenceException Pin
Guffa23-Aug-05 22:14
Guffa23-Aug-05 22:14 
GeneralRe: System.NullReferenceException Pin
V.24-Aug-05 0:49
professionalV.24-Aug-05 0:49 
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 
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 
Gagan Deep Singla wrote:
ok, tell me one thing if u can that how much chance of hacking is there, if any port is opened by any company. because on 80 port there is no chance of hacking.

That is totally incorrect. I do security demonstrations that include a live demo of a hack attempt on a badly written application* that runs on port 80. It amazes the audience that in only 2 minutes I can have the application that was supposed to be a simple ecommerce thing displaying the contents of the hard disk rather than the inventory of items for sale. Port 80 can be hacked just like any other port. As others have said, it is your responsiblity that the application you write is secure, whether it is running through your web server or whether you are creating sockets directly for it.


* I should note that I wrote the application for the purposes of this demonstration - It is illegal to hack into another person's application without permission. My security presentations always open with two slide summarising the relevant sections of the 1990 Misuse of Computers Act


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


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 

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.