mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-11 14:35:09 -05:00
Merge pull request #188 from brianteeman/typo
Assorted typo and spelling corrections.
This commit is contained in:
@@ -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**
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user