I work in security and recently had a false positive happen where a certain word that was being tested occurred in the session id. Matching is not case sensitive.
The character ranges that can be used in the session id:
0-9, A-Z, a-z, +, /. (no comma or period)
The security check was looking for xPATH in the session id.
SESSION=XZAZlF8ob+19uDtNuFkiZEHWbjetuClHZqFkS5Hi4tmTlPVvRcmGqVNlI+rRl6W/kP3qy/kfODnTDhwYqwfBvyuEkl1Q5UU9bz7hHlU8ZEZVKsToB2LKi7K+CnRJnbFwBOQw5n14Frq21K60zM5tZe3jLW4b1MdBlgM0mIEqkXbpR6LTOtQa5+VD7834m0KFi7wrd16lR/Ph3zEfUVac5GJwppAKheREjeehq2q57ab57cUTrCWgV2piMdgJ+zAaQhABnVa5ZLy5snTtoGIK7Mpgez43E0/KfaHQNL/HLz56rkLTYZCt0WdJNeU+rzcDC1zPETSiIPc3lgv9NTPa3uw3vw+Y5UHqScm2Mfan+chOE5sYwHiZL7gxgCmjiSbD8+xDAtpEeQxPAtHYzyle7lSK0jsjsJlk1yK6+NGF6+k9U0XrlYQt9X0DikRSn4yHuvvIC5iRmLkukdQh4eTbjHSB8ydVECftsOKft14Cvx39zP226MrD5bGvKzICGEn;
Could someone help me work out the odds of this happening? (Not counting that it just happened to occur while this particular audit was done out of the many thousands of audits)
The character ranges that can be used in the session id:
0-9, A-Z, a-z, +, /. (no comma or period)
The security check was looking for xPATH in the session id.
SESSION=XZAZlF8ob+19uDtNuFkiZEHWbjetuClHZqFkS5Hi4tmTlPVvRcmGqVNlI+rRl6W/kP3qy/kfODnTDhwYqwfBvyuEkl1Q5UU9bz7hHlU8ZEZVKsToB2LKi7K+CnRJnbFwBOQw5n14Frq21K60zM5tZe3jLW4b1MdBlgM0mIEqkXbpR6LTOtQa5+VD7834m0KFi7wrd16lR/Ph3zEfUVac5GJwppAKheREjeehq2q57ab57cUTrCWgV2piMdgJ+zAaQhABnVa5ZLy5snTtoGIK7Mpgez43E0/KfaHQNL/HLz56rkLTYZCt0WdJNeU+rzcDC1zPETSiIPc3lgv9NTPa3uw3vw+Y5UHqScm2Mfan+chOE5sYwHiZL7gxgCmjiSbD8+xDAtpEeQxPAtHYzyle7lSK0jsjsJlk1yK6+NGF6+k9U0XrlYQt9X0DikRSn4yHuvvIC5iRmLkukdQh4eTbjHSB8ydVECftsOKft14Cvx39zP226MrD5bGvKzICGEn;
Could someone help me work out the odds of this happening? (Not counting that it just happened to occur while this particular audit was done out of the many thousands of audits)