Tagged Questions
3
votes
1answer
1k views
Using Python Mechanize like “Tamper Data”
I'm writing a web testing script with python (2.6) and mechanize (0.1.11). The page I'm working with has an html form with a select field like this:
<select name="field1" size="1">
...
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 ...