Questions tagged [spoof]
44 questions
1
vote
0 answers
Changing the Date object timezone
Is it possible to change the timezone on the actual Date object. I don't mean to convert the timezone or anything like that, I mean when any successive calls to new Date() or other Date objects are made it will be spoofed by an offset and the String…

Anters Bear
- 1,816
- 1
- 15
- 41
1
vote
0 answers
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 packets to a queue before routing. Then i use…

snibu
- 581
- 4
- 16
1
vote
1 answer
Ettercap : Is it possible to use redirect all HTTP website with DNS Spoof?
As my title says, I'm trying to use Ettercap for DNS Spoofing. I put the name of the website that I want to redirect in etter.dns and it works well. But now I would like to redirect all HTTP websites.
Do you know if it's possible?

Léo Dunand
- 91
- 8
1
vote
0 answers
Receiving Email with any E-mail Address
I am aware about spoofing and it is possible to send an E-mail using any address you wanted.
My question is: Is it possible to receive an E-mail using any address you want?
Example: I received an E-mail from iamhimATprivatedomainDOTcom, that has…

Ir Tam
- 21
- 1
- 5
1
vote
2 answers
How to mock location without enabling setting
I am looking for a way to be able to mock location without needing to use ACCESS_MOCK_LOCATION. I know that I need to have root, move app to the system. But when "allow mock location" setting is disabled, the app just crashes even when it's in…

Piaer
- 11
- 1
- 1
- 3
1
vote
4 answers
How much effort does it take to spoof an Ip Address in a call to a webservice?
I don't want to know how... Just how complicated....
I'm thinking of securing a webservice or 2 based on the incoming client ipaddress of the caller. Is this in any way secure?
Surely if the IPaddress was being spoofed then the result would have to…

Rory Becker
- 15,551
- 16
- 69
- 94
1
vote
2 answers
How to spoof a java package (and thus a part of the API) in OSGi?
Is it possible to spoof a part of the standard Java API, by exporting your own bundle that replaces this API? Of course with the same interfaces.
Would it then be possible for other bundles, not to notice that actually they aren't using the java…

Falx
- 185
- 8
1
vote
0 answers
BjyAuthorize Deny All, Super User, User Spoofing
I'm building a web system with no public views (except for login fo course).
So far, I got Bjyauthorize running with zfcUser, what I would like to do is:
1) Guard all routes but the login, so I don't have to be writting guards for every single page…

Gabriel Acosta
- 111
- 1
- 7
1
vote
1 answer
Google results have correct link to site, but title is ad for cigarettes. Code hasn't been changed
I help maintain a website for a church and we have just noticed that our Google results have somehow been spoofed. The result and links point to the church's website, but the text descriptions are all wrong. I have checked the actual code of the…
user1559940
1
vote
4 answers
How to spoof a click in jQuery
I want to try and find a way to spoof a click with jQuery/Javascript.
Basically I have an image wrapped in an tag. When I click this I want the browser to think it has clicked a different link and run that instead.
I have lightbox activated on the…

Antonio Moore
- 930
- 4
- 14
- 21
1
vote
1 answer
how to spoof arrow keys to my activity on android
I am trying to override the volume buttons to act as Up/Down arrow keys (i.e. they should move focus around on all of my activities focus-able Views.)
To do so I am overriding my activities dispatchKeyEvent() method note that I also tried…

FoamyGuy
- 46,603
- 18
- 125
- 156
0
votes
0 answers
Change/spoof JSON manifest for android app
I need to use old version of apk and i wonder if there is a way to change respond from website that is hardcoded into app. App connect with some website and there is path with websiteurl/update/project.manifest/ It is simple plain text which…

Pokrzywnik
- 1
- 2
0
votes
1 answer
Spoof calling SDK for native iOS
Hello is there any API or SDK available for spoof call function in iOS ? As I need functionality where dialer add his own number and receiver number. The receiver will receive call from those number which added by the dialer (spoof number/ any…

Yash ajabiya
- 134
- 2
- 8
0
votes
1 answer
scapy and netfilterqueue dns spoof not working
I've been following a course on Cybersecurity and I'm currently trying to make a DNS spoofer work. The idea is that each time the target (this same computer) tries to go to www.google.com it goes to the apache server instead. But the only thing it…

SSeb
- 7
- 3
0
votes
2 answers
Spoof navigator properties in chrome selenium webdriver
I am trying to automate some tasks on a website using chrome selenium. I spoof the navigator.webdriver based on this post. How to spoof other properties of navigator like: deviceMemory, hardwareConcurrency, maxTouchPoints? I am using Selenium in…

Luận Võ Văn
- 88
- 2
- 9