Added Chrome Extension exploitation tools from me and Kkotowicz.

This commit is contained in:
antisnatchor
2014-03-16 15:45:16 +00:00
parent 05979af3a2
commit df4ec41538
10 changed files with 525 additions and 0 deletions

View File

@@ -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 = ""