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

API call to log UIDs #74

Open
digininja opened this issue Jun 20, 2018 · 0 comments
Open

API call to log UIDs #74

digininja opened this issue Jun 20, 2018 · 0 comments

Comments

@digininja
Copy link

While thinking about UIDs I thought of this that would help. You create an API that takes the UID and logs that it has been accessed, an additional field that says where would also be useful. The use case is:

user clicks link and lands on phishing home page - log ($uid, "homepage")
user enters username and password - log ($uid, "logged in")

You can then track how far certain users have gone through the phishing process. A report to say:

  • 100 mails sent
  • 50 clicked the link and visited the homepage
  • 10 entered credentials

The API could take hits in a number of ways, server to server through a curl command or from a browser in an image or JavaScript XML_HTTP_Request.

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