3kh0 / state-test

Ways to take state tests unrestricted
15 stars 3 forks source link

Texas #4

Open xlegends opened 1 year ago

xlegends commented 1 year ago

This is what we do in texas for our STAAR test. We first restart our pc, than we close all apps and we open a program called "TXSecureBrowser", essentially you can't run any other programs while taking the test. We type in our name, than a specific id (i dont know what it is for), than we put in the session id. We than click begin and we take our test that is shown.

xlegends commented 1 year ago

https://www.texasassessment.gov/secure-browsers.html download here

xlegends commented 1 year ago

It's exactly like the california tests, I assume it's the exact same.

xlegends commented 1 year ago

https://login6.cambiumtds.com/student_core/V94/Pages/LoginShell.aspx?c=Texas, got it myself lol

xlegends commented 1 year ago

It does know that your not using the secure browser, if you go to diagnostics it shows secure browser: false image maybe try coming up with a way to spoof your browser identity to secure browser?

retronbv commented 1 year ago
Browser.isSecure = function() {
        var clientSideCheck = null !== navigator.userAgent.match(/(CAI|AIR)SecureBrowser/) || -1 != navigator.userAgent.indexOf("SmarterAppSecureBrowser") || null !== navigator.userAgent.match(/(CAI|AIR)MobileSecureBrowser/) || -1 != navigator.userAgent.indexOf("SmarterAppMobileSecureBrowser")
          , serverSideCheck = !("object" != typeof TDS || "object" != typeof TDS.BrowserInfo) && TDS.BrowserInfo.isSecure
          , extensionCheck = !!window.AIRSecureBrowserExtension
          , chromeAppCheck = YUD.hasClass(document.body, "browser_airsecurebrowser");
        return clientSideCheck || serverSideCheck || extensionCheck || chromeAppCheck || Browser.isEdgeSB()
    }

in https://login6.cambiumtds.com/student_core/V94/student/Scripts/combined/tds_login_base.js looks interesting

VillainsRule commented 1 year ago

LOL why does it prioritize the useragent? i think you could do the same thing with a useragent spoofer, ill make docs on this later

xlegends commented 1 year ago

Yeah i dont know why it does that, lmk when you got the useragent spoofer working

retronbv commented 1 year ago

your school allow devtools?

xlegends commented 1 year ago

yup