Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Improve Get-ChromeDump #734

Conversation

ThePirateWhoSmellsOfSunflowers
Copy link
Contributor

Hi!

The three main modifications are :

  • Replace Format-Table by Format-List in order to pretty-print the output
  • Add ORIGIN_URL , because for http basic auth ACTION_URL is empty
  • Add SCHEME to show the auth type (extract from Webkit' sources)

Example :

[*]CHROME PASSWORDS

ORIGIN_URL : https://www.facebook.com/login.php
ACTION_URL : https://www.facebook.com/login.php
PWD        : verylongpasswordisverylongverylongpasswordisverylong
USER       : verylongusernameisverylong@verylongtldisverylong.com
SCHEME     : HTML

ORIGIN_URL : https://basic.auth.redacted.com/
ACTION_URL :
PWD        : 8asicHttpP@ssw0rd
USER       : admin
SCHEME     : BASIC          

(redirect to dev, see #724 )

TPWSOS 🌻

@rvrsh3ll
Copy link
Contributor

rvrsh3ll commented Oct 2, 2017

I'm not getting any output. What OS are you running this against?

@ThePirateWhoSmellsOfSunflowers
Copy link
Contributor Author

ThePirateWhoSmellsOfSunflowers commented Oct 3, 2017

Windows 7 full patched - Last Chrome version.
According to the source code (from xorrior), you can't use this module while Chrome is running.

EDIT : typo "you can't use"

@rvrsh3ll rvrsh3ll merged commit 20ccb05 into EmpireProject:dev Oct 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants