Skip to content

Releases: projectdiscovery/simplehttpserver

v0.0.6

20 Mar 15:04
070e8a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

18 Apr 12:58
d70d482
Compare
Choose a tag to compare

What's Changed

  • Added support for http1 mode only by @Mzack9999 in #56
  • Added more features to TCP Server (livereload, binary matching, custom logic) by @c-f in #61
  • Added missing logic to enable TCP TLS server by @Mzack9999 in #62
  • Added timestamp by @bridge-four in #64
  • Fixed memory leak on large file dump via max-dump-body-size by @Mzack9999 in #57

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

28 Jul 16:18
732c940
Compare
Choose a tag to compare

Changelog

Changelog

2ccf601 Added sandbox mode with security limits.
e20dd81 Added max file size support for upload

v0.0.3

18 Apr 07:39
850e06b
Compare
Choose a tag to compare

Changelog

b18ada6 Fixed a crash with file upload

v0.0.2

16 Apr 20:05
Compare
Choose a tag to compare

Changelog

f01e6be Added TCP server support
6b4eb1c Added HTTPS support
2e0edf0 Added Self signed certificate generation
8ad8b6e Added File upload support
52aa568 Added HTTP basic auth support

v0.0.1

12 Jan 20:40
Compare
Choose a tag to compare

Changelog

a4f7241 Initial release