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

Add useful aliases and a FAQ for Responder #67

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
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
7 changes: 6 additions & 1 deletion source/getting-started/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,9 @@ How to retrieve your desktop login details ?

The container's root password can be obtained with ``exegol info <container>`` (i.e. this is needed when using the :doc:`desktop </the-exegol-project/python-wrapper>` feature)

.. TODO: add a note, when the Desktop feature is in prod, that explains the ups and dows of X11 vs. Desktop mode.
.. TODO: add a note, when the Desktop feature is in prod, that explains the ups and dows of X11 vs. Desktop mode.

Fixing Responder's limited packet capture on macOS
==================================================

To resolve this issue, use the ``--externalip=$YourLocalIP`` option. This option allows Responder to capture all packets on your local network, rather than limiting itself to local broadcast protocols like NetBIOS.
2 changes: 2 additions & 0 deletions source/getting-started/tips-and-tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Network related
* ``ipr``: List network routes in short and colorful way
* ``pc``: Shortcut to ``proxychains``
* ``ncvz``: Shortcut to test an open TCP port
* ``tun0``: IP address of the tun0 interface
* ``eth0``: IP address of the eth0 interface

Shell
-----
Expand Down