Skip to content

Releases: AmreshSinha/sshot

v1.1.0

08 Feb 11:09
Compare
Choose a tag to compare

Changelog:

  • Now filenames and keys in redis db will be hashed to support long queries.
  • Regex for validating dimension had a loophole which could result in DOS or DDOS attacks. It's now updated with a better regex.

Issues

I will be happy if someone finds any bug, exploit, memory exploits, SSRF, or any other loopholes! 😊

Please do open an issue if you find one! It will help this project a lot!

https://github.com/AmreshSinha/sshot/issues

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Feb 07:02
Compare
Choose a tag to compare

Features ✨

✔️ dimension - supported 100 to 1920 (both inclusive)
✔️ device - supported ( desktop, mobile and tablet)
✔️ delay - supported 0 to 5000 ms (both inclusive)

🕐 Default Timeout set to 10000 ms.

🧺 Cache expires after 24hrs of inactivity on the query link.

🚀 Add support for aarch64 architecture servers (The current running instance is on a aarch64 host) 🚀

Upcoming features in next release

  • Full Page Screenshot
  • Better Cache Integration

Issues

https://github.com/AmreshSinha/sshot/issues

What's Changed

New Contributors

Full Changelog: https://github.com/AmreshSinha/sshot/commits/v1.0.0