minor update for a privately reported issue, where the HTML would display the site in a small scroll box, will not display as the full site

This commit is contained in:
ekultek 2017-11-02 09:24:23 -05:00
parent bc335fa2d3
commit 3bced94e70
4 changed files with 7 additions and 6 deletions

View file

@ -9,7 +9,7 @@ b100d6428f04f18100e9358688004abd ./zeus.py
82cc68f46539d0255f7ce14cd86cd49b ./etc/link_ext.txt
a3ee2d4610056c6fe270c2a74dda49f9 ./etc/dorks.txt
b34aacdcb683a2de649c002601f53746 ./etc/xss_payloads.txt
f914fafb99953a9124295b381be2954b .etc/clickjacking_test_page.html
d3ad89703575a712a0aeead2b176d8c5 ./etc/clickjacking_test_page.html
d41d8cd98f00b204e9800998ecf8427e ./bin/__init__.py
ff2511effe21aa36002f37ed9bfe47ec ./bin/unzip_gecko.py
dc1eb4ebe0f372af48b5a9c107ebc68d ./bin/drivers/geckodriver-v0.18.0-linux32.tar.gz
@ -41,10 +41,10 @@ e2b494ba257444ed4a9a8a554dcbe250 ./lib/attacks/whois_lookup/whois.py
27358f26bda30d7356143c3ea1fa99c5 ./lib/attacks/nmap_scan/__init__.py
216999fa0e84866d5c1d96d5676034e4 ./lib/attacks/nmap_scan/nmap_opts.py
f746d2867f493104a78d0540cf50c03f ./lib/attacks/intel_me/__init__.py
49c88c6927a141a688d3fc0c7c101019 .lib/attacks/clickjacking_scan/__init__.py
c8fe372b08e7e27fe4e21f5f730f22ec ./lib/attacks/clickjacking_scan/__init__.py
1faa2b5dfad6eb538bbfe42942d2a9da ./lib/core/errors.py
d41d8cd98f00b204e9800998ecf8427e ./lib/core/__init__.py
1781e9963d34604b626b6fe3db513bc7 ./lib/core/settings.py
21008b2aa1ff8abacbaa3042c9252640 ./lib/core/settings.py
d41d8cd98f00b204e9800998ecf8427e ./var/google_search/__init__.py
914ac7cf2e216ca878a5f711a71290a8 ./var/google_search/search.py
d41d8cd98f00b204e9800998ecf8427e ./var/__init__.py

View file

@ -1,5 +1,5 @@
<html>
<body>
<iframe src="{}" width="" height=""></iframe>
<iframe src="{}" style="position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
</body>
</html>

View file

@ -13,7 +13,8 @@ class ClickJackingScanner(object):
def generate_html(self):
"""
generate the HTML page if the clicking test was successfully completed
generate the HTML page for the clickjacking, it's up to you
to put it into play
"""
return self.html.format(self.url)

View file

@ -41,7 +41,7 @@ PATCH_ID = str(subprocess.check_output(["git", "rev-parse", "origin/master"]))[:
# clone link
CLONE = "https://github.com/ekultek/zeus-scanner.git"
# current version <major.minor.commit.patch ID>
VERSION = "1.1.13".format(PATCH_ID)
VERSION = "1.1.14.{}".format(PATCH_ID)
# colors to output depending on the version
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}
# version string formatting