|
What is your suggested solution for the threat of website UI spoofing?
Started by Assaf Lavie on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
So if, for example, eBay would let you spoof (that won't know your choice of....
Spoofing only works when users have basically the same view of the website (one spoof - many victims).
One solution is to customize the web site per user .
|
|
What is the best MAC address changing/spoofing/editing program available for windows, mac and linux?
Started by Daniel on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Read man page for ....
For Linux / MAC
In Linux and MAC you can use ifconfig command with hw parameter .
You can also use cain n abel to spoof and capture passwords.
In windows you can use ettercap to spoof an capture data.
In that field.
|
|
Hi I created a small web application to send emails.
when i send an email Hotmail considers it as spoofing e phishing
how can i sort this problem?
thanks
Answer Snippets (Read the full thread at stackoverflow):
Many words -- such as free, sex....
Http://www.interspire.com/content/articles/6/1/Avoiding-the-Spam-Filters-and-Other-Email-Marketing-Tips
The right selection of words Many spam filters work by analyzing the email based on its content and the words used .
|
Ask your Facebook Friends
|
We have created a database driven website using PHP with set cookies and now need to prevent HTTP spoofing, any ideas on how to do this? we are beginners with this so any help would be greatful
Started by Jermain on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The thing to do is not to prevent spoofing of information, but to simply never: The original question was ambiguous....
Spoofing of what? HTTP is just a protocol for transferring data, it's not really something itself would be spoofed.
|
|
A while ago I had a query that I ran quite a lot for one of my users. It was still being evolved and tweaked but eventually it stablised and ran quite quickly, so we created a stored procedure from it.
So far, so normal.
The stored procedure, though, ...
Started by Unsliced on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In some instances SQL Server does a poor job at parameter... .
Yes, i think you mean parameter sniffing, which is a technique the SQL Server optimizer uses to try & figure out parameter values/ranges so it can choose the best execution plan for your query .
|
|
We are looking at ways of creating a network effects server. By this I mean a central server that will inspect all the packets on the network and apply logic (drop, delay, alter, etc) based on factors external to the actual network such as weather and...
Started by Erich Mirabal on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Note that any configurations that involves using a router to emulate TCP/IP and UDP and... .
It's basically a race between you and the legitimate owner of the IP address you're spoofing.
Spoofing is never going to be reliable.
They weren't.
|
|
I am looking to spoof UDP packets using Java. Are there any good Java libraries out there that allow you to create your own RAW SOCKETS?
Sorry, forgot the Java stuff.
Started by Javamann on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
See my question here
In Windows XP SP2 (and ... .
The relevant option is often called ASOCK_RAW.
It's usually part of the standard socket library on the platform, like Winsock or Berkeley sockets .
That is not something that requires a different library.
|
|
I am trying to find a way to obtain the real ip addresse(s) for a domain name. I'm working on a router doing traffic shaping with the use of iptables and tc . I then need to setup iptables rules for marking packets coming from certain domains, using their...
Started by Mulot on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Theoretically it is still possible to spoof....
This is especially important".
So, if you do a dig +dnssec and look for 'ad to protect against DNS spoofing is to use "source port randomization".
Like DNSSEC, spoofing is entirely possible.
|
|
Is there any way to spoof the user agent on Safari on the iPhone?
So for example, you would create an application on the iPhone that has the embedded Safari browser, however any website the user visits with this browser wouldn't know you were on Safari...
Started by eagle on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In this data request you can add a HTTPheader for User-Agent which will... .
By making your own data requests.
You would need to manually manage all requests.
It would require a bit of a work around to get it working .
Hi,
Yes I think you could change this.
|
|
This only needs to work on a single subnet and is not for malicious use.
I have a load testing tool written in Python that basically blasts HTTP requests at a URL. I need to run performance tests against an IP-based load balancer, so the requests must...
Started by Corey Goldberg on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you spoof your originating IP address, you will never get past the synchronization stage and no HTTP.
|