emposha / PHP-Shell-Detector

Web Shell Detector – is a php script that helps you find and identify php/cgi(perl)/asp/aspx shells. Web Shell Detector has a “web shells” signature database that helps to identify “web shell” up to 99%.
http://shelldetector.com/
815 stars 238 forks source link

Fix for blocked mixed content #25

Open sbreiler opened 9 years ago

sbreiler commented 9 years ago

On modern browsers, calling this skript with https would create errors like "blocked mixed content".

sbreiler commented 9 years ago

We could put www.shelldetector.com/api/loader.html back if there was support for https (Function fileprepare).

DanielRuf commented 7 years ago

i removed "http:" for the external jquery Stuff, now it uses http or https as needed

This is considered as an anti-pattern.