Skip to content

Instantly share code, notes, and snippets.

@ernest-ns
Created March 5, 2014 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ernest-ns/9366332 to your computer and use it in GitHub Desktop.
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