mirror of
https://github.com/aljazceru/RogueSploit.git
synced 2025-12-18 14:54:24 +01:00
8 lines
200 B
Bash
8 lines
200 B
Bash
#!/bin/bash
|
|
|
|
echo "[*]Starting the BeEF Framework and Panel..."
|
|
echo "[*]Go to http://<IP>:3000/ui/panel for control BeEF"
|
|
echo "[*]More infos will appear right now..."
|
|
cd /usr/share/beef-xss/
|
|
./beef
|