Releases: 0xdade/sephiroth
Releases · 0xdade/sephiroth
v1.0.4
What's Changed
- Fixed Google-Cloud and "minified" Docker-Image by @mawoka-myblock in #21
- Bump python from 3.9.5-alpine3.14 to 3.9.6-alpine3.14 by @dependabot in #22
- Bump wheel from 0.36.2 to 0.37.0 by @dependabot in #23
- Bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #57
- Bump wheel from 0.37.1 to 0.38.4 by @dependabot in #55
- Fix azure by @1nd0 in #78
- Add cloudflare to targets by @willk in #79
- Fixed Azure - new stage 1 URL, new download link element by @psayler in #80
New Contributors
- @mawoka-myblock made their first contribution in #21
- @1nd0 made their first contribution in #78
- @willk made their first contribution in #79
- @psayler made their first contribution in #80
Full Changelog: v1.0.3...v1.0.4
Digital Ocean support, Py3.6 support, Security Updates
Added: Digital Ocean support added by @zevlag using Digital Ocean's new CSV output.
Fixed: Allow py3.6 to install via pip, there's nothing that actually requires 3.8
Security: Security updates for jinja2, cryptography, and bleach dependencies.
Updated GCP + Compacting CIDR Ranges
This update brings the new method for fetching GCP ip ranges from their published json file instead of the janky dns crawling mechanism.
It also brings a new flag, --compacted
which can be used to automatically compact neighboring CIDR ranges. When run against the four cloud providers that sephiroth supports, a reduction in size of roughly 10x is seen.
sephiroth -t aws -t gcp -t oci -t azure -s nginx --compacted >/dev/null
sephiroth -t aws -t gcp -t oci -t azure -s nginx >/dev/null
wc -l output/2020-08-05_001815_nginx_aws_gcp_oci_azure.conf output/2020-08-05_001827_nginx_aws_gcp_oci_azure.conf
3037 output/2020-08-05_001815_nginx_aws_gcp_oci_azure.conf
32069 output/2020-08-05_001827_nginx_aws_gcp_oci_azure.conf