You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ twa -t PASS google.com
PASS(google.com): Site sends 'Server', but probably only a vendor ID: gws
PASS(google.com): Site doesn't send 'X-Powered-By'
PASS(google.com): Site doesn't send 'Via'
(OMITTED)
Maybe this idea is a bit overkill since you can simply use grep to achieve the same result.
I'm personally so-so on this feature: I think I'd prefer people to use grep (for one-off, interactive filtering) or the CSV mode + programmatic filtering for more structured usage. However, I'll leave this open to solicit feedback from others.
Some open questions that should be resolved:
What about showing multiple audit conditions? Would that be -t MEH -t FAIL or -t MEH,FAIL? Both?
What if I want to show all audits above a particular level? A new user might be surprised that -t FAIL hides FATAL audits.
What if I want to show all audits above a particular level? A new user might be surprised that -t FAIL hides FATAL audits.
Interesting. I would assume some sort of hierarchy value would be required to determine the importance of each condition type with FATAL being the highest and PASS being the lowest
An idea to have a new flag to display certain audit conditions.
Normal example run.
Example to show only
FAIL
conditions. Note, bothMEH
andPASS
types have been removed from this request.Example to show only
PASS
conditions.Maybe this idea is a bit overkill since you can simply use grep to achieve the same result.
Example to show only
FAIL
conditions using grep.I'm open to discussion for constructive criticism or alternative suggestions to the idea.
The text was updated successfully, but these errors were encountered: