formats

Create HTML reports with nmap

Published on July 3, 2012, by + in linux, sysadmin.

Create HTML reports with nmap | nmap can actually create very good html reports. I’ll show you how! Below is a one-liner command that will scan and create an html file for all open ports and services. This example happens to be a scan of my home network with a few VirtualBox VMs started to add to the mix. I use

formats

OS X Firewall Not Stealth

Published on April 19, 2012, by + in osx.

OS X Firewall Not Stealth | By default, the OS X Lion firewall enabled and stealth actually has a few ports open, despite the System Preferences displaying no services running and no ports open. A nessus scan will reveal the following UDP ports open and broadcasting information: 5353 / UDP 123 / UDP 127 / UDP Note: Ignore port 4242 TCP

formats

Quick nmap How-To

Published on October 1, 2011, by + in sysadmin.

Quick nmap How-To | nmap or network mapper is an open source command line program for security auditing. Here is a basic intro! As always, only scan your own hosts or hosts that you have permission to scan! To do a simple check of open ports or port filtering, issue: $ sudo nmap host stmiller@brahms:~$ sudo nmap scottlinux.com Starting

formats

Quick Hping How-To

Quick Hping How-To | hping is an excellent networking tool that can be used to send a crafted packet over a specific port to test firewall settings. In this example, I’ll show you how to do quick firewall port testing using hping3. First, install hping! Ubuntu has the latest hping3: sudo apt-get install hping3 Ok, now let’s send a

formats

Roku Open Ports

Published on November 24, 2010, by + in linux, other.

Roku Open Ports | Being the hackery-type that I am, I have been poking at my newly purchased Roku HD. It turns out there are four ports open on the Roku. 8080, 8085, 8086, and 8087. After different attempts, the only fun I could come to is that you can telnet to your Roku on port 8080. The other

Home Posts tagged "ports"