Sinisterly
Uploading files without PHP - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking)
+--- Thread: Uploading files without PHP (/Thread-Uploading-files-without-PHP)



Uploading files without PHP - Wolfram - 01-27-2015

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?


RE: Uploading files without PHP - Oni - 01-27-2015

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.


RE: Uploading files without PHP - Eclipse - 01-27-2015

No, not really. To upload files to the server, you'd need a language that's server-side. Like PHP.


RE: Uploading files without PHP - Sky - 02-16-2015

As eclipse said above, you won't gain a shell using client-side languages.