Open rvd-bot opened 4 years ago
URCaps are run in a socket with all permissions to the system. This crafted URCap generates dynamic allocation elements (10000000) per each CPU cicle. It blocks completely any functionality of the UR.
##################
# alurity.yml example file
##################
networks:
- network:
- driver: overlay
- name: urnetwork
- encryption: false
- subnet: 192.8.8.0/24
containers:
- container:
- name: urrobot
- modules:
- base: registry.gitlab.com/aliasrobotics/offensive/alurity/robo_ur_cb3_1:3.12.1
- network: urnetwork
- cpus: 4
- memory: 4096
- mount: /home/unai/Desktop/freezeUR/com.IamHackingYou.URFancy/target/URFancy-1.0-SNAPSHOT.jar:/root/.urcaps/URFancy-1.0-SNAPSHOT.jar
flow:
- container:
- name: urrobot
- window:
- name: unsecure
- commands:
- command: "htop"
- split: horizontal
- command: "source run_gui.sh"
- command: "$RUN_GUI"