Do nmap scan of the target
# nmap -sV -oX nmap_out.xml example.com 1>/dev/null 2>/dev/null
Convert nmap's XML output to JSON so that it can be fed to ELK stack.
#!/usr/bin/env python
| echo "Creating an SSH key for you..." | |
| ssh-keygen -t rsa | |
| echo "Please add this public key to Github \n" | |
| echo "https://github.com/account/ssh \n" | |
| read -p "Press [Enter] key after this..." | |
| echo "Installing xcode-stuff" | |
| xcode-select --install |