Tagged Questions
The spoofing tag has no wiki summary.
17
votes
1answer
4k views
Detect UDID spoofing on the iPhone at runtime
Jailbroken iPhones get on my nerve as it taints some fundamental APIs on iOS, by using MobileSubstrate.
http://www.iphonedevwiki.net/index.php/MobileSubstrate
I believe many apps use UDID as a mean ...
11
votes
4answers
373 views
What is the most reliable way to hide / spoof the referrer in JavaScript?
Normally, the referrer is traceable through:
JavaScript's document.referrer
The request headers, e.g. PHP's $_SERVER['HTTP_REFERER']
I have set up a Codepad demo which shows these properties, for ...
7
votes
2answers
844 views
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 ...
6
votes
2answers
335 views
How to route TCP/IP responses through a different interface?
I have two machines each with two valid network interfaces, an Ethernet interface eth0 and a tun/tap interface gr0. The goal is to start a TCP connection on machine A using interface gr0 but then have ...
6
votes
4answers
215 views
Reason to use more cookies than just a session hash for authentication?
I usually hang out in a community that uses a bulletin board software.
I was looking at what this software saves as cookie in my browser.
As you can see it saves 6 cookies. Amongst them, what I ...
5
votes
1answer
891 views
Send Raw IP packet in C#, everything above the ethernet layer
I don't want to modify the ethernet portions of the frame, but I need to modify the IP packet and the data portion of the frame.
I try sending a raw frame and it still puts in the IP information. I ...
5
votes
6answers
982 views
How do you combat website spoofing/phishing?
What is your suggested solution for the threat of website UI spoofing?
4
votes
5answers
2k views
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
3
votes
2answers
185 views
Spoofing HTTP Referrer data using ASP.NET
Answers on here and various other sites are often full of warnings not to trust HTTP Referrer headers because they are 'so easily' spoofed or faked.
Before I go any further - no, I'm not up to no ...
3
votes
4answers
448 views
How can USB vendor ID and product ID values be spoofed on OSX?
We are considering using the vendor and product ID of a USB device (obtained via IOKit) to unlock certain features of an application. I'm aware that these values can be spoofed, but I'm not sure how ...
3
votes
1answer
490 views
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 ...
2
votes
2answers
58 views
How to confirm sender of an incoming email? [closed]
Possible Duplicate:
how to confirm email source
I would like to know how do email services such as Hotmail and Yahoo confirm that the "From" header was not spoofed. I mean, you didn't try ...
2
votes
2answers
220 views
Faking the battery info in my laptop
How one can fake the battery info in the laptop?
I am working on a tool that must fake the power of the battery in my laptop, this means that tool must force the battery or laptop to report low power ...
2
votes
2answers
406 views
preventing libpcap to capture the packets injected with pcap_inject()
currently thinking on a possibility to sniff at the same interface using only pcap and also inject the packets using pcap_inject.
The thing can be solved easily using either:
persistent checksum ...
2
votes
3answers
146 views
Restricting access to a site by IP
Is it safe to restrict access to a site by IP?
I know there is something called "IP spoofing" - does this mean that (under some conditions) IP restriction is not accurate?
2
votes
6answers
497 views
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 ...
2
votes
1answer
3k views
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 ...
1
vote
0answers
225 views
How exactly does IAP Cracker spoof in-app purchases?
I understand that IAP Cracker is built on MobileSubstrate which allows developers to inject their code into any app. My guess is that it uses this capability to override the StoreKit functions in ...
1
vote
3answers
27 views
How do I spoof an HTTP request to test a .NET Web Service
I have a web service that is running on a test instance in IIS. Unfortunately, certain requests to it cause it to throw basic errors like "Object not set to an instance of an object".
The people who ...
1
vote
4answers
135 views
MIME Type spoofing
Checking for mime type in php is pretty easy but as far as I know mime can be spoofed. The attacker can upload a php script with for example jpeg mime type. One thing that comes to mind is to check ...
1
vote
2answers
59 views
Can the “author” field on Nuget be spoofed? Can I trust the file's authenticity?
I'm browsing Nuget libraries from an author and see questionable content.. something that doesn't have the same quality as some of the prior work I've seen.
How do I know that the author of a Nuget ...
1
vote
2answers
194 views
How to spoof the user agent in a GET request using JavaScript?
How to spoof the user agent in a GET request using JavaScript?
This is not allowed:
xmlHttpRequest.setRequestHeader("User-Agent", "...");
...
1
vote
1answer
88 views
Detect spoofing of JavaScript files
Let's say I'm developing bunch of JS widgets that are intended to be embedded on any webpage (sort of iGoogle, Pageflakes widgets).
The client can embed the widgets by including a script tag:
...
1
vote
2answers
467 views
How to recalculate IP checksum with scapy? [closed]
Possible Duplicate:
How to calculate a packet checksum without sending it?
I've spoofed a source IP and MAC address in a captured packet, but now I need to recalculate the checksum so that ...
1
vote
2answers
69 views
How to detect automated agents that are coping the content of my site?
I notice that some sites are coping the content of one of my client's sites using automated agents. I want to detect their requests and show them a captcha code to prevent them from coping the site ...
1
vote
2answers
320 views
JSP validate user is coming from previous page
In my JSP webapp, i want to validate that a user is coming from a specific page of mine, http://myapplication.com/foo.jsp. On the page doing the checking, I could do:
String ref = ...
1
vote
3answers
390 views
Programmable usb host to host controller
Further to this question, I'm looking for a device that will allow me to connect two USB hosts, while still being fully programmable. I would like something that can do the following:
Masquerade as ...
1
vote
1answer
103 views
Is there a hack for loading content from domainA, serving it from domainB, and spoofing the http referrer to be domainA?
Part 1 of this question is the iframe problem.
You embed domainA/page.html in an iframe on domainB, and the http referrer will naturally be domainA.
So is the following pseudo javascript sufficient ...
1
vote
5answers
64 views
An Efficient way to store table ID in form so user cannot overwrite another table record
I am creating a website which has user accounts. For each user account, the user can do stuff like update their personal details, write a blog etc.
When the user wants to edit a blog, i have the ...
1
vote
2answers
395 views
Dealing with SMS Spoofing
I'm working on a web service that would use an SMS gateway to receive instructions from customers. Since this would be a commercial product I would like to implement a safeguard to protect our system ...
1
vote
2answers
1k views
Spoofing UserAgent in Opera
I'm trying to spoof Opera (under Linux) to be another browser, in this case iPad for some testing purposes.
Now I know sites can check which browser is accessing it using, for example, in PHP ...
1
vote
1answer
2k views
IP address spoofing using SharpPcap on C#
I will use SharpPcap framework to make my spoofing program, so I need to edit my machine's IP address of the packet with another IP address on the source address field.
I found some example on ...
1
vote
5answers
167 views
Using Clients IP as the Servers IP
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 ...
1
vote
2answers
110 views
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
1
vote
2answers
479 views
Risks in sending out high volume of emails over SMTP
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 ...
1
vote
3answers
2k views
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 ...
0
votes
1answer
30 views
Securing potential spoofing of Google OpenID details to requesting site
I'm probably missing something really silly, and missed it in the Google Federated Login documentation, but how is the Google OpenID login actually secure for the requesting site? How does the ...
0
votes
0answers
32 views
How does django comment framework's anti-spoofing work?
In django comment framework, the CommentSecurityForm contains a 'timestamp' and a 'security_hash' field for the purpose of 'anti-spoofing', besides the commonly used CSRF toekn. What safety value does ...
0
votes
0answers
89 views
IP spoofing with sockets in C#
I would like to ask, is it possible to spoof my IP address (source address) with every ethernet packet which I send just with sockets? (I dont care about receiving responses to my PC). If your answer ...
0
votes
3answers
116 views
ARP Spoofing/DNS Spoofing - difference [closed]
Is there a difference between ARP Spoofing and DNS Spoofing, or they are one and the same thing?
0
votes
3answers
149 views
Using cURL to download a site's HTML source, but getting different file than intended
I'm trying to use cURL and PHP to download the HTML source (as it appears in the browser) of here. But instead of the actual source code, this is returned instead (a meta refresh link set to 0).
...
0
votes
1answer
41 views
Facebook security - spoofing?
What, if anything, should I know about spoofing in regard to Facebook?
I was planning on logging users in with just their Facebook ID - no password. My assumption was that they would already be ...
0
votes
2answers
42 views
Security problem in a asp.net webpage
I am using a button to do postback
<asp:Button ID="SendButton" Enabled="True" Width="70" runat="server" PostBackUrl='<%# Eval("GroupName", "SendMessage.aspx?GroupName={0}") %>' ...
0
votes
2answers
24 views
Is there a way to enforce request origination with REST services
I have a set of REST services that I ONLY want my web application to consume. I do not want my users to be able to use their credentials and have the services consumed by a third party application ...
0
votes
0answers
248 views
TCP ACK spoofing
I am writing a program that fakes TCP requests and collects the data to store in a local buffer. For this, in the system connected to the client i have configured the iptables to keep all the incoming ...
0
votes
1answer
129 views
How Can I Modify/“Spoof” Standard Browser JS DOM Objects (Window.location) at Runtime?
I'd like to dynamically change some of the standard JS DOM objects from within a web browser.
For instance, when I execute:
var site = location;
I want to specify a new value for my browser's ...
0
votes
2answers
567 views
How to Spoof ip in java
How to change tcp information in layer 3 in java ?(ip spoofing) how to change layer 2 information ? is there any good library for it in java ? it need raw socket?
0
votes
2answers
98 views
Application Security Concerns: How easy is it to fake an IP-Address?
I am dealing with an application that is protected by a firewall and only allows access from certain IP-Addresses (which are application webservers).
Its a bit delicate and it would be much hassle to ...
0
votes
0answers
32 views
Redirect file read\write operations for external program
I have a program (without sources) that makes some read\write operations with file, name of which is hard-coded into this program (lets say "1.txt"). I need to make this program read\write data not to ...
0
votes
3answers
251 views
verify device phone number on android
i am writing an app that will use persons phone number (on a device) to identify the user on my network. what methods can i use to verify that the phone number retrieved from the device is real and ...