Thirteen Years of Service
Posts: 49
Threads: 13
Uploading files without PHP 01-27-2015, 06:20 PM
#1
So, there's this site that I can basically put any javascript or html code on and I'm looking for a way to shell it. Is there a possible way to upload files without PHP?
β’
Fourteen Years of Service
Posts: 18,866
Threads: 2,029
RE: Uploading files without PHP 01-27-2015, 07:19 PM
#2
In short, no.
You can't shell the website using just HTML and Javascript. It doesn't work like that. If you could upload .php files, then it would be a different matter. PHP actually has requirements in terms of security. That being said, you could try to set up a cookie logger, and cookie log the administrator. That would only be helpful if there is an admin panel, though.
β’
Thirteen Years of Service
Posts: 4,425
Threads: 308
RE: Uploading files without PHP 01-27-2015, 10:09 PM
#3
No, not really. To upload files to the server, you'd need a language that's server-side. Like PHP.
β’
Eleven Years of Service
Posts: 7
Threads: 0
RE: Uploading files without PHP 02-16-2015, 07:09 PM
#4
As eclipse said above, you won't gain a shell using client-side languages.
β’