ThePorgs / Exegol-images

Docker images of the Exegol project
https://exegol.readthedocs.io/
GNU General Public License v3.0
89 stars 69 forks source link

Add WES-NG #382

Closed cHJlaXpoZXI closed 2 weeks ago

cHJlaXpoZXI commented 2 months ago

Description

WES-NG is a tool based on the output of Windows' systeminfo utility which provides the list of vulnerabilities the OS is vulnerable to, including any exploits for these vulnerabilities. Every Windows OS between Windows XP and Windows 11, including their Windows Server counterparts, is supported.

Link : https://github.com/bitsadmin/wesng

It's a good add to exegol for pentest perspective :)

Point of attention

Nothing special.

cHJlaXpoZXI commented 2 months ago

I have fixed everything ;)

QU35T-code commented 1 month ago

Hi @cHJlaXpoZXI,

Why are you injecting chardet ? If the dependency is missing in the base tool, it's better to propose a PR to add it and put this quick fix in temp fix on exegol !

cHJlaXpoZXI commented 3 weeks ago

Hi @cHJlaXpoZXI,

Why are you injecting chardet ? If the dependency is missing in the base tool, it's better to propose a PR to add it and put this quick fix in temp fix on exegol !

Hi ! Tbh, I don't know why ^^". But I have made a PR that have been merge in the project. So I have delete the inject line (no more needed).

We are good now :)