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

Vnc bruteforce #37

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Vnc bruteforce #37

wants to merge 14 commits into from

Conversation

thorinaboenke
Copy link
Contributor

@thorinaboenke thorinaboenke commented Feb 24, 2025

Adds vnc bruteforcing to lateral movement scenario 3. relates to issue #7

  • adds new playbook 3_a_b
  • modifies firewall rules to allow access on reposerver on port 5901
  • installs tightvnc on reposerver

Aditionally:

  • Updates to the new state repository https://git-service.ait.ac.at/api/v4/projects/3012/terraform/state/
  • Uses uuid instead of network names because of naming conflict on the new open stack

image

TEST:

  • packer build images for firewall and reposerver, attacker needs latest AttackMate with looping and vnc capabilities.
  • deploy bootstrap and repository
  • run attack 3_a_b with ansible

Output:
image

Note:
to watch the screen of the reposerver with for example vncviewer from you own machine you can use ssh tunneling with the following command:
ssh -L 5901:<vnc_server_ip>:5901 -J <jumphost_user>@<jumphost_ip> <vnc_user>@<vnc_server_ip>
then
vncviewer localhost:5901
Screencast from 2025-02-26 13:40:24.webm

@thorinaboenke thorinaboenke marked this pull request as draft February 24, 2025 12:11
@thorinaboenke thorinaboenke self-assigned this Feb 24, 2025
@thorinaboenke thorinaboenke added the enhancement New feature or request label Feb 24, 2025
@thorinaboenke thorinaboenke linked an issue Feb 24, 2025 that may be closed by this pull request
@thorinaboenke thorinaboenke marked this pull request as ready for review February 26, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add vnc-bruteforce to the lateral-movement scenario
1 participant