Is it possible for a website to get information about you through its upload feature?

Reddit has a new image upload feature that takes a very long time to work after you click submit– as long as 30 seconds. It isn’t caused by the upload itself; that happens very quickly. I don’t know what it is, and it makes me nervous, so… Continue reading Is it possible for a website to get information about you through its upload feature?

how can i upload file with remote command execution on linux with these conditions, like filtered characters

How can i upload a file via remote command execution? i tried with wget and curl command but everything is filter except google.com, i also tried to use echo but i got a problem with quotes (“) (‘), i tried this also to encode the source c… Continue reading how can i upload file with remote command execution on linux with these conditions, like filtered characters

Can a file upload function be vulnerable without it the file name getting passed?

From googling, a lot of file upload vulnerabilities rely on injecting something into the filename and also rely on the picture being stored on the server, is it safe to just do a post request of the picture’s content (file-contents: ‰PNG….. Continue reading Can a file upload function be vulnerable without it the file name getting passed?