-
Notifications
You must be signed in to change notification settings - Fork 85
Add WES-NG #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WES-NG #382
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minimal changes to make but appart from that we should be good to go!
-> Fix comma in app description -> Delete line for inject
I have fixed everything ;) |
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 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.