lukaspustina / wpscan-analyze

Analyzes wpscan json output and checks for vulnerabilities
MIT License
21 stars 3 forks source link

Postcardware #10

Closed tristanlatr closed 4 years ago

tristanlatr commented 4 years ago

I'm in the process to support wpcsan-analyze with WPWatcher

If you're curious , you can try it by installing python3 -m pip install wpwatcher==2.3.0.dev6 !

lukaspustina commented 4 years ago

Nice! I like the integration.

If you like and give me some time, I could add markdown rendering as another output format. In this way, you could translate it into, e.g., html for nicer rendering in E-Mails.

tristanlatr commented 4 years ago

Yeah that would be nice,

I'll try to make an HTML email with Courrier font, I'll do the trick maybe. Bu yeah an actual HTML

would be great, I don't think the table format of markdown is easily parsable tho ?

lukaspustina commented 4 years ago

You could use any markdown parser to transform markdown into html without having to worry about parsing the table by yourself. The reason I suggested markdown is that you would be in control of the styling of the resulting html. If you would generate html directly, styling would become much more of a hassle. Further it's always unclear if users prefer a full html document with headers etc. or just an html snippet to include somewhere.

tristanlatr commented 4 years ago

Hi,

I don't think I'm going to do this, including the table text is already a major improvement. Emails are now wrote with Courrier font and it looks good !

wpwatcher-report
lukaspustina commented 4 years ago

Alright. Looks nice indeed.