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

Fix empty banner (never set) issue #19059

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

nrathaus
Copy link
Contributor

@nrathaus nrathaus commented Apr 5, 2024

This PR fixes: #18625

Copy link
Contributor

@smcintyre-r7 smcintyre-r7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, these changes look good to me. I was able to reproduce the original issue and then confirm that the proposed changes fixes it.

metasploit-framework (S:0 J:0) auxiliary(sniffer/psnuffle) > run
[*] Auxiliary module running as background job 0.
metasploit-framework (S:0 J:1) auxiliary(sniffer/psnuffle) > 
[*] Loaded protocol POP3 from /home/smcintyre/Repositories/metasploit-framework.pr/data/exploits/psnuffle/pop3.rb...
[*] Sniffing traffic.....
[*] Invalid POP3 Login: 127.0.0.1:51562-127.0.0.1:110 >> foobar / wakawaka ()
[*] Invalid POP3 Login: 127.0.0.1:51562-127.0.0.1:110 >> foobar /  ()
[*] Invalid POP3 Login: 127.0.0.1:49550-127.0.0.1:110 >> foobar / waka1 (+OK POP3 Welcome to vm-pop3d 1.1.6 <146.1712592056@bb08d5d5761c>)
[*] Invalid POP3 Login: 127.0.0.1:49550-127.0.0.1:110 >> foobar /  (+OK POP3 Welcome to vm-pop3d 1.1.6 <146.1712592056@bb08d5d5761c>)

@smcintyre-r7 smcintyre-r7 merged commit 397781f into rapid7:master Apr 8, 2024
37 checks passed
@smcintyre-r7
Copy link
Contributor

Release Notes

Fixes an issue with the psnuffle module's POP3 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug module rn-fix release notes fix
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Psnuffle's POP3 sniffer does not extract banner information
2 participants