spoofing

How do you combat website spoofing/phishing?

What is your suggested solution for the threat of website UI spoofing? ...

How do you spoof HTTP_REFERER?

I need to try and spoof the HTTP_REFERER passed my another page so that in the destination page, I can determine of the request is coming in from the "right" page and perform appropriate logic. How do I do that in JavaScript (AJAX)? Can I do that in ASP.Net? TIA rams ...

Can you use ARP-Poisoning (spoofing) to apply simulated external effects?

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 line-of-sight. This is all to do with running simulations of multiple real-world ent...

C# Spoof process owner

Is it possible in C# to spoof the owner of a process? Lets say my process name is "Game.exe", when the user runs it, it shows up in process list as Game.exe UsernameHere Is it possible to spoof that UsernameHere part? ...

What is the best way to make TCP and UDP packet spoofing and injection?

Hy folks, I'm kinda new to low level networking. I need to intercepts all TCP/UDP packets and potentially filter or substitute them with new ones. What would be the best way to intercept these packets and inject new one? I'm only targeting Windows platforms. ...

Spoofing the user agent of an embedded Safari browser on the iPhone?

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 on the iPhone, it would think you are on something like Safari on a PC, or even IE/Fi...

Risks in sending out high volume of emails over SMTP

Hi, What are the risks, if any, of sending out massive amounts of emails over SMTP? Specifically, this question is regarding the risks of being labelled/blacklisted as spammers of spoofers. Our mails are legitimate, however. Our system needs to send out reminders to our corporate users on a daily basis, which may number into the thousa...

How to determine if a user accessing your website is not a bot?

I know that user agents are one indicator, but that's easy to spoof. What other reliable indicators are there that a visitor is really a bot? Inconsistent headers? Whether images/javascript are requested? Thanks! ...

Postfix anti spoofing filters

Hello, I have applied the following filters (milters) in my Postfix incoming mail server: DKIM milter SenderID milter SPF policy. All three append headers in the received e-mail regarding their checks. I want to know how much protection do these provide me against spoofing and do i need something more? Thanks in advance. Ashish ...

Sneaky SEO Solution

Hi all, not really a problem more of a question. If you could tell the difference between google bot and other users browsing your site, and then you load different content in depending if it is one or the other, is there anyway google could find out? After all, they don't send a human to visually check things. ...

spoofing e phishing

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 ...

Using Clients IP as the Servers IP

Hi All, This might be one of those "huh, why?" questions, but I figured it would be worth the try. How would one, from a server-side application, use the clients IP address as the applications IP address to another website? The basic idea is that any work the server side application does, is seen as the client itself doing the work, an...

PHP web site that restricted access to specific country

Since IP can be spoofed, how can one build a PHP website that correctly identifies the visitor's country? ...

How to prevent HTTP Spoofing?

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 ...

xmlhttprequest to spoof referer then redirect to another page?

Hello, I've created some code using curl (PHP) which allows me to spoof the referrer or blank the referer then direct the user to another page with an spoofed referrer. However the drawback to this is the IP address in the headers will always be the IP of my server, which isn't a valid solution. The question; Is it possible using cl...

How does Google Analytics prevent traffic spoofing

We want to embed an ajax style service into a number of our websites each with a unique api key. The problem that I can see is that because the api key is stored in the javascript file the user could potentially take the key, spoof the http referrer, and make millions of requests to the api under that api key. So I am wondering how Goog...

Detect forged IP address?

How do you detect if the IP address for data received via a web form has come from a spoofed IP address? If detection is possible in PHP, is there a library that will also attempt to find the real IP address? ...

C# HTTP Headers crafting

Since Http Headers can be crafted and customize, how would I change or modify the IP part of it using C# 's HttpWebRequest class. In other words, how can IP Spoofing be done using C#. Thanks for reading. ...

IP address spoofing

Is it true if I want to make ip spoofing program I need only a program that can change my machine ip address??? if true how can i use System.Net - IPAddress Class to set the ip address .... ...

making IP address spoofing using sharp-pcap on c# ???

I will use sharp-pcap framework to make my spoofing program so I need to edit my machine IP address of the packet with another IP on the source address field I found some example on sharp-pcap project but I don't know how can I edit or change the source address field of sending packet here sample code for sending random packets: byte...