Sign in to follow this  
Plоt

thread closed - staffs pls delete

Recommended Posts


[thread colsed]

Share this post


Link to post
Share on other sites

It's easy to tamper with data on the client side and you're fighting a losing battle. if you need to protect the integrity of your application, traffic, data, anything, you must do it server side. Period.

Share this post


Link to post
Share on other sites

It's easy to tamper with data on the client side and you're fighting a losing battle. if you need to protect the integrity of your application, traffic, data, anything, you must do it server side. Period.

 

Well even though, .NET is highly vulnerable in terms of unpacking.

So you could basically "bypass" the login system if you're using PHP requests and stuff like that.

Share this post


Link to post
Share on other sites

It's easy to tamper with data on the client side and you're fighting a losing battle. if you need to protect the integrity of your application, traffic, data, anything, you must do it server side. Period.

 

Well even though, .NET is highly vulnerable in terms of unpacking.

So you could basically "bypass" the login system if you're using PHP requests and stuff like that.

 

You cannot bypass the authentication and authorization if it occurs server, side short of exploiting unpatched vulnerabilities and compromising the server itself. That's like saying you can write some special client that will bypass Google's auth/login servers. Not happening.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this