Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php uid variable #408

Open
ESDaman opened this issue Nov 30, 2021 · 0 comments
Open

php uid variable #408

ESDaman opened this issue Nov 30, 2021 · 0 comments

Comments

@ESDaman
Copy link

ESDaman commented Nov 30, 2021

Disclaimer: I didn't build the server I'm using. So I'm not sure how far off the current version I am, but by the looks of it, this isn't currently maintained.
So mainly for others that might have the same problem.

If "Require UID?" is not checked, PhishingFrenzy does not generate the If statement (below) which assigns the UID variable value or sends a 404.

<% if @campaign_settings.require_uid %>
if (isset($_GET['uid'])) {
$uid = $_GET['uid'];
} else {
header('404 Not Found', true, 404);
echo "404 Page Not Found";
exit();
}
<% end %>

Resulting in the php's post request not containing a UID value and failing to track clicks, even if "Track User Clicks?" is checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant