Please anyone with idea on autolink ?
thats sone crezy ass idea this can save your link .
u can create web app that will create redirect based on token , for example url with token is share in one email so one its clicked 1st time it will redirect to expected link but on 2nd click it will not , it might redirect to some random
how would this work?
An HTML redirector obfuscated page with obfuscated scripting
This could simply be achieved by running a redirector page
. You can have a domain, e.g; redirector-v2.net
which when landed on fetches page content trough a reverse-proxy. Then on the content page it fetches you can specify where you want the redirector-v2.net
redirector domain to redirect towards.
For instance if the target lands on redirector-v2.net
with a referrer
header you have set-up that is recognised by the page. Then redirect them towards phishing page. If the referrer
header is not there redirect them somewhere else.
Like Fluxx said you can also achieve the same effect with more control setting JWT tokens directly in the links for redirector-v2.net
. Getting something like:
https://redirector-v2.net?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Follow Up You can never have just a automatic redirector that has no rules in place. You have to use some logic bound rule-set ofc.
Dynamically constructed URLs may help as well, be aware of this research
simple flask app , u can letrally copy paste idea in gpt and it will give u code .
also it will need DB
thats true , as of now this works great