Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

BirdHacks/pypykatz_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pypykatz_server

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.

Usage

server.py <server_type> <....> Currently supported server types:

  1. socket

Socket server

server_type = socket

Parameters

server.py socket -l <listen_ip> -p <listen_port> -o <output_dir>

Example

server.py socket 127.0.0.1 6666

Options:

  1. listen_ip IP to listen on
    Optional, defaults to 0.0.0.0
  2. listen_port
    TCP port to listen on Optional, defaults to 54545
  3. output_dir
    Output directory to store credentials in
    Optional, defaults to creds

About

Pypykatz server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%