Search results

  1. V

    CompTIA Contact for CIN Network

    Please share contact CompTIA contact details for CIN network.
  2. V

    Python code for port scan

    #!/usr/bin/env python import sys from socket import * from datetime import datetime START_PORT = 1 END_PORT = 1025 target = raw_input(">>> Enter target's IP address: ") start_time = datetime.now().replace(microsecond=0) print "\nScan started at %s \n" % (start_time) def scan_target(target...
  3. V

    Cheat Sheet

    Cheat sheet related to CySA+ and it can used in general as well.