Skip to content

vishnoe115/SmtpPortCheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SmtpPortCheck

Check Open Port SMTP on Ubuntu / Linux ( Terminal )

clear && wget -qO- "https://raw.githubusercontent.com/achmadismail173/SmtpPortCheck/refs/heads/main/LinuxCheckSmtpPort.sh"  | bash

Check Open Port SMTP on RDP Windows ( PowerShell )

Clear-Host; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/achmadismail173/SmtpPortCheck/refs/heads/main/RDPCheckSmtpPort.ps1" | Invoke-Expression;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.9%
  • PowerShell 44.1%