notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
ismtp Test for SMTP user enumeration, internal spoofing, and relay
g20190921 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20190921Version of this port present on the latest quarterly branch.
Maintainer: rihaz.jerrin@gmail.com search for ports maintained by this maintainer
Port Added: 2019-05-26 22:00:11
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: MIT
WWW:
https://github.com/altjx/ipwn/tree/master/iSMTP
Description:
SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open relay. A tool that tests for all three and with great flexibility. iSMTP does just that, making it much easier to knock that process out of the way.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/ismtp
  2. /usr/local/share/licenses/ismtp-g20190921/catalog.mk
  3. /usr/local/share/licenses/ismtp-g20190921/LICENSE
  4. /usr/local/share/licenses/ismtp-g20190921/MIT
Collapse this list.
Dependency lines:
  • ismtp>0:security/ismtp
To install the port:
cd /usr/ports/security/ismtp/ && make install clean
To add the package, run one of these commands:
  • pkg install security/ismtp
  • pkg install ismtp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ismtp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1684157212 SHA256 (altjx-ipwn-g20190921-18198ad887c2d7e59c05b3f860d92e56f54d9144_GH0.tar.gz) = 94ad381c1405e097958d364e6505d07d065e1463dc2094e86cd2fb1bd158231a SIZE (altjx-ipwn-g20190921-18198ad887c2d7e59c05b3f860d92e56f54d9144_GH0.tar.gz) = 44500

Packages (timestamps in pop-ups are UTC):
ismtp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20190921g20190921-g20190921g20190921---
FreeBSD:13:quarterlyg20190921g20190921g20190921g20190921g20190921g20190921g20190921g20190921
FreeBSD:14:latestg20190921g20190921-g20190921g20190921g20190921-g20190921
FreeBSD:14:quarterlyg20190921g20190921-g20190921g20190921g20190921g20190921g20190921
FreeBSD:15:latestg20190921g20190921n/ag20190921n/ag20190921g20190921g20190921
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_ismtp
USES:
python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/altjx/ipwn/tar.gz/18198ad887c2d7e59c05b3f860d92e56f54d9144?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20190921
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
g20190921
18 May 2023 08:19:42
commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46eacommit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46eacommit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46eacommit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: rihaz jerrin
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
g20180824
19 Sep 2020 13:01:00
Revision:548980Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
g20180824
08 Mar 2020 17:01:47
Revision:528058Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
g20180824
26 May 2019 21:59:58
Revision:502752Original commit files touched by this commit
swills search for other commits by this committer
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>

Number of commits found: 5