| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example protocol for the MS-NRPC (Netlogon) protocol implemented in python:
pipx install git+https://github.com/NeffIsBack/NetlogonAuthenticating with a Domain Controller:
netlogon --dc-ip 192.168.56.11 --dc-name WINTERFELL -u WINTERFELL$ -H 64d0555fb7dc6fa2c74d650788e051d1 --domain north.sevenkingdoms.local --is-dcAuthenticating with a normal computer account:
netlogon --dc-ip 192.168.56.11 --dc-name WINTERFELL -u WINTERFELL$ -H 64d0555fb7dc6fa2c74d650788e051d1 --domain north.sevenkingdoms.localGet the "password" (NT-hash) of the computer account:
netlogon --dc-ip 192.168.56.11 --dc-name WINTERFELL -u WINTERFELL$ -H 64d0555fb7dc6fa2c74d650788e051d1 --domain north.sevenkingdoms.local --is-dc --get-passwordSet a new "password" (NT-hash) for the computer account:
netlogon --dc-ip 192.168.56.11 --dc-name WINTERFELL -u WINTERFELL$ -H 64d0555fb7dc6fa2c74d650788e051d1 --domain north.sevenkingdoms.local --is-dc --set-password 64d0555fb7dc6fa2c74d650788e051d1| Back | FazBrowse Home | New Git URL |