In networking, the term 'spoofing' is used to describe a variety of ways in which hardware and software can be fooled. There are various kind of spoofing such as IP spoofing, MAC spoofing, E-mail address spoofing, Caller ID spoofing, GPS Spoofing etc.
-1
votes
2answers
85 views
PHP form spoofing code [closed]
I have the following code which should prevent form spoofing. A token is used to match and ensure that the form submitted is from that page..
if (isset($_POST['Submit'])) {
if ...
0
votes
1answer
59 views
Can't delude host command with DNS spoofing
I recently discover the raw sockets and I currently trying to capture a DNS packet (with the libcap library) sent with the host command and to reply to it before the DNS server with a wrong address. ...
-1
votes
0answers
21 views
Spoofed Parent Class added through uncaught Exceptions [closed]
I read a research paper named as "Aspect-oriented security and exception handling within an object oriented system" in which he mentioned that If an exception occurs in lower level class and is not ...
-1
votes
0answers
39 views
How do I clone my PC's MAC Address in order to connect to a wifi network [closed]
Ok I have my laptop and I want it to connect to a wireless network which allows only certain MAC Ips , so what I did is got the LAN connection of that connection went to properties, advanced network ...
0
votes
1answer
27 views
Change IP in Packet request Rails
I am creating a web application that parses through different websites, for example if you search for "stackoverflow" on the app we will search multiple websites, google, yahoo, bing, stackoverflow ...
1
vote
1answer
43 views
Specify Custom IP in HTTPWebRequest [duplicate]
is it possible to change orginating IP in HTTPWebRequest C# and provide any Custom/fake IP?
1
vote
1answer
56 views
How do I spoof a host locally (for testing)?
Is it possible to spoof a host for testing?
The site that I'm working on is set up to detect the requested url and render branded assets. So for instance, www.aaa.com and www.bbb.com both point to my ...
1
vote
2answers
59 views
PHP form spoofing and validation
I've been reading about form spoofing and just couldn't understand why is it so important to prevent it when we can assure that the passed value(s) are properly validated? Perhaps I'm missing ...
0
votes
0answers
37 views
Using jpcap to forge an ARP request
I there a way to use JPCAPto forge ARP Packet and change its data content if so how ? if not please tell me of a way?
does WINPCAP provide this functionality ? so i can use JNA/I.
0
votes
0answers
175 views
Can I spoof an IP with cURL PHP knowing I won't receive a response back?
I want to test a IP tracking of form submission. I am writing the IP of every HTTP POST to a database but I am on a network with just one IP so it's a bit difficult to test accurately.
Can I send the ...
0
votes
1answer
45 views
How do I send HTTP request on behalf of some other machines in my local network?
I have a local network, I can monitor all traffics there. Bandwidth for each user is limited, and usually all computers are NOT using their total bandwidth. So, if I can find a way to send requests on ...
2
votes
1answer
157 views
How can I prevent external entity from rejecting emails from a test server?
I am currently working with a client that allows users to generate emails, which are sent to the client's mail server, where they are parsed, content language is added, and they are resent to the ...
0
votes
1answer
34 views
How to force all request to come from my website to avoid spoofing using Apache
My website got spoofed, and I don’t want other domains to get my site info/data through http requests anymore.
How can I deny all request that came from outside my website?
Thanks!
0
votes
1answer
50 views
How to force all request to come from my website to avoid spoofing in RoR 3.2
my site just got spoof.
I'm using RoR 3.2.11 and I installed the rack-rewrite gem.
I created the /middleware dir inside /app and I created a .rb file inside.
Now, how should I write the rule to ...
0
votes
1answer
78 views
Spoofing an echo reply
Given that I'm on a local network, if I can capture a ICMP echo request packet, and considering that I want to spoof a echo reply, what part of the original packet would I need to change supposing I ...
0
votes
3answers
111 views
HTTP Spoofing?
I have two questions:
1) In PHP, when a programmer uses the "REMOTE_ADDR" variable to get the IP address of the web client, that IP address is taken from a field in the HTTP header? Or from where?
...
1
vote
0answers
19 views
Can callback channels be spoofed?
When users first connect to my sessionful service, they provide a user name in the form of a string. If multiple users have provided the same user name, the server appends all new users with a number ...
0
votes
1answer
78 views
How spoof source address in Ruby?
I am working on a small piece of code that will just receive UDP SNMP traps, and forward them to multiple locations, but the source address information needs to be intact. Otherwise all the traps ...
0
votes
2answers
185 views
What is the actual use of mac address on internet?
I was learning about spoofing attacks and now confused on IP and MAC addreses. I learned that every packets(TCP, ICMP, etc..) send from a computer have an Ethernet header which contain mac address of ...
3
votes
1answer
54 views
Spoofing .net assemblies and discuss about a previously posted note
I searched for proctecting .net assemblies from spoofing and found this post very useful. However, I see a very clear contradiction in the post. In one point it is stated that strong name is not ...
1
vote
2answers
671 views
Html Agility Pack, Web Scraping, and spoofing in C#
Is there a way to spoof a web request from C# code so it doesn't look like a bot or spam hitting the site? I am trying to web scrape my website, but keep getting blocked after a certain amount of ...
0
votes
1answer
127 views
Preventing an iOS app from getting mock locations
Is it possible to make sure that GPS positions an iOS app is getting are real, and they are not fake locations illegitimately provided somehow, for example, by means of another app such as ...
1
vote
0answers
96 views
IP Spoofing for peer to peer connections over Cellular ISP
For Voip purpose, I'm looking to ways to create a peer to peer connection.
I already use a STUN-like server in order to connect 2 peers together. It works great for most NAT, but as expected, this ...
1
vote
5answers
158 views
Links that don't pass referrer
I want to create a list of links opening the targets in new tabs from my private page and I don't want the referring URL to be passed on.
I tried the following method, but it didn't solve the problem:
...
0
votes
1answer
218 views
Winpcap packet forwarding. Java wrapper
I am trying to build a winpcap application capable of sniff traffic of a target host within a switch-based LAN.
To carry out this, I am trying to perform a arp spoofing. This way, messages between ...
5
votes
2answers
217 views
Preventing spoofing of remote server with PHP & cURL
I'm writing php script that is requesting confidential data from remote server.
I'm using cURL to get remote server's certificate information (for its output please below).
Which array keys I need to ...
5
votes
1answer
539 views
Spoof IP with Perl LWP
I need to write a little piece of code to simulate traffic from different source IP addresses and I'm wondering if that can be done by spoofing the addresses with Perl?
I tried Net::RAWIP and that ...
0
votes
1answer
772 views
cURL request on a page requiring JavaScript support
I need to get the HTML source of pinnaclesports.com. The problem is it detects whether cookies and JS are enabled and if not, it just returns some page saying
This site requires JavaScript and ...
0
votes
2answers
213 views
How can I dynamically set the source IP address when my machine makes a DNS query?
PushToTest does performance testing for Social/Mobile Web apps. For example, We used 20 AWS EC2 c1.medium instances to generate 50,000 user transactions in a 10 minute period.
Our TestMaker software ...
1
vote
1answer
31 views
Can a third party spoof packets to interfere with already opened connections?
Here is the scenario I have in mind.
Computer A is a server that clients connect to, but the clients must pass a ban check.
Computer B is a server that acts as a ban aggregator. Bans from multiple ...
0
votes
1answer
338 views
ARP reply packet does not update ARP cache on Ubuntu
So after I have played with the Network Spoofer developed by Digitalsquid (http://digitalsquid.co.uk/netspoof/), I have been trying to get a better understanding of its internal working by writing a c ...
0
votes
0answers
33 views
GPS Signal Strength [duplicate]
Possible Duplicate:
How to measure GPS signal strength on Android?
Is there a way to measure or determine the strength (and perhaps further propoerties) of the gps signal for each gps ...
1
vote
1answer
145 views
XSS prevention on CDN hosted scripts like jQuery
[Edited:]
If a client visiting my website which serves jQuery over Microsoft's CDN network gets his/her DNS spoofed with the attacker mimicking Microsoft's CDN. In such a case, in theory the attacker ...
-9
votes
1answer
230 views
Packet Crafting in C/C++ [closed]
I have been doing some network programming stuff from last few days.
Want to know about crafting raw packets in c++/c and more specially crafting http packets.
Any example code would be useful.
...
0
votes
1answer
102 views
Mac spoof HTTP response
If a program sends a http request, is there a way to spoof the data returned by the request?
For example:
Program that sends name to server to check for permission: ...
0
votes
0answers
146 views
Protecting PHP Mail / Contact Form
Ah the joys, 9 million pieces of advice, guidance and code and not one agrees with another. So I'm trying to get to the point at which I can be confident that the way I've chosen to protect my contact ...
2
votes
2answers
278 views
How to prevent other user to change gps location and Location updates called every small interval (say 3 seconds)
I've seen some application like gpsspoofer and fake gps apps that set location to spoof wrong location but my app to get right location please give suggestions.
My another problem
...
0
votes
0answers
330 views
MiTM SSL using ettercap for OSX 10.7.2
I'm trying to run ettercap for my mac OS X 10.7.2 for demonstration purposes , I managed to install it , and it seems that I can spoof HTTP but not HTTPS .
I uncommit the following on my etter.conf, ...
0
votes
0answers
528 views
C# webbrowser user-agent spoofing issue with windows xp and ie8
private void button1_Click(object sender, EventArgs e)
{
webBrowser1.Navigate("http://useragentstring.com/index.php", "_self", null, "User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; ...
1
vote
1answer
513 views
Spoof source IP/Port with DatagramPacket
Is there any way to spoof the source IP/Port of a DatagramPacket object in Java?
-1
votes
1answer
127 views
Is spoofing attack possible in RS232 communication?
I am a rookie in network security field. I am eager to know if it is possible for a spoofing attack on a serial communication like RS232?
0
votes
1answer
98 views
How can I distinguish “my” spoofed traffic from normal traffic?
I'm sending spoofed packets from a server to a client. My goal is to replay original traffic (say, traffic from google.com) from a different machine to the same host.
Therefore a packet sent by my ...
1
vote
1answer
1k views
DHCP Server to Redirect any url to landing page
I have a linux DHCP server which I need to redirect all web traffic to a landing page which will have instructions on how to register their computer on the network.
No matter what URL a user types ...
-4
votes
2answers
398 views
IP spoofing in socket programming [closed]
I want to do a project on SYN flood. I got source code from this site. No bugs, runs properly. But it cannot spoof ip for each request.
1
vote
1answer
327 views
Prevent spam from my form
I want to create a send to a friend form and not have it be used for spam.
I have searched the web and found these sources useful
...
3
votes
2answers
289 views
How can javascript (or a browser extension) detect the use of restricted functions?
I'm developing a scripting extension, similar to Greasemonkey or Chrome's content-script engine. This extension will allow script writers to do very dangerous things like access local files.
If I ...
19
votes
3answers
2k views
How to detect the original MAC address after it has been spoofed?
We are using the following code for retrieving active MAC address of a windows pc.
private static string macId()
{
return identifier("Win32_NetworkAdapterConfiguration", "MACAddress", ...
1
vote
1answer
315 views
App_id spoofing and misuse
Sorry if this is too basic a question for this forum but it's been playing on my mind for a while so I tried it out. I used the IMDB app_id and a spoof URL, image etc and it came back with an error ...
2
votes
2answers
526 views
How to confirm sender of an incoming email? [duplicate]
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 ...
4
votes
1answer
3k 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 ...
