Skip to content

Conversation

@Mister-Joe
Copy link

Summary

This tool currently lacks a setup.py, making it impossible to install via pip or pipx. Since I prefer using pipx (to isolate Python tools in separate virtual environments), this change is necessary for proper installation.

Changes:

  • Added main() method (entry point for CLI execution).
  • Added minimal setup.py with:
    • Dependency specification (requests).
    • Console script entry point (ntlmscan=ntlmscan:main).

Example Usage:

pipx (or pip) install git+https://github.com/nyxgeek/ntlmscan
ntlmscan -h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant