Token Reverser is a word list generator to crack security tokens.
Example Use Case
./token-reverser.py –date “Tue, 10 Mar 2020 17:12:59 GMT” Foo Bar foo.bar@example.com 1985-05-23 202-555-0185 “3634 Forest Drive” 74824 > words
hashcat64.exe -m 0 582431d4c7b57cb4a3570041ffeb7e10 words
 hashcat (v5.1.0) starting…
 […]
 582431d4c7b57cb4a3570041ffeb7e10:74824!Foo!Bar!foo.bar@example.com!1583860379
 Session……….: hashcat
 Status………..: Cracked
 Hash.Type……..: MD5
 Hash.Target……: 582431d4c7b57cb4a3570041ffeb7e10
 […]
md5(user ID!first name!last name!email!current timestamp)
Also Read – Pickl3 : Windows Active User Credential Phishing Tool
Usage
usage: token-reverser.py [-h] [-d DATE] [-o TIMESTAMP_OFFSET] [-s SEPARATORS]
                          data [data …]
Word list generator to crack security tokens v1.1
Positional arguments:
data                  data chunks
Optional arguments:
-h, –help            show this help message and exit
-d DATE, –date DATE  timestamp from this date will be used as an additional  data chunk, example: Tue, 10 Mar 2020 14:06:36 GMT
-o TIMESTAMP_OFFSET, –timestamp-offset TIMESTAMP_OFFSET
 how many previous (to timestamp from date) timestamps
should be used as an additional data chunk, default: 1
-s SEPARATORS, –separators SEPARATORS data chunks separators to check, default:  ~`!@#$%^&*()_+-={}|[]\:”;'<>?,./ \t
Have you ever come across a picture on the internet and wondered where it came…
Overview WhatsMyName is a free, community-driven OSINT tool designed to identify where a username exists…
Managing disk usage is a crucial task for Linux users and administrators alike. Understanding which…
Efficient disk space management is vital in Linux, especially for system administrators who manage servers…
Knowing how to check directory sizes in Linux is essential for managing disk space and…
Managing user accounts is a core responsibility for any Linux administrator. Whether you’re securing a…