Do Anyone Know How to Upload Like This?

samwold

Newbie
Joined
May 24, 2023
Messages
43
Reaction score
4
I was searching in google about recent movies and find this site ranking high in google:

If you search in google like this:

site:https://www.usatf.org/ with search term "Full movie" then you will see lots of links present in google. Some of them are:

Code:
https://www.usatf.org/USATF-Arizona/media/USATF-Arizona/video-blue-beetle-mov-4k-07.html

https://www.usatf.org/USATF-Arizona/media/USATF-Arizona/video-blue-beetle-full-flm-hd_01.html

Above links are just an example, there are huge number of links and they are ranking too.

I searched everything about the site but could't find anything regarding uploading option to the site. Is there any other way to upload to the site?
 
I've seen something similar, but in a different niche. They got indexed thanks to the authority of their donors.
 
Not able to find the upload option in that site, I wonder How they are uploading those files
 
I'm seeing 1 common denominator in the popular upload exploit links at the moment - they're all using ASP.NET. I came across some similar sites a while ago where someone was using a tinyMCE installation on the site to upload files. Have a dig around in the code of the site, especially on pages where there are forms present, and see if you can spot any tinyMCE footprints.
 
I'm seeing 1 common denominator in the popular upload exploit links at the moment - they're all using ASP.NET. I came across some similar sites a while ago where someone was using a tinyMCE installation on the site to upload files. Have a dig around in the code of the site, especially on pages where there are forms present, and see if you can spot any tinyMCE footprints.
It seems you have some knowledge with this... Do you have a method of uploading?
 
they're all using ASP.NET.
You say that as I'm planning on trying to finish my site in asp in the next couple of weeks! :D although I'm planning on making my cms with directus
 
It seems you have some knowledge with this... Do you have a method of uploading?
Not in the case of the website mentioned, no.
You say that as I'm planning on trying to finish my site in asp in the next couple of weeks! :D although I'm planning on making my cms with directus
I don't think it's an issue with .net itself, more like a library file that is being 'used creatively' ;)
 
Back
Top