Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
3answers
414 views

How does this Man-In-The-Middle attack work?

The Django documentation on its CSRF protection states that: In addition, for HTTPS requests, strict referer checking is done by CsrfViewMiddleware. This is necessary to address a ...
4
votes
1answer
154 views

Why doesn't SSH use the interlock protocol?

It seems that the SSH designers cared a great deal about man in the middle attack. Their approach was, to save server's public key finger print at the first time you're connected to the server (and ...
4
votes
4answers
2k views

Capturing HTTPS traffic in the clear?

I've got a local application (which I didn't write, and can't change) that talks to a remote web service. It uses HTTPS, and I'd like to see what's in the traffic. Is there any way I can do this? I'd ...
3
votes
2answers
65 views

Tool to intercept data between Flash and PHP

I've been developing some APIs for communication between some PHP services and ActionScript 3. I know that there are a number of ways to intercept data that is being sent from Flash to a PHP script, ...
3
votes
1answer
112 views

WCF Security - protecting from Man in the middle attacks

I have a WCF service that uses transport and message security. How do i protect data from a malicious man-in-the-middle attack, say from a user using fiddler and allowing fiddler to Decrypt HTTPS ...
3
votes
2answers
523 views

How does challenge-response protocol help against man-in-the-middle attacks?

How does challenge-response authentication prevent man-in-the-middle attacks? I read the wiki article but still I cannot understand.
3
votes
5answers
881 views

Man in Middle attack - Can such an attack occur if symmetric keys are used?

If we consider Man In the Middle Attack; Can such an attack occur if symmetric keys are used?
2
votes
0answers
23 views

Work around man-in-the-middle attack on SSH [closed]

So, my company has decided to do man-in-the-middle attacks on all ssh traffic. What are my options to go around this? VPN? Google Authenticator? Thanks.
2
votes
3answers
207 views

How to hide keys in application?

I have a C++ client/server application where the client and server are my executable. Each time a connection is made between the client and server, I generate a new encryption key for that session ...
2
votes
2answers
531 views

How do I verify the host server's certificate in Silverlight?

I am concerned with MITM attacks in the Silverlight application I am writing. The site will be running over SSL. If my site is the victim of a MITM attack, as far as I know, my only defense right now ...
1
vote
1answer
565 views

Can't compile simple program with tcp.h because of error from endianess?

Help me compile this simple C program using tcp.h? Getting "mitmc.c:82: error: struct tcphdr has no member named th_off" because the byte order is not set with "# ifdef __FAVOR_BSD" This is prolly a ...
1
vote
2answers
422 views

Is man-in-the-middle attack a security threat during SSH authentication using keys?

I am no expert in network security, so pardon if this question is not very smart :). I am automating logins to some machines using ssh. I am currently avoiding host-key warnings using ...
1
vote
1answer
373 views

How do certificate avoid the man in the middle attack?

I have another question to security in the web. If I understand it correctly certificates are for identify who you really are. So the man in the middle attack isn't possible. But when I see this ...
1
vote
1answer
115 views

Secure login with additional context information passed through (which also needs to be secure)

My web application will be launched through existing thick client applications. When launched, an HTTP POST request will be generated including information like the userID and additional context ...
1
vote
2answers
407 views

Preventing man in the middle attack while using https

I am writing a little app similar to omegle. I have a http server written in Java and a client which is a html document. The main way of communication is by http requests (long polling). I've ...
1
vote
3answers
262 views

Secure connection between client and server

I'm developing a server component that will serve requests for a embedded client, which is also under my control. Right now everything is beta and the security works like this: client sends ...
0
votes
0answers
20 views

How difficult is it to implement Windows “Extended Protection” authentication feature? Are samples available?

Extended Protection (link) (link) is a feature in Windows 7 and Windows 2008 R2 that prevents certain MITM attacks. How difficult is it to impement this technology? What "dumb" mistakes can the ...
0
votes
3answers
118 views

ASP.NET and man-in-the-middle

Does ASP.NET use a mechanism for disallowing manipulation of data between client and server? If not, does it mean we should use SSL? What kind of attacks can SSL prevent? If yes what is this ...
0
votes
3answers
329 views

how to protect the ws discovery ad hoc network from man-in-the-middle attacks

the ws-discovery specifications explains how to protect your network from message alteration Denial of service replay spoofing but what about man-in-the-middle attack?