Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickstart: Update Tech Detection terminology #5539

Merged
merged 1 commit into from
Jun 27, 2024
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
1 change: 1 addition & 0 deletions addOns/quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed
- News display tweak.
- Updated messages from "wappalyzer" to "Technology Detection".

## [47] - 2024-05-07
### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ quickstart.cmdline.zapit.root.inputs = \tNumber of HTML input fields: {0}
quickstart.cmdline.zapit.root.links = \tNumber of HTML links: {0}
quickstart.cmdline.zapit.start = ZAPit scan of {0}
quickstart.cmdline.zapit.tech = Technology:
quickstart.cmdline.zapit.tech.disabled = Technology: Not available (enable the wappalyzer add-on)
Copy link
Member

@thc202 thc202 Jun 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be the ID of the add-on not the name (fine changing it anyway).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured users would see the name more often than the id.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They will need the ID to install from the command line though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better if I made it "Technology Detection (wappalyzer)" ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better would be "Technology Detection (techdetect)" or something like that :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we weren't in a position to change the ID(s)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are not yet.

quickstart.cmdline.zapit.tech.na = Technology: Not available (install the wappalyzer add-on)
quickstart.cmdline.zapit.tech.disabled = Technology: Not available (enable the Technology Detection add-on)
quickstart.cmdline.zapit.tech.na = Technology: Not available (install the Technology Detection add-on)
quickstart.cmdline.zapit.tech.none = Technology: None

quickstart.cmdline.zapiturl.help = The URL to perform a quick 'reconnaissance' scan on, e.g. http://www.example.com The -cmd option must be specified
Expand Down
Loading