Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Missing Support for TLSv1.3 - Disabled hostname and certificate validation#5395

Merged
stamparm merged 1 commit intosqlmapproject:masterfrom
shelklas:master
Apr 24, 2023
Merged

Missing Support for TLSv1.3 - Disabled hostname and certificate validation#5395
stamparm merged 1 commit intosqlmapproject:masterfrom
shelklas:master

Conversation

@shelklas
Copy link
Copy Markdown
Contributor

Introduction of the PROTOCOL_TLS_CLIENT constant in Issue #5392 enables ssl.CERT_REQUIRED and SSLContext.check_hostname, which will restrict sqlmap from scanning endpoints that present unknown, self-signed, expired, or otherwise invalid certificates - including invalid Subject Names and Subject Alternative Names.

To address this issue, I created a patch that will allow sqlmap to accept these certificates.

@stamparm stamparm merged commit e104317 into sqlmapproject:master Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants