Skip to content

fl0mb/simple-https-upload-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple-Https-Upload-Server

Simple python server to upload files to over https.

Create certs first and reference them in L40 of server.py:

openssl req -x509 -days 365 -newkey rsa:4048 -keyout pkey.pem -out cert.crt -nodes

(keep in mind the private key will not be encrypted)

Upoad a file with:

curl -k https://<ip>:8080/<filename> --data-binary  @/path/to/file

Use with caution, this is highly insecure!

About

simple https upload server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages