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

Remove random print #1897

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Remove random print #1897

merged 1 commit into from
Feb 20, 2025

Conversation

NeffIsBack
Copy link
Contributor

When conn.listPath runs into an Exception that is not a SessionError, before raising it it is printed out. This results in random Exception messages on stdout when using impacket.

Tried to add Exception handling for the spider_plus module of NetExec and it took me a lot of time figuring out where the random Exception messages came from which were suddenly in the console. Imo this should definitely be removed, as it is just annoying for applications using impacket. If i would have to guess this is a leftover from debugging.
image

@anadrianmanrique anadrianmanrique self-assigned this Feb 19, 2025
@anadrianmanrique anadrianmanrique added the bug Unexpected problem or unintended behavior label Feb 19, 2025
@anadrianmanrique
Copy link
Contributor

@NeffIsBack thanks for the PR. As you said, it seems like a leftover from debugging.

@anadrianmanrique anadrianmanrique merged commit 6315ebd into fortra:master Feb 20, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants