Skip to content

Instantly share code, notes, and snippets.

View samvarankashyap's full-sized avatar
🎯
Focusing

Samvaran Rallabandi samvarankashyap

🎯
Focusing
  • Red Hat
  • Toronto
View GitHub Profile
#!/usr/bin/env python
"""
Performs NMAP Scan(s) and tests SSH Connections (If desired)
"""
import argparse
import json
import socket
import nmap
import paramiko