secutils icon indicating copy to clipboard operation
secutils copied to clipboard

Secutils.dev is an open-source, versatile, yet simple security toolbox for engineers and researchers

Results 24 secutils issues
Sort by recently updated
recently updated
newest added

## Summary Currently users can signup only using good old password or passkeys, it'd also be useful to provide support for Google, Apple, and potentially GitHub social logins.

Category: Feature
Component: Platform

## Summary Web page trackers, API trackers, and potentially responders may require access to secrets or other environmental-like variables (e.g., `Authorization` or `Cookie` headers). These secrets/variables should be stored separately...

Category: Feature
Component: Platform

## Summary Today, users are unable to group the content they create, including responders, certificates, trackers, etc. While this might not be a significant issue for light usage, it becomes...

Category: Feature
Component: Platform

## Summary Currently, users can only schedule content and resource tracker jobs on an hourly, daily, weekly, or monthly interval. Users should have the ability to specify a custom cron...

Category: Feature
Component: Utility: Web Scraping

## Summary Web page content tracker utility should expose screenshotting capabilities to the web page content extractor script. The function should be available through the `context` argument. See https://playwright.dev/docs/screenshots#full-page-screenshots and...

Category: Feature
Component: Utility: Web Scraping

## Summary Secutils.dev currently allows users to store certificate templates for generating unique ad-hoc private key/certificate pairs. This feature is great for quick testing but isn't suitable for more long-term...

Category: Feature
Component: Utility: Certificates

## Summary https://github.com/drwetter/testssl.sh is a powerful open-source tool that enables testing TLS/SSL encryption from anywhere. It would be fantastic to offer Secutils.dev users a way to access it through the...

Category: Feature
Component: Utility: Security Tools

## Summary Add support for Ed448 https://www.openssl.org/docs/manmaster/man7/Ed448.html

Category: Feature
Component: Utility: Certificates

## Summary Add support for SM2, SM3 and SM4: - https://www.openssl.org/docs/man1.1.1/man7/SM2.html and https://github.com/openssl/openssl/pull/4793 - https://www.openssl.org/docs/man1.1.1/man3/EVP_sm3.html and https://github.com/openssl/openssl/pull/4616 - https://www.openssl.org/docs/man1.1.1/man3/EVP_sm4_ecb.html

Category: Feature
Component: Utility: Certificates

## Summary Add support for generating DHE, ECDHE, and ECDH keys and certificates

Category: Feature
Component: Utility: Certificates