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

Moved variable to separate file #557

Closed Tonemon closed 6 months ago

Tonemon commented 2 years ago

Moved the css_page variable to it's own style.css file for readability and maintainability.

Relkci commented 6 months ago

I was running back through this since one of my recent commits caused a conflict.

I'm not certain that style.css was ever being referenced in the report using a link HTML tag anyhow. Am I missing something or was the CSS never referenced? I thought that a way-earlier commit may have removed it, but I'm not certain-- it sure looks like style.css was never referenced.

Assuming it wasn't and I'm not missing something obvious, I'd propose the following: 1) move the variable into the CSS 2) link the style.css file in html during report gen 3) add a command line argument to provide the path to an alternate css -- with the default being the one provided in repo.

Relkci commented 6 months ago

resolved conflicts & addressed style.css link in #665