Skip to content

thatsatechnique/outbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Outbound

Test outbound TCP port filtering

Simple PowerShell script to test TCP port connections to allports.exposed to identify any outbound filtering.

Usage:

Scan all ports 1-1023:
outbound.ps1 -ports (1..1023)

Scan specific ports:
outbound.ps1 -ports 22,53,80,443

Scan single port:
outbound.ps1 -ports 8080

About

Test outbound TCP port filtering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published