Replies: 5 comments
-
At the very minimum, the |
Beta Was this translation helpful? Give feedback.
-
It is really good it does that (some apps don't!), there is still ASCII art throughout the program with the quiet flag enabled, hence this issue. This comment ^^ is intended for anyone that didn't read my issue and messaged me calling me an idiot because the quiet flag exists (despite the original issue talking about why this isn't sufficient) 😂 |
Beta Was this translation helpful? Give feedback.
-
Out of curiosity, which screen reader would you recommend to use with terminal applications? I've ran it through some of the examples through another link you provided - https://www.naturalreaders.com/online/, and it does a great job of ignoring a lot of the miscellaneous characters, so I'd love to use whatever software you're using on a day-to-day basis within your terminal so that I can incorporate it into my workflow and see what pain points there are
What would the best search output be for an optimised accessibility experience? It should be possible to configure this globally within Metasploit Framework, so it would be great to know what's preferred here. @bee-san Thanks for raising an issue and providing a blog post 👍 |
Beta Was this translation helpful? Give feedback.
-
I've been meaning to chime in here. I'm a fan of inclusion efforts, and I had done a bit of investigation and work as part of a hackathon in early 2020 to do exactly this sort of thing. I created a draft PR here with my code changes and video clips I had recorded at that time to demonstrate |
Beta Was this translation helpful? Give feedback.
-
@bee-san Did you have a chance to see the above comment asking for more information on the screen readers you would typically use, as well as @pbarry-r7's proof of concept? #15026 :) |
Beta Was this translation helpful? Give feedback.
-
Summary
Metasploit through a screen reader is horrible, because of all the ascii art.
I am suggesting we add a flag
--accessible
which gets rid of this ascii art to make it possible to use metasploit if you are disabled.Basic example
Here's how Metasploit looks:
Turning off the title with quiet mode, we still see ascii art throughout the program:
Note: This is copied from quiet mode enabled. Quiet mode does not make the program accessible.
I am suggesting a feature which disables all forms of ascii art such as lines, cute drawings, and more.
This feature can be called
--accessible
and is used via that flag.Motivation
Accessibility is a basic human right. Metasploit is the greatest pentesting tool to ever exist. It powers thousands of pentesters every hour. But it is not accessible.
Metasploit not being accessible means the vast majority of those that are disabled cannot get into information security because of this.
I wrote a blog post about this here:
https://bees.substack.com/p/making-hacking-accessible.
Please consider making Metasploit accessible. 💖
Beta Was this translation helpful? Give feedback.
All reactions