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
I came across this project when I was looking for malicious html/javascript detection, this project works perfectly when processing javascript files, but for javascripts in html files, it needs many manual things to do and sometimes it could not work properly due to the DOM interactive.
Any plan for you to support html scanning in the future?
The text was updated successfully, but these errors were encountered:
@HynekPetrak:
One example file including HTML, which I have taken from the malware-traffic-analysis.net page, can be found here. Any chance to implement support for it?
One possible way to do this would be to make the entire library injectable into an existing DOM as a .js. I'm possibly going to utilise this project in mine (references of course!) but I need to be able to inject it into an existing browser. Using Chrome headless at the moment to capture requests
I came across this project when I was looking for malicious html/javascript detection, this project works perfectly when processing javascript files, but for javascripts in html files, it needs many manual things to do and sometimes it could not work properly due to the DOM interactive.
Any plan for you to support html scanning in the future?
The text was updated successfully, but these errors were encountered: