SimpleHTTPServerWithUpload
SimpleHTTPServerWithUpload copied to clipboard
Simple HTTP Server With Upload written in Python 3
Results
3
SimpleHTTPServerWithUpload issues
Sort by
recently updated
recently updated
newest added
Based on the description of [this article](https://0day.work/finding-an-arbitrary-file-upload-vulnerability-in-a-filesharing-script/) , it is suggested that the parameter re.findall() at line 127 be changed.Change to: `fn = re.findall(r'Content-Disposition.*name="file"; filename="([^\/]*)"', line)`
this is my web project
Thank u. Please see the little change.