fun – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Fri, 21 Dec 2018 15:34:46 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png fun – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Great News, We Lied | User Error 55 https://original.jupiterbroadcasting.net/128541/great-news-we-lied-user-error-55/ Fri, 21 Dec 2018 07:34:46 +0000 https://original.jupiterbroadcasting.net/?p=128541 <h3><a href=”https://error.show/55″>Show Notes: error.show/55</a></h3>

The post Great News, We Lied | User Error 55 first appeared on Jupiter Broadcasting.

]]>

<h3><a href=”https://error.show/55″>Show Notes: error.show/55</a></h3>

The post Great News, We Lied | User Error 55 first appeared on Jupiter Broadcasting.

]]>
Fun with Port Scanning | In Depth Look https://original.jupiterbroadcasting.net/15726/fun-with-port-scanning-in-depth-look/ Fri, 13 Jan 2012 18:34:45 +0000 https://original.jupiterbroadcasting.net/?p=15726 How to check your own computer, other systems on your LAN, and audit your firewall from an outside host. It's just good computer hygiene!

The post Fun with Port Scanning | In Depth Look first appeared on Jupiter Broadcasting.

]]>

post thumbnail

It\’s just good computer hygiene to check what ports you have open from time to time. And its also a good security practice. In this week\’s episode, we\’re going to have FUN with port scanning… Yes really!

How to check your own computer, other systems on your LAN, and audit your firewall from an outside host.

Direct Download:

HD Download | Mobile Download | MP3 Download | Ogg Download | YouTube

RSS Feeds:

HD Feed | Mobile Feed | MP3 Feed | Ogg Feed | iTunes HD Feed

Support Jupiter Broadcasting with your Purchase:

[asa book]0979958717[/asa]
[asa book]1449902529[/asa]

Self Audit:

nmap localhost

Find all active IPs on your network:

nmap -sP 10.1.10.*

Get info about remote host ports and OS detection

nmap -sS -P0 -sV -O

Check your router/firewall from the outside:

All web servers on my local network:

nmap -sT -p 80 -oG – 10.1.10.* | grep open

Extra Fun:

The post Fun with Port Scanning | In Depth Look first appeared on Jupiter Broadcasting.

]]>