Skip to content

Commit

Permalink
Remove Pause
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpenning committed Jun 5, 2024
1 parent 7e131aa commit 947d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Invoke-Power-Nessie.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ Begin{
"cisa_known_exploited" = if($r.'cisa-known-exploited'){$r.'cisa-known-exploited'}else{$null}
"cpe" = if($r.cpe){$r.cpe}else{$null}
"exploited_by_malware" = if($r.exploited_by_malware){$r.exploited_by_malware}else{$null}
"exploited_by_nessus" = if($r.exploited_by_nessus){$r.exploited_by_nessus;Pause}else{$null}
"exploited_by_nessus" = if($r.exploited_by_nessus){$r.exploited_by_nessus}else{$null}
"risk_factor" = if($r.risk_factor){$r.risk_factor}else{$null}
}
"network" = [PSCustomObject]@{
Expand Down

0 comments on commit 947d787

Please sign in to comment.