Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #also, goes through each hacked site and sees if the entire bookmarks file
- #has at least one instance of it, so even if you bookmarked a bad domain
- #multiple times, it'll only show once here
- $bookmarks = Get-Content .\bookmarks_10_17_16.html
- Get-Content .\jsmalwaresites.txt | % {
- if ($bookmarks -match $_ ) {
- "bookmarked compromised site " + $_
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment