Skip to content
New issue

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

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

Already on GitHub? # to your account

您好,请问可以发布可以截取全图的版本吗? #1

Open
HowieHwong opened this issue Feb 27, 2023 · 2 comments
Open

您好,请问可以发布可以截取全图的版本吗? #1

HowieHwong opened this issue Feb 27, 2023 · 2 comments

Comments

@HowieHwong
Copy link

No description provided.

@yunxiaoshu
Copy link
Owner

您好,是这样的,这款程序开发的初衷是用于渗透测试或红队快速打点,很多网页都是比较长的,截取下来报表将难以阅读,且耗时会变长,如您有这方面的需求,您可以在eyeurl.py文件中的73行和74行之间插入如下代码,感谢您的建议~
width = driver.execute_script("return document.documentElement.scrollWidth") height = driver.execute_script("return document.documentElement.scrollHeight") #将浏览器的宽高设置成刚刚获取的宽高 driver.set_window_size(width, height)

@HowieHwong
Copy link
Author

谢谢您,问题已解决~

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

No branches or pull requests

2 participants