Skip to content

Conversation

@securestep9
Copy link
Collaborator

HTML Title scan module

Checklist

  • I have followed the Contributor Guidelines.
  • The code has been thoroughly tested in my local development environment with flake8 and pylint.
  • The code is Python 3 compatible.
  • The code follows the PEP8 styling guidelines with 4 spaces indentation.
  • This Pull Request relates to only one issue or only one feature
  • I have referenced the corresponding issue number in my commit message
  • I have added the relevant documentation.
  • My branch is up-to-date with the Upstream master branch.

Changes proposed in this pull request

New HTML Title scan module extracts the contents of the HTML <TITLE> tag on the target server, if present. This helps to identify what application is running on the server and is particularly useful when scanning networks and subdomains

Your development environment

  • OS: macOS
  • OS Version: 14.2
  • Python Version: 3.11

extract TITLE from the scan target as it can help identify what application is running on the server

Signed-off-by: Sam Stepanyan <[email protected]>
Signed-off-by: Sam Stepanyan <[email protected]>
@securestep9 securestep9 added the new module pull request with new module(s) label Jan 20, 2024
@securestep9 securestep9 merged commit a8e9274 into master Jan 20, 2024
@securestep9 securestep9 deleted the securestep9-patch-http-html-title-module-1 branch January 20, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new module pull request with new module(s)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants