Questions tagged [urlhacks]

7 questions
2
votes
9 answers

How would you design a hackable url

Imagine you had a group of product categories organized in a nice tree hierarchy and you wanted to provide hackable urls to browse these. You could do something like this /catalog/categorya/categoryb/categoryc You could then quite easily figure out…
TheCodeJunkie
  • 9,378
  • 7
  • 43
  • 54
1
vote
1 answer

Is a Modification Number to mask an Id in a query string necessary?

My coworker is insisting that the use of a global modification number to mask query string IDs is a good idea. public static readonly int ModificationNumber = 9081234; And Elsewhere: _addressID = Convert.ToInt32(Request.QueryString["AddressId"]) -…
personaelit
  • 1,633
  • 3
  • 31
  • 59
0
votes
0 answers

In Salesforce Classic using url hack button field is not prepopulating if its not added on Page layout, If its present on page layout its populating

{!IF($User.UIThemeDisplayed="Theme4d", URLFOR('/lightning/o/Opportunity/new?defaultFieldValues=AccountId='+Account.Managed_by_Sales_LocationId__c+',BSL_Account_Id__c='+Account.Id+'&recordTypeId=012D00000002rUgIAI&nooverride=true&backgroundContext=/li…
0
votes
2 answers

Get parameter from url standard objects

I created a custom button(URL) on Opportunity object, that redirects me in a visualforce page to create a new Task. I am trying to get the values of parameters from URL to per-populate some values from opportunity, but it is not working. I am not…
ana ajazi
  • 1
  • 3
0
votes
1 answer

Redirecting custom button URL based on User Role/User Public Group membership

I need to add some URL parameters in the Send Email button in Email related list in Case detail page. I have added a custom detail page button with execute javascript. Below is the button code. var loc; var uRoleId =…
MaxPyne
  • 17
  • 5
-1
votes
2 answers

modifying url to display more results per page

How would one find out if it's even possible on specific site? For example https://forums.eveonline.com/default.aspx?g=topics&f=257 There are many more sites where I wanted to display more results per page but option is not available.
-1
votes
2 answers

Hacked. How can a hacker get to the individual-url (token) of my users?

How would you think a hacker is doing the following, and how would you prevent (looking for some helpfull links, keywords or assessment of the sitution)? Their is a website where users can register and get an invitation Email. The invaitation link…
wolfrevo
  • 1
  • 2