How to get an estimate of sender location using "user_ip" #58
-
How do I access the user_ip from an email to get an estimate from where the email was sent. Cuz the user_ip (e.g. 81b037e16aae93d297d05bc0493e29e9) is not in the valid IP address format |
Beta Was this translation helpful? Give feedback.
Answered by
xr0master
Oct 10, 2023
Replies: 1 comment
-
The user_ip is the IP address in the md5 hash, as required by the GDPR. However, if there is a strong desire to find the address, then you can find it through brute force. Or check the existing address that you suspect. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xr0master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The user_ip is the IP address in the md5 hash, as required by the GDPR. However, if there is a strong desire to find the address, then you can find it through brute force. Or check the existing address that you suspect.