Advertisement
G0dR4p3

emo_URI_junk_ps

Mar 28th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. emotet URI junk removal powershell
  2. ----------------------------------------
  3. Get-Content ".\urls.txt" | % {$ip = $_.split("/")[2]; if ($ip.contains(':')) {$ip} else {$ip + ':80'}} | Select-object -Unique
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement