Tagged Questions
0
votes
1answer
33 views
asp.net forms authentication ticket tampered but still works
I generate a forms auth ticket with some user data, encrypt and send it to my client all using the standard .net Api. Everything works except for one small problem. If i replace the 0 in the auth ...
0
votes
2answers
247 views
Where is the “right” place to check if a querystring has been tampered with?
I want to add Querystring "checking" and logging in the case of any "tampered with" querystrings. Is the Page_Init event on a given page the right place to do that in the ASP.Net page lifecycle?
0
votes
2answers
114 views
Testing ASP.NET security in Firefox
I'm not sure whether this question belongs on StackOverflow or SuperUser, but here goes nothing...
I'm trying to test out some basic security problems on my personal ASP.NET website to see exactly ...
0
votes
6answers
596 views
How to tamper with source IP address on Windows
We meet a testing scenario which needs to tamper with source IP address of a Http request to simulate clients coming from different countries. Do you know any tool help on this?
Last but not least, ...
0
votes
4answers
246 views
Pass data from page to page safely
I am looking forward for a method to pass data from page to page safely and avoid as It's possible the tampering.
The best way to solve it, is to save the sensitive data on db server.
Or using ...