Skip to content

Commit 86d8265

Browse files
committed
Update send-toNetcraft.psm1
1 parent b8878f5 commit 86d8265

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

send-toNetcraft.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ function send-toNetcraft {
7272

7373
## Assign your variables
7474
$email = $e
75-
if ($r -eq "pk") {$r = "phishing kit"}
75+
## if we used the 'pk' shorthand 'phishing kit' we translate that here before putting it into the $reason variable we will submit
76+
if ($r -eq "pk") {$r = "phishing kit"}
7677
$reason = $r
7778

7879
## Enter your URLs here (up to 1000 URLs per submission are permitted). If one is supplied as a parameter, use that, otherwise you can specify arrays for analysis.

0 commit comments

Comments
 (0)