mirror of
https://github.com/aljazceru/RogueSploit.git
synced 2025-12-17 06:14:21 +01:00
Update BeEFStarter
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
DATE=$(date)
|
||||||
|
echo $DATE
|
||||||
|
LOG_FILE=$PWD/beef.log
|
||||||
|
exec > >(tee -a ${LOG_FILE} )
|
||||||
|
exec 2> >(tee -a ${LOG_FILE} >&2)
|
||||||
|
echo $DATE > $PWD/beef.log
|
||||||
echo "[*]Starting the BeEF Framework and Panel..."
|
echo "[*]Starting the BeEF Framework and Panel..."
|
||||||
echo "[*]Go to http://10.0.0.1:3000/ui/panel for control BeEF"
|
echo "[*]Go to http://10.0.0.1:3000/ui/panel for control BeEF"
|
||||||
echo "[*]More infos will appear right now..."
|
echo "[*]More infos will appear right now..."
|
||||||
|
|||||||
Reference in New Issue
Block a user