diff --git a/README.md b/README.md index cb5061b..83a6c63 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ options: realtime. NOTE: You will not be able to pipe the output into another command. --list, -l List available patterns - --clear Clears your persistant model choice so that you can + --clear Clears your persistent model choice so that you can once again use the --model flag --update, -u Update patterns --pattern PATTERN, -p PATTERN @@ -234,7 +234,7 @@ options: --model MODEL, -m MODEL Select the model to use. NOTE: Will not work if you have set a default model. please use --clear to clear - persistance before using this flag + persistence before using this flag --listmodels List all available models --context, -c Use Context file (context.md) to add context to your pattern diff --git a/installer/client/cli/fabric.py b/installer/client/cli/fabric.py index a6145ec..0f08a65 100755 --- a/installer/client/cli/fabric.py +++ b/installer/client/cli/fabric.py @@ -37,7 +37,7 @@ def main(): parser.add_argument( "--list", "-l", help="List available patterns", action="store_true" ) - parser.add_argument('--clear', help="Clears your persistant model choice so that you can once again use the --model flag", + parser.add_argument('--clear', help="Clears your persistent model choice so that you can once again use the --model flag", action="store_true") parser.add_argument( "--update", "-u", help="Update patterns. NOTE: This will revert the default model to gpt4-turbo. please run --changeDefaultModel to once again set default model", action="store_true") @@ -49,7 +49,7 @@ def main(): help="Change the default model. For a list of available models, use the --listmodels flag.") parser.add_argument( - "--model", "-m", help="Select the model to use. NOTE: Will not work if you have set a default model. please use --clear to clear persistance before using this flag", default="gpt-4-turbo-preview" + "--model", "-m", help="Select the model to use. NOTE: Will not work if you have set a default model. please use --clear to clear persistence before using this flag", default="gpt-4-turbo-preview" ) parser.add_argument( "--listmodels", help="List all available models", action="store_true" diff --git a/installer/client/cli/utils.py b/installer/client/cli/utils.py index 4cc2771..005b496 100644 --- a/installer/client/cli/utils.py +++ b/installer/client/cli/utils.py @@ -692,7 +692,7 @@ class Transcribe: of a YouTube video designated with the video_id Input: - the video id specifing a YouTube video + the video id specifying a YouTube video an example url for a video: https://www.youtube.com/watch?v=vF-MQmVxnCs&t=306s the video id is vF-MQmVxnCs&t=306s diff --git a/patterns/create_command/README.md b/patterns/create_command/README.md index 0fada2d..f9a2477 100644 --- a/patterns/create_command/README.md +++ b/patterns/create_command/README.md @@ -28,7 +28,7 @@ python3 sqlmap -u https://example.com?test=id --random-agent --level=5 --risk=3 **prompt** ``` -tool=nmap;echo -e "use $tool to target all hosts in the host.lst file even if they don't respond to pings. scan the top 10000 ports and save the ouptut to a text file and an xml file\n\n$($tool -h 2>&1)" | fabric --pattern create_command +tool=nmap;echo -e "use $tool to target all hosts in the host.lst file even if they don't respond to pings. scan the top 10000 ports and save the output to a text file and an xml file\n\n$($tool -h 2>&1)" | fabric --pattern create_command ``` **result** diff --git a/patterns/create_threat_model/system.md b/patterns/create_threat_model/system.md index f62a82e..2566d62 100644 --- a/patterns/create_threat_model/system.md +++ b/patterns/create_threat_model/system.md @@ -84,7 +84,7 @@ Determine the chances of that realistically happening over the next, say, 10 yea Multiply the Impact by the Likelihood for each scenario. That’s your Risk. Add up all your Risk scores. That’s your Total Risk. Subtract your Total Risk from your Value. If that number is positive, you are good to go. If that number is negative, it might be too risky to use based on your risk tolerance and the value of the feature. -Note that lots of things affect this, such as you realizing you actually care about this thing a lot more than you thought. Or realizing that you can mitigate some of the risk of one of the attacks by—say—putting your Alexa only in certain rooms and not others (like the bedroom or office). Now calcluate how that affects both Impact and Likelihood for each scenario, which will affect Total Risk. +Note that lots of things affect this, such as you realizing you actually care about this thing a lot more than you thought. Or realizing that you can mitigate some of the risk of one of the attacks by—say—putting your Alexa only in certain rooms and not others (like the bedroom or office). Now calculate how that affects both Impact and Likelihood for each scenario, which will affect Total Risk. Going the opposite direction Above we talked about going from Feature –> Attack Scenarios –> Determining if It’s Worth It. But there’s another version of this where you start with a control question, such as: diff --git a/patterns/create_visualization/system.md b/patterns/create_visualization/system.md index 24bbb23..08294b2 100644 --- a/patterns/create_visualization/system.md +++ b/patterns/create_visualization/system.md @@ -34,7 +34,7 @@ You always output ASCII art, even if you have to simplify the input concepts to - Do not output any code indicators like backticks or code blocks or anything. -- You only ouptut the printable portion of the ASCII art. You do not ouptut the non-printable characters. +- You only output the printable portion of the ASCII art. You do not output the non-printable characters. - Ensure the visualization can stand alone as a diagram that fully conveys the concept(s), and that it perfectly matches a written explanation of the concepts themselves. Start over if it can't. diff --git a/patterns/extract_article_wisdom/README.md b/patterns/extract_article_wisdom/README.md index 1c45a35..2aba81e 100644 --- a/patterns/extract_article_wisdom/README.md +++ b/patterns/extract_article_wisdom/README.md @@ -72,7 +72,7 @@ curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmies ## Output -Here's an abridged ouptut example from `extractwisdom` (limited to only 10 items per section). +Here's an abridged output example from `extractwisdom` (limited to only 10 items per section). ```markdown ## SUMMARY: diff --git a/patterns/extract_wisdom/README.md b/patterns/extract_wisdom/README.md index 1c45a35..2aba81e 100644 --- a/patterns/extract_wisdom/README.md +++ b/patterns/extract_wisdom/README.md @@ -72,7 +72,7 @@ curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmies ## Output -Here's an abridged ouptut example from `extractwisdom` (limited to only 10 items per section). +Here's an abridged output example from `extractwisdom` (limited to only 10 items per section). ```markdown ## SUMMARY: