Skip to content

Conversation

@Mrinank-Bhowmick
Copy link
Contributor

@Mrinank-Bhowmick Mrinank-Bhowmick commented Sep 28, 2022

Checklist

  • I have followed the Contributor Guidelines.
  • The code has been thoroughly tested in my local development environment with flake8 and pylint.
  • The code is Python 3 compatible.
  • The code follows the PEP8 styling guidelines with 4 spaces indentation.
  • This Pull Request relates to only one issue or only one feature
  • I have referenced the corresponding issue number in my commit message
  • I have added the relevant documentation.
  • My branch is up-to-date with the Upstream master branch.

Changes proposed in this pull request

Added pop3 brute force

Your development environment

  • OS: Docker: Debian GNU/Linux 11 (bullseye)
  • OS Version: 11
  • Python Version: 3.9

@Mrinank-Bhowmick
Copy link
Contributor Author

Made a separate branch for pop3 brute force

#557

@Mrinank-Bhowmick
Copy link
Contributor Author

@Ali-Razmjoo @securestep9 Please can you check it once and tell me


class NettackPOP3Lib:
def pop3_brute_force(host, ports, usernames, passwords, timeout):
server = poplib.POP3(host,timeout=timeout)
Copy link
Collaborator

Choose a reason for hiding this comment

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

port must be used here.

@Ali-Razmjoo Ali-Razmjoo self-requested a review November 6, 2022 15:48
@Ali-Razmjoo Ali-Razmjoo merged commit 1ee00c8 into OWASP:master Nov 6, 2022
@Mrinank-Bhowmick Mrinank-Bhowmick deleted the pop3 branch November 27, 2022 17:26
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.

2 participants