Bug 270304 - [NEW PORT] security/ismtp : Test for SMTP user enumeration
Summary: [NEW PORT] security/ismtp : Test for SMTP user enumeration
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-18 10:41 UTC by Rihaz Jerrin
Modified: 2023-05-18 08:26 UTC (History)
2 users (show)

See Also:


Attachments
[NEW PORT] security/ismtp : Test for SMTP user enumeration (2.48 KB, application/x-shellscript)
2023-03-18 10:41 UTC, Rihaz Jerrin
no flags Details
fix the Makefile as in the previous comments (3.64 KB, patch)
2023-05-15 09:59 UTC, Rihaz Jerrin
rihaz.jerrin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rihaz Jerrin 2023-03-18 10:41:16 UTC
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.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-04-27 21:34:57 UTC
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.
Comment 2 Rihaz Jerrin 2023-05-15 09:59:27 UTC
Created attachment 242188 [details]
fix the Makefile as in the previous comments

Patch generated for ismtp port ( security/ismtp )
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-05-15 13:30:43 UTC
Will commit with small changes.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-05-18 08:21:14 UTC
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(-)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-05-18 08:26:01 UTC
Thank you for your submission.