BeeF-Over-Wan icon indicating copy to clipboard operation
BeeF-Over-Wan copied to clipboard

Config error

Open LaRevoltage opened this issue 4 years ago • 3 comments

ERROR: Error reading configuration file '/root/.ngrok2/ngrok.yml': YAML parsing error: yaml: unmarshal errors:
ERROR: line 3: cannot unmarshal !!int 3000 into struct { Protocol string "yaml:"proto"" }
ERROR: line 5: cannot unmarshal !!str http into struct { Protocol string "yaml:"proto"" }

LaRevoltage avatar Aug 21 '20 10:08 LaRevoltage

its because of the unwanted space in the command so copy the exact format given below then try it will work

tunnels: first-app: addr: 80 proto: http second-app: addr: 3000 proto: http

rap001 avatar Aug 24 '20 13:08 rap001

Hi, i've developed a tool like this. It allows you to use beef over wan. You can install it from(i made a video for this tool. It's included in readme.md file. You can read it):

https://github.com/AzizKpln/Beef-Over-AWS

AzizKpln avatar Dec 13 '20 21:12 AzizKpln