<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kangtain.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Port_25</id>
	<title>Port 25 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kangtain.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Port_25"/>
	<link rel="alternate" type="text/html" href="https://kangtain.com/wiki/index.php?title=Port_25&amp;action=history"/>
	<updated>2026-05-05T14:21:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://kangtain.com/wiki/index.php?title=Port_25&amp;diff=6207&amp;oldid=prev</id>
		<title>Kangtain: Created page with &quot;&lt;syntaxhighlight lang=&quot;shell&quot;&gt; nc -nvv 10.11.1.111 25 HELO foo &lt;/syntaxhighlight&gt;&lt;syntaxhighlight lang=&quot;shell&quot;&gt; telnet 10.11.1.111 25 VRFY root &lt;/syntaxhighlight&gt;&lt;syntaxhighlight lang=&quot;shell&quot;&gt; nmap --script=smtp-commands,smtp-enum-users,smtp-vuln-cve2010-4344,smtp-vuln-cve2011-1720,smtp-vuln-cve2011-1764 -p 25 10.11.1.111 &lt;/syntaxhighlight&gt;&lt;syntaxhighlight lang=&quot;shell&quot;&gt; smtp-user-enum -M VRFY -U /root/sectools/SecLists/Usernames/Names/names.txt -t 10.11.1.111 &lt;/syntaxhig...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kangtain.com/wiki/index.php?title=Port_25&amp;diff=6207&amp;oldid=prev"/>
		<updated>2022-10-23T16:11:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt; nc -nvv 10.11.1.111 25 HELO foo &amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt; telnet 10.11.1.111 25 VRFY root &amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt; nmap --script=smtp-commands,smtp-enum-users,smtp-vuln-cve2010-4344,smtp-vuln-cve2011-1720,smtp-vuln-cve2011-1764 -p 25 10.11.1.111 &amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt; smtp-user-enum -M VRFY -U /root/sectools/SecLists/Usernames/Names/names.txt -t 10.11.1.111 &amp;lt;/syntaxhig...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
nc -nvv 10.11.1.111 25&lt;br /&gt;
HELO foo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
telnet 10.11.1.111 25&lt;br /&gt;
VRFY root&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
nmap --script=smtp-commands,smtp-enum-users,smtp-vuln-cve2010-4344,smtp-vuln-cve2011-1720,smtp-vuln-cve2011-1764 -p 25 10.11.1.111&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
smtp-user-enum -M VRFY -U /root/sectools/SecLists/Usernames/Names/names.txt -t 10.11.1.111&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* SMTP relay&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
msfconsole&lt;br /&gt;
use auxiliary/scanner/smtp/smtp_relay&lt;br /&gt;
set RHOSTS &amp;lt;IP or File&amp;gt;&lt;br /&gt;
set MAILFROM &amp;lt;PoC email address&amp;gt;&lt;br /&gt;
set MAILTO &amp;lt;your email address&amp;gt;&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Send email unauth:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
MAIL FROM:admin@admin.com&lt;br /&gt;
RCPT TO:DestinationEmail@DestinationDomain.com&lt;br /&gt;
DATA&lt;br /&gt;
test&lt;br /&gt;
.&lt;br /&gt;
Receive:&lt;br /&gt;
250 OK&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
&lt;br /&gt;
* [https://pentestbook.six2dez.com/enumeration/ports six2dez.com]&lt;/div&gt;</summary>
		<author><name>Kangtain</name></author>
	</entry>
</feed>