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

fix alert box blocking #89

Merged
merged 2 commits into from
Mar 3, 2021
Merged

fix alert box blocking #89

merged 2 commits into from
Mar 3, 2021

Conversation

Serizao
Copy link
Contributor

@Serizao Serizao commented Mar 3, 2021

fix bug #71

@leonjza
Copy link
Member

leonjza commented Mar 3, 2021

Nice thanks! 🙌

I'll have to test this but a quick look makes me think it might not work for full page screenshots? Should we not move the ListenTarget up a bit?

@Serizao
Copy link
Contributor Author

Serizao commented Mar 3, 2021

thank You for your tools ;)
Yes i think it work but i have no studies this case specifically

@Serizao
Copy link
Contributor Author

Serizao commented Mar 3, 2021

I have update : now fix work too for full screen case

@leonjza
Copy link
Member

leonjza commented Mar 3, 2021

Great, I quickly tested this and it works for me.

PoC HTML, served with python3 -m http.server 80:

<html>
    <head></head>
    <body>gowitness</body>
    <script>alert(1);</script>
</html>

@leonjza leonjza merged commit bd6114e into sensepost:master Mar 3, 2021
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.

2 participants