RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
5.02k stars 851 forks source link

out of date jQuery #572

Closed digininja closed 6 months ago

digininja commented 2 years ago

Hey, did you know you are packaging not one, but two, out of date versions of jQuery with the Python version of the app?

$ find . -iname 'jquery*'
./Python/bin/jquery-1.11.3.min.js
./Python/bin/jquery-3.2.1.min.js
./Python/bin/jquery.dataTables.min.js

Big bad security things will happen if you don't patch soon!

Relkci commented 6 months ago

Merged, closing