Skip to content
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 vnc_auth module #138

Closed
wants to merge 6 commits into from
Closed

Add vnc_auth module #138

wants to merge 6 commits into from

Conversation

Matie26
Copy link
Contributor

@Matie26 Matie26 commented Nov 19, 2024

No description provided.

@@ -46,6 +46,9 @@ The module is disabled by default - to enable it, rename `docker-compose.additio
### what-vpn
Uses https://github.com/dlenski/what-vpn under the hood. Identifies servers running various SSL VPNs and is licensed under GPL-3.0-or-later.

### vnc_auth
Uses https://nmap.org/nsedoc/scripts/vnc-brute.html under the hood. Performs a brute force attack on VNC servers to guess password. This is licensed under GPL-3.0-or-later.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also use nmap, which has some weird license

https://nmap.org/npsl/

from extra_modules_config import ExtraModulesConfig


@load_risk_class.load_risk_class(load_risk_class.LoadRiskClass.LOW)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo medium, as it bruteforces passwords

@Matie26 Matie26 closed this Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants