Java Script + HTML expert to help me find solution generating a parameter -- 2
Budget: $30 – $250 USD
Requirements:
install Firefox browser
install user agent switcher and manger extension : https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/
add this user agent in the extension options and choose it : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/637.36 (KHTML, like Gecko)" to be able to view the google V1 old form
go to this LINK : https://accounts.google.com/signup?hl=en
1 - google will ask you to enter your info in the form
enter those info in the form : //
random info's
any random recovery mail
mobile : leave it*
location : leave it* default
Gender : Male
ok ,
open inspect element or F12,
search for #bgresponse in the HTML code, you will find that the value* is "JS_disabled"
ok , just click "next step in the form page"
you will see popup window to accept the terms , wait here, don't click agree*
just keep in the same page and inspect the page one more time and search for #bgresponse again,
you will see that the web page generated or rendered a long code of #bgresponse when you clicked "next step"
my project is : i want to know how to generate that value with JS or know the used algorithm or source code, to generate it with python or JS code manually,
because we will use it in the next HTTP request when we click "agree", otherwise the server will return bad request, and if we sent random bgresponse code or leave it empty then the request will pass but it will generate bad verification "sft" token and will not send the OTP in the next page "phone verify form"
* Note : that the bgresponse code will expire it have a timestamp and it's linked with the "--HOST-GAPS cookies" and the info you entered in the form such as : "first name, last name, IP address, password, recovery email"
if we extract the bgresponse code and used a deferent or random info instead of that you used in the form previously, then the server will return a bad response and will not pass and it will generate broken "sft" phone verify token.
* don't use selenium or browser automation techniques for this please , i need to know the JS code that generate the BGResponse value's*
please check first and let me know !
install Firefox browser
install user agent switcher and manger extension : https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/
add this user agent in the extension options and choose it : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/637.36 (KHTML, like Gecko)" to be able to view the google V1 old form
go to this LINK : https://accounts.google.com/signup?hl=en
1 - google will ask you to enter your info in the form
enter those info in the form : //
random info's
any random recovery mail
mobile : leave it*
location : leave it* default
Gender : Male
ok ,
open inspect element or F12,
search for #bgresponse in the HTML code, you will find that the value* is "JS_disabled"
ok , just click "next step in the form page"
you will see popup window to accept the terms , wait here, don't click agree*
just keep in the same page and inspect the page one more time and search for #bgresponse again,
you will see that the web page generated or rendered a long code of #bgresponse when you clicked "next step"
my project is : i want to know how to generate that value with JS or know the used algorithm or source code, to generate it with python or JS code manually,
because we will use it in the next HTTP request when we click "agree", otherwise the server will return bad request, and if we sent random bgresponse code or leave it empty then the request will pass but it will generate bad verification "sft" token and will not send the OTP in the next page "phone verify form"
* Note : that the bgresponse code will expire it have a timestamp and it's linked with the "--HOST-GAPS cookies" and the info you entered in the form such as : "first name, last name, IP address, password, recovery email"
if we extract the bgresponse code and used a deferent or random info instead of that you used in the form previously, then the server will return a bad response and will not pass and it will generate broken "sft" phone verify token.
* don't use selenium or browser automation techniques for this please , i need to know the JS code that generate the BGResponse value's*
please check first and let me know !