Tagged Questions
The spoof tag has no wiki summary.
4
votes
3answers
89 views
prevent API “spoofing” or “hacking”
I have created this web app and I created have this API. For the sake of this example, let's keep it simple:
My app needs to know how many "credits" the user has.
The api has a call get_credits ...
4
votes
1answer
78 views
C# accessing iPhone built webpages
I am trying to accessing webpages in C# which are built specifically for iPhones. I have discovered that you can spoof the user agent to be "Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) ...
2
votes
1answer
119 views
Spoof JS Objects
I've been wondering if there is a way to spoof JS objects like navigator, screen, etc. to send fake data whenever a page request it.
I use C# to develop an application which contains a GeckoFx ...
1
vote
2answers
78 views
Can Request.UserHostAddress.ToString() be spoofed ? asp.net 4.0 - iis 7.5
I am getting the visitors ip with this method Request.UserHostAddress.ToString()
Are there any chance that it can be spoofed or used for sql injection. What are the risks and possibilities. thank ...
1
vote
1answer
533 views
How do I use cURL & PHP to spoof the referrer?
I'm trying to learn cURL with PHP to spoof the referrer to a website.
With the following script I expected to accomplish this...but it seems to not work.
Any ideas/suggestion where I am going ...
1
vote
2answers
379 views
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 ...
1
vote
1answer
612 views
Is it possible to spoof IP behind NAT?
Is it possible to spoof the source IP if I'm behind a router that is using NAT?
If not, how do botnet programmers manage to make a SYN flood from their slaves? Don't most home/business networks use ...
1
vote
4answers
1k views
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 ...
0
votes
0answers
52 views
Spoofed Mobile User Agent, Visited m.youtube - Can't play video. Need JQuery cmd to overcome SWF dependancy
I'm trying to work out how to play a video on m.youtube whilst visiting the page from a desktop browser spoofing a mobile device.
I have spoofed the user agent, although its impossible to click play ...
0
votes
0answers
24 views
How to let Snort alerts abnormal traffic if PC from Internal Network send HTTP request to Internet using spoof source IP?
All server machines in my network are assigned with different VLAN. I have a port mirror setup in the core switch and connect to Snort PC. Recently I found out some suspicious traffic in my firewall ...
0
votes
1answer
462 views
Disable / Check for Mock Location (prevent gps spoofing)
Looking to find the best way to prevent / detect GPS spoofing on Android. Any suggestions on how this is accomplished, and what can be done to stop it? I am guessing the user has to turn on mock ...
0
votes
0answers
249 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
0answers
255 views
How to redirect outgoing TCP/UDP packets? [closed]
I'm using windows + winsock.
Is it possible to reroute an outgoing UDP ip address?
ex. 85.84.83.82 ---> 192.168.0.102
And make the computer think the incoming address is the remote address.
ex. ...
0
votes
1answer
2k views
Spoof or fake location on Android phone
I've been trying to get this to work for a few days without success. Basically, I'm writing a small test app to make the phone report it's position as somewhere else using addTestProvider and ...
0
votes
3answers
600 views
Game Server: Broadcasting UDP packet over Internet?
A friend of mine made a small LAN-playable game, and ask me to change it, so it could be playable over the Internet. I don't want to make huge changes on the client application.
When a game is ...