Added Chrome Extension exploitation tools from me and Kkotowicz.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Authors:
|
||||
# Michele '@antisnatchor' Orru
|
||||
|
||||
# 1. Login at https://chrome.google.com/webstore/developer/dashboard/
|
||||
# 2. Pay your $5 one time fee
|
||||
# 3. Get SID, SSID, HSID cookies and paste their values below
|
||||
|
||||
# if you want to proxy request through Burp, USE_PROXY = true
|
||||
USE_PROXY = false
|
||||
PROXY_HOST = "127.0.0.1"
|
||||
PROXY_PORT = 9090
|
||||
|
||||
HTTP_READ_OPEN_TIMEOUT = 30 # seconds
|
||||
|
||||
G_PUBLISHER_ID = '' # gXXXXXXX, the last part of the Dashboard URL https://chrome.google.com/webstore/developer/dashboard/gXXXX
|
||||
|
||||
# these are the only 3 session cookies needed, the rest of the cookies are not needed.
|
||||
# you get these cookies when you are successfully authenticated on
|
||||
SID = ""
|
||||
SSID = ""
|
||||
HSID = ""
|
||||
|
||||
Reference in New Issue
Block a user