Created attachment 197757 [details] [NEW PORT]: security/ismtp Test for SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and relay. WWW:https://github.com/altjx/ipwn/tree/master/iSMTP
Comment on attachment 197757 [details] [NEW PORT]: security/ismtp This would be so much easier to read if you used svn diff or possibly diff -Naur Preferably svn diff
I just attached it as a *.shar file,any changes needs to be done, please let me know. Thank you
Created attachment 197776 [details] [NEW PORT]: security/ismtp Updated the share file.
I find you shar file very easy to read. I think the problem was that you had the work directory into it, but I see that you have just removed it and now it should be fine. Just a few comments on your Makefile. All variables should be defined before the targets, hence you should put PLIST_FILES earlier. I think you might need to reorder something else: probably you should put NO_BUILD after SHEBANG_FILES. See https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-order.html for official ordering instructions.
Why do you use version 1.5, when the help screen says 1.6 ?
Btw, testbuilds with minor mods are fine.
Created attachment 198641 [details] [new port ] security/ismtp It seems the author has removed the release version from github.Updated the Makefile with the changes mentioned. Have tested using poudriere/portlint. Thanks Jerrin
A commit references this bug: Author: swills Date: Sun May 26 21:59:59 UTC 2019 New revision: 502752 URL: https://svnweb.freebsd.org/changeset/ports/502752 Log: security/ismtp: create port 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. WWW: https://github.com/altjx/ipwn/tree/master/iSMTP PR: 231920 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> Changes: head/security/Makefile head/security/ismtp/ head/security/ismtp/Makefile head/security/ismtp/distinfo head/security/ismtp/files/ head/security/ismtp/files/patch-iSMTP.py head/security/ismtp/pkg-descr
Committed, thanks!