mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 05:43:35 -07:00
Merge 38023edfaa
into 398a1fce31
This commit is contained in:
commit
061a66ef52
1 changed files with 16 additions and 6 deletions
22
README.md
22
README.md
|
@ -101,15 +101,25 @@ Edit this file /etc/NetworkManager/NetworkManager.conf and comment the line: `dn
|
||||||
|
|
||||||
- This tool is not meant to work on Windows.
|
- This tool is not meant to work on Windows.
|
||||||
|
|
||||||
- For OSX, please note: Responder must be launched with an IP address for the -i flag (e.g. -i YOUR_IP_ADDR). There is no native support in OSX for custom interface binding. Using -i en1 will not work. Also to run Responder with the best experience, run the following as root:
|
- For macOS, please note: Responder must be launched with an IP address for the -i flag (e.g. -i YOUR_IP_ADDR). There is no native support in OSX for custom interface binding. Using -i en1 will not work. Also to run Responder with the best experience, run the following as root:
|
||||||
|
|
||||||
launchctl unload /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist
|
```
|
||||||
|
launchctl bootout system /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist
|
||||||
|
launchctl bootout system /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
|
||||||
|
launchctl bootout system /System/Library/LaunchDaemons/com.apple.smbd.plist
|
||||||
|
launchctl bootout system /System/Library/LaunchDaemons/com.apple.netbiosd.plist
|
||||||
|
```
|
||||||
|
|
||||||
launchctl unload /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
|
- Quickstart for macOS:
|
||||||
|
|
||||||
launchctl unload /System/Library/LaunchDaemons/com.apple.smbd.plist
|
```
|
||||||
|
git clone https://github.com/lgandx/Responder
|
||||||
launchctl unload /System/Library/LaunchDaemons/com.apple.netbiosd.plist
|
cd Responder/
|
||||||
|
python3 -m venv .
|
||||||
|
source bin/activate
|
||||||
|
python3 -m pip install netifaces
|
||||||
|
sudo python3 Responder.py
|
||||||
|
```
|
||||||
|
|
||||||
## Usage ##
|
## Usage ##
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue