Created attachment 240940 [details] [NEW PORT] security/ismtp : Test for SMTP user enumeration SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open relay. A tool that tested for all three and with great flexibility. iSMTP does just that, making it much easier to knock that process out of the way.
Thank you for your submission. Please set "maintainer-approval" on your patch if you wish for it to be looked at/committed. - MASTER_SITES=GH is incorrect. Just leave MASTER_SITES empty with USE_GITHUB. - please check your formatting and use portfmt if possible. - for GH_TAGNAME, try to use the full revision hash if possible. This is more future proof. Rest of the port looks good; it can likely be committed once these issues are fixed.
Created attachment 242188 [details] fix the Makefile as in the previous comments Patch generated for ismtp port ( security/ismtp )
Will commit with small changes.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6da2b6f73deac292a7b27e64105dfd26d12f46ea commit 6da2b6f73deac292a7b27e64105dfd26d12f46ea Author: rihaz jerrin <rihaz.jerrin@gmail.com> AuthorDate: 2023-05-15 02:54:06 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-18 08:19:42 +0000 security/ismtp: Test for SMTP user enumeration, internal spoofing, and relay SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open relay. A tool that tests for all three and comes with great flexibility. iSMTP does just that, making it much easier to knock that process out of the way. WWW: https://github.com/altjx/ipwn/tree/master/iSMTP PR: 270304 MOVED | 1 - security/Makefile | 1 + security/ismtp/Makefile (new) | 29 +++++++++++++++++++++++++ security/ismtp/distinfo (new) | 3 +++ security/ismtp/files/patch-iSMTP_iSMTP.py (new) | 18 +++++++++++++++ security/ismtp/pkg-descr (new) | 4 ++++ 6 files changed, 55 insertions(+), 1 deletion(-)
Thank you for your submission.