The tampering tag has no wiki summary.
1
vote
2answers
68 views
Tamper GET request parameter with Tamper Data in Firefox?
I am able to tamper post request parameter with Tamper Data in firefox i.e when i make
post request and i get the popup in firefox to change POST request parameters but in case
of GET request, i ...
0
votes
0answers
13 views
How to tell if image is forged from DCT Matrix
I'm wondering if it's possible to tell if an image is forged or not from the DCT matrix of a 8x8 block.
What tests do I have to run to determine this?
For instance say I have this block
_ ...
0
votes
0answers
38 views
Image Tampering Detection
I'm trying to create a program that will determine if an image has been tampered. It will do this using DCT. These are the steps I have so far, but I'm wondering if anybody can correct me or/and ...
0
votes
0answers
5 views
SSL or Oauth for Plugin — API communication?
I need someone to tell me where I should start , to complete a task I have. I'm looking for someone to point me in the right direction.
I am designing a Wordpress Plugin, and a REST API,that will ...
0
votes
1answer
43 views
How to repair a modified address bar with php
PHP newbie, I'm trying to make my site tamper proof. I want to reload the page url if somebody modifies the url in the browser address bar. One way I've thought of would be to store the page url in a ...
0
votes
1answer
65 views
Tamper data post parameters to prove the NULL pointer case ( JAVA JSP)
There was a NULL pointer exception occurred in production I am trying to replicate the run time exception in my local system. I am actually using the fire fox tamper tool to intercept the post ...
0
votes
0answers
11 views
Shielding yourself from Tamperdata Manipulation
I'm developing a website and I'm faced with this "TamperData" firefox addon, with which someone can easily alter form data after the Submit button has been clicked. How can I shield my website from ...
0
votes
1answer
229 views
Tool / Firefox extension to modify HTTP request header's verb
I am looking for a tool, ideally similar to "Tamper Data" (Firefox extension), that can not only tamper with HTTP request header values, but most importantly allow to modify the verb.
The point is to ...
1
vote
2answers
372 views
Check for missing (nonexistent / tampered) query string and redirect to a 400 BAD REQUEST page (WebMatrix / Razor syntax)
I can test query strings parameters:
Request.QueryString["value"].IsEmpty()
Request.QueryString["value"].Isint()
Etc.
But how can I avoid that there is no query string at all ?
In other words, I ...
0
votes
0answers
99 views
Test query string for tampering in WebMatrix
My URLs include query strings.
Example:
http://localhost:16838/auth/provideredit.cshtml?condoId=1&providerId=10
I want to test the query strings for "unhautorized tampering".
I already test ...
11
votes
2answers
1k views
iOS - Add “object's” to existing app (jailbroken)
How do you add "object's" to an existing app ?
For example, the EasyRefresh for Chrome tweak, enables a new button inside the iOS Chrome app, As do many other different tweaks.
How may i add a ...
0
votes
0answers
41 views
Generating signatures to prevent tampering with data with specific rules
So I want to create unique strings that represent the following:
I have four rules (I have encoded each rule with a number)
0 - The number can increase or reduce or stay the same
1 - The number ...
0
votes
1answer
201 views
Android: Detecting user tampering with phone
I'd like to detect when a user presses any hardware button on a sleeping android phone (or at least the home and the power button).
Until now I have used a BroadcastReceiver for the ACTION_SCREEN_ON ...
1
vote
1answer
244 views
sniffing and tampering requests and responses of web sites, how prevent?
i am working on security and other stuff about my web sites.
in my country online payments work like paypal.
mean you should pass some parameters such as Amount,MerchantID,ReturnURL,ResNum(OrderID) by ...
0
votes
1answer
325 views
Prevent data tampering in Response
While reading The Web Application Hacker's Handbook, I tried to make a small test on my own website (ASP.NET MVC3).
I have a model which it contains two fields, the first field is a disabled ...
2
votes
1answer
1k views
Cross-Site Scripting and Web Parameter Tampering prevention in Playframework
After launching our first public alpha release of http://wwww.trademango.com which is built with Play framework. I have been experience Web Parameter Tampering attempts being made by someone or ...
0
votes
3answers
926 views
How to pass data securly between web sites?
If I have a portal which i use to access other websites.
Say I have a portal A . And I wanna to access the website B.
If B needs some critical info to work like username . I wanna to pass these info ...
0
votes
1answer
165 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 ...
1
vote
1answer
216 views
Audit log (trail) tampering in databases
Lets say we have a application which has a database - MySQL, SQL Server, or Oracle, for example.
And let's assume that we have multiple people, like db and audit administrators, who have admin access ...
0
votes
1answer
76 views
What's the Best idea to implement an Anti Connection Tampering for .Net application
what's the best way to implement an anti connection tampering for my .Net application. for example, I don't want anyone to see what my application is sending to my server.. or at least encrypt the ...
4
votes
1answer
643 views
Rails 3 ActiveRecordStore session_id tampering
I am co-developing a simple web app in Rails 3.0.9 and I have realized that there is a possible session_id tampering possible via malicious request. Mind the fact, that this is my first RoR ...
3
votes
6answers
617 views
Prevent audit table tampering
We have audit table in our database.
Records to this table are done using triggers.
Currently, there is nothing that prevents user to log on to database server, open table from management studio and ...
0
votes
2answers
629 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?
7
votes
4answers
804 views
How “tamper proof” is the $_SERVER variable in php?
Would I be taking a big security risk by trusting the content of the $_SERVER variable array to get the name of php file using $_SERVER['PHP_SELF']?
0
votes
3answers
724 views
prevent url tampering in php
This is a test engine application with 5 papers set by me..as 5 php pages
Flow of the application
Login.html
check.php // to check whether credentials r right
if correct then
main.php //user ...
3
votes
6answers
766 views
Cookie vs storing user data in Database
I feel sorry, if this post isn't related here. If you feel this post is useless act according to your wish
My question is why don't we save the visitors(subscribers) cookie information in DB rather ...
4
votes
3answers
1k views
Tamper with first line of URL request, in Firefox
I want to change first line of header, modifying the method and/or URL.
The (excellent) Tamperdata firefox plugin allows a developer to modify the headers of a request, but not the URL itself. This ...
0
votes
2answers
213 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 ...
2
votes
1answer
214 views
Does signing an assembly or an exe with a digital certificate makes it secure against tampering attacks?
I tried creating a temporary certificate using makecert and creating a spc from the certificate using cert2spc. I signed some exe with the generated spc. I then use the binary editor in VS 2008 to ...
0
votes
6answers
1k 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
565 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 ...
52
votes
23answers
2k views
Detecting database tampering, is it possible?
Long time listener, first time caller.
'Say you have a database table that is responsible for logging user activity. The integrity of this log is important, so you want to be able to detect if ...
3
votes
1answer
2k 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
3answers
1k views
Python: encryption as means to prevent data tampering
Many of my company's clients use our data acquisition software in a research basis. Due to the nature of research in general, some of the clients ask that data is encrypted to prevent tampering -- ...


