I though PHP was so shit that param names were case-insensitive. I was wrong :-)

This commit is contained in:
antisnatchor
2014-10-13 14:37:55 +02:00
parent 1f6278ca91
commit 7aec038505

View File

@@ -2173,7 +2173,7 @@ beef.browser = {
var pf_integration = "<%= @phishing_frenzy_enable %>";
if (pf_integration) {
var pf_param = "UID";
var pf_param = "uid";
var pf_victim_uid = "";
var location_search = window.location.search.substring(1);
var params = location_search.split('&');