Questions tagged [spoofing]

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.

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.

IP spoofing involves trickery that makes a message appear as if it came from an authorized IP address. In computer networking, the term IP address spoofing or IP spoofing refers to the creation of Internet Protocol (IP) packets with a forged source IP address with the purpose of concealing the identity of the sender or impersonating another computing system.

MAC spoofing is a technique for changing a factory-assigned Media Access Control (MAC) address of a network interface on a networked device.

E-mail address spoofing is an act of forging an e-mail header to make it appear as if it came from somewhere or someone other than the actual source. This technique is commonly used by spammers to hide the origin of their e-mails and leads to problems such as misdirected bounces.

Caller ID spoofing is the practice of causing the telephone network to display a number on the recipient's Caller ID display that is not that of the actual originating station.

A GPS spoofing attack attempts to deceive a GPS receiver by broadcasting a slightly more powerful signal than that received from the GPS satellites, structured to resemble a set of normal GPS signals. These spoofed signals, however, are modified in such a way as to cause the receiver to determine its position to be somewhere other than where it actually is, specifically somewhere determined by the attacker.

324 questions
2
votes
1 answer

spoofer.js: An unexpected error has occurred, should I be concerned?

I am usinng Firefox version 105.0.2 (64 bit), and noticed that for every single page I visit, in the Dev Console there is an error: Error: An unexpected error occurred spoofer.js:1:38935 Link to the full code: https://pastebin.com/GhiEvqfg The…
Ymi
  • 609
  • 6
  • 18
2
votes
0 answers

Nic address spoofing driver doesn't work after restart

https://github.com/btbd/hwid/blob/master/Kernel/main.c VOID SpoofNIC() { SwapControl(RTL_CONSTANT_STRING(L"\\Driver\\nsiproxy"), NsiControl, NsiControlOriginal); PVOID base = GetBaseAddress("ndis.sys", 0); if (!base) { printf("!…
iouvxz
  • 89
  • 9
  • 27
2
votes
2 answers

Where I can find the DNSSEC values at Google Cloud DNS?

I am looking for the DNSSEC values (Key tag, Algorithm, Digest Type, and Digest) in Google Cloud DNS so that I can create a DS record for my domain in Google Domains.
Mikep
  • 21
  • 1
2
votes
3 answers

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 not spoofed. i came up with two methods to do it…
android-developer
  • 1,574
  • 4
  • 20
  • 27
2
votes
1 answer

How to write the correct SPF TXT record for a forwarding domain

I have a forwarding domain (forwardingdomain.org > actual-website.org) for which I have email forwarders set up. To reduce spamming/spoofing of my email forwarders, I would like to set up a correct SPF TXT record in the domain’s DNS. I have an SPF…
2
votes
3 answers

CASIA face anti-spoofing database

Does anyone know where I can download CASIA face anti-spoofing database? This dataset was release with the following paper. PS.: I tried several links, the URL was removed and there was no response.
RHV UFC
  • 304
  • 2
  • 14
2
votes
1 answer

Postfix - only allow to send mail as logged in user

By default, Postfix allows sending as another user when logged in, even non-existent ones. To reproduce: I have postfix running with STARTTLS and authentication enabled. Connect to the MTA with openssl s_client -starttls smtp -connect server.com:587…
Kevin C
  • 4,851
  • 8
  • 30
  • 64
2
votes
1 answer

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 to protect domainA from being embedded in an…
Nicholas
  • 3,286
  • 5
  • 27
  • 35
2
votes
1 answer

ARP Spoofing using python scapy not working

I had done ARP spoofing successfully using scapy python code. The mac address in target's pc for gateway has been changed to my pc's mac address and mac adres of target pc in router's cache has been chnged to my mac addres. Now I want to forward…
2
votes
1 answer

How to create a Zone File SPF record for my customers to lookup when using our email service

Assume my ip address is 222.222.222.1 222.222.222.2 and my domain is mydomain.com I wish to send regular emails on behalf of my customers domain from my servers. (relaying/spoofing) hence my customers will need to enter my SPF include text into…
TheArchitecta
  • 273
  • 2
  • 17
2
votes
0 answers

Routing an HTTP request through remote host

I'm curious is it possible to route an http get request through a remote host, which is not on a local network and behind a router? So the source ip address of the http packet will have a remote host ip adress, I don't need a reply from a final web…
2
votes
1 answer

Fake a client camera for a web application in the desktop browser

I'm testing a web application, where I came across a button. This button is supposed to start the client's camera application and then allow the user to upload a photo. As I am testing from a virtual machine, there is no camera application and…
SaAtomic
  • 619
  • 1
  • 12
  • 29
2
votes
1 answer

Jmeter: IP spoofing not working

To test IP Spoofing I am following below steps: Open CMD and do nslookup www.xyz.com.asdfg-staging.net This will give the IP address , add this IP address at the bottom of hosts file.Here C:\Windows\System32\drivers\etc Open Jmeter and add this IP…
paul
  • 4,333
  • 16
  • 71
  • 144
2
votes
1 answer

How to hide my real IP address?

I want to read data from a website but blacked my real IP address I want to use IP list to read data : proxy list 1 proxy list 2 I am test this way to hide my real IP address and my IP address not exists in header but target website find my real…
Fadakar
  • 509
  • 1
  • 5
  • 21
2
votes
1 answer

Changing the source IP address when sending a UDP message in node.js

Is there a way to manually set a different source IP address when sending a UDP packet (IP spoofing)? I built a UDP proxy that manually filters some packets that are being sent by third-party clients, and then proxies the right ones to a different…
Mark
  • 67,098
  • 47
  • 117
  • 162