Pypykatz server
This is the server part of a server-agent model credential acquiring tool based on pypykatz.
Be sure to install pypykatz
via pip install pypykatz
first.
server.py <server_type> <....>
Currently supported server types:
- socket
server_type
= socket
server.py socket -l <listen_ip> -p <listen_port> -o <output_dir>
server.py socket 127.0.0.1 6666
listen_ip
IP to listen on
Optional, defaults to0.0.0.0
listen_port
TCP port to listen on Optional, defaults to54545
output_dir
Output directory to store credentials in
Optional, defaults tocreds