GUI for SSH-MITM #72
Unanswered
manfred-kaiser
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The next release of SSH-MITM will include a simple GUI. This gui is intended if you want to quick start with ssh audits. It's still possible to use ssh-mitm from the command line.
The gui will not replace the command line interface and it's still recommended to use the cli version. The reason is, the the command line version supports all features, while the gui supports only the most used features.
If you want to test the gui, you can checkout the develop branch and install ssh-mitm from the local git repository.
The gui is based on Gooey.
Gooey requires wxPython to be installed. You should check if prebuilt packages for your distribution exists: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/
After installing wxPython, you can install SSH-MITM from your local the develop branch.
pip install /path/to/local/repo[gui]
The gui can be started with the command ssh-mitm-gui
Snap Package:
The Snap Package will be bundled with all packages required to run the gui and will be integrated in the app drawer of your desktop. It's still possible (and recommended) to use SSH-MITM from the command line.
AppImage:
The App will not contain the gui.
Beta Was this translation helpful? Give feedback.
All reactions