JM
JM
You can try this approach: https://github.com/danielmiessler/fabric/blob/main/Web%20Interface%20MOD%20Readme%20Files/WEB%20V2%20Install%20Guide.md
Not familiar with Brew packaging. How are the latest merged pulls added to the brew install?
@johnsaigle this is already implemented in the web ui. see here: https://github.com/danielmiessler/fabric/blob/main/web/Web%20Interface%20Update%20README%20Files/pr-1284-update.md
Actually I figured out how to get an output but I get the wrong output. It shows wisdom of an unrelated video. When I enter this $ fabric -y https://www.youtube.com/watch?v=zoBwIi4ZiTA...
OK i was able to fix it by changing the code in several files. Now if I enter the link for a youtube video in the chat interface of any...
@johnconnor-sec Hi John, don't hesitate to ping me. I just proposed these changes + a few others as a pull request. Cheers. Jean
It's now merged. Tu use, update to the latest release. Make sure you see the fabric/web folder. If not, clone repo from parent directory and run: go install github.com/danielmiessler/fabric@latest from...
@ksylvan Hello friend. Quite busy next couple of days but will get to it soon unless someone else fix it before me. Likely need to refactor flags / variable handlings...
@ksylvan Working on this now. Quite complicated as it changes the patterns load process and requires mid process variable injection. Can't guarantee anything as it's major surgery. Will keep you...
@ksylvan thanks. Added code: 1) to detect the selection of a pattern with variable. 2) Prompting user to enter the variable. 3) store the variable 4 Reload pattern with variable...