Know any websites that redirect?

Graymanshield

Newbie
Joined
Jun 16, 2021
Messages
45
Reaction score
23
Hello,

I need websites that redirect via url, for example: https://example.com/redirect/google.com -> redirects to google.

Does anyone know any websites that have this feature? PS: I am not talking about shortlinks
 
Do you mean like a web 2.0 that allows you to put your website in as a redirect?
 
You can do it yourself if you have access to the backend of the one you want to redirect from. Or do you mean cloaking?
 
you can find them through google searches, here are some footprints:
Code:
inurl:"redirect.html?url="
inurl:"redirector.php?url=" 
inurl:"ct_redir.php?url=http://"
inurl:"goto.php?url=http://"
...
you can easily find more if you do some research :)
 
Like this one: https://samp-stats.ru/leave.php?p=[Link encoded BASE64]
 
you can find them through google searches, here are some footprints:
Code:
inurl:"redirect.html?url="
inurl:"redirector.php?url="
inurl:"ct_redir.php?url=http://"
inurl:"goto.php?url=http://"
...
you can easily find more if you do some research :)
This is useful. Thanks.
 
You can see many of the websites that has redirect link common.. you can search it in the market place
 
Back
Top