Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a option for user can executing js code #979

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

t101804
Copy link

@t101804 t101804 commented Nov 19, 2023

This makes the user scrapping more easy and more custom bypass. sometime the user have another challange in the side and required using javascript to bypass it.

in this example i'm demonstrate it using site that requred DFP and the DFP it gets from the javascript execution in the site directly
in this images i show that if the DFP is wrong or not generate by the js in the site will return a 400 Bad Requests
image
But if DFP is correctly generate it will respond 200 OK
and this how to generate DFP from the site :
image

so to get DFP we need execution javascript in the selenium and in this PR i create a javascript execution by user so user can use custom payload js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant