You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2022. It is now read-only.
Thanks for the feedback. Ideally we would just leverage a single script, but when we built the slimer functionality originally there were a few functions we were getting held up with.
I'll modify the slimer script to use the non-derecated version of the webpage creation, and properly define JS variables, then see where we're at.
There are two scripts, xss.js and slimer.js and they are similar.
They should be identical since SlimerJS is theorically almost 100% compatible with PhantomJS. At least, what xss.js does should work with SlimerJS.
If something does not work with SlimerJS, please fill issues on project github.com/laurentj/slimerjs.
There is at least some few things to fix:
This deprecate way
should be replaced by
And also many variables are not declared with the var keyword (this may cause warnings in verbose mode).
The text was updated successfully, but these errors were encountered: