Skip to content

alextousss/django_token_exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Django Password reset token generator

A Django password reset token generator

Allows you, providing a secret key, the user's pk and the user's hashed_password to bruteforce all possible last_login possibilities.

The secret key is supposed to be a .. secret and the other required fields too.
Nevertheless, this can be used in a privilege escalation scheme where the attacker would only have read-only access to the Django host and needs to be able to write to the database

About

A Django password reinitialization token generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages