Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] Can you add a function to save monitored files based on date? #22

Open
alpha302 opened this issue Apr 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@alpha302
Copy link

As the administrator of the domain control, I can use LDAPmonitor to view some changes in the domain, but the |tee result.txt I use is too large. Is it possible to add a function to save logs in the program?

@p0dalirius p0dalirius self-assigned this Apr 14, 2024
@p0dalirius p0dalirius added the enhancement New feature or request label Apr 14, 2024
@p0dalirius
Copy link
Owner

p0dalirius commented Apr 14, 2024

Hi,

Which version are you using? (Powershell, CSharp, python)

In powershell -LogFile:

Write-Host " -LogFile : Log file to save output to."

In python --logfile:

parser.add_argument("-l", "--logfile", dest="logfile", type=str, default=None, help="Log file to save output to.")

In CSharp:
Not implemented yet, sorry i will add it.

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants