Skip to content

Commit

Permalink
Pure PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b0 authored Jul 16, 2018
1 parent 39ec5c5 commit 66d0240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphical.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ function hunter()

foreach($maliciousip in Get-Content $todaysreport)
{
Write-Host $maliciousip
& 'C:\Program Files\Mozilla Firefox\firefox.exe' -new-tab -url https://www.abuseipdb.com/check/$maliciousip
}
}
Expand Down

0 comments on commit 66d0240

Please sign in to comment.