Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.11.0](https://github.com/HC-ONLINE/CiberWebScan/compare/v2.10.0...v2.11.0) (2026-08-04)


### Features

* **forms:** enhance form extraction with additional attributes and n… ([0a2e830](https://github.com/HC-ONLINE/CiberWebScan/commit/0a2e83087904c6c371fa87a5454fd032bc31736e))
* **forms:** enhance form extraction with additional attributes and normalization ([4ceb660](https://github.com/HC-ONLINE/CiberWebScan/commit/4ceb660c9a1ba4f1538e5d328b27646d33bc3397))

## [2.10.0](https://github.com/HC-ONLINE/CiberWebScan/compare/v2.9.0...v2.10.0) (2026-08-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ciberwebscan"
version = "2.10.0"
version = "2.11.0"
description = "Hybrid tool for passive reconnaissance, attack surface analysis, structured extraction and security assessment of web applications."
readme = "README.md"
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion src/ciberwebscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
try:
__version__ = version("ciberwebscan")
except PackageNotFoundError:
__version__ = "2.10.0"
__version__ = "2.11.0"
__author__ = "Andrés Henríquez (a.k.a. HC-ONLINE)"
__email__ = "henriquezandres856@gmail.com"
__description__ = "Hybrid tool for passive reconnaissance and attack surface analysis in web applications. It combines advanced scraping, technology fingerprinting, security assessment, and reporting into a single CLI solution. Designed for ethical, educational, and auditing purposes. This software MUST NOT be used on third-party systems."
Expand Down
Loading