Skip to content

Instantly share code, notes, and snippets.

@ernest-ns
Created March 5, 2014 12:34
Show Gist options
  • Select an option

  • Save ernest-ns/9366332 to your computer and use it in GitHub Desktop.

Select an option

Save ernest-ns/9366332 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "*******************************************"
ps -aef | wc -l
echo "*******************************************"
sudo nmap -sS 127.0.0.1
echo "*******************************************"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment