Geek Memos
  • Home
Subscribe
Tagged

port

A collection of 1 post

nmap

TCP Connect Scan using Python

########################################################################### # # Need Python version 2.x, scapy, and python module sys installed on system # Usage: python tcpConnect.py [hostname] [port] # For example: python tcpConnect.py google.com 80 # https://github.com/qasimchadhar/portScan/blob/master/tcpConnect.py # ########################################################################### from socket import * import logging logging.getLogger("scapy.runtime").setLevel(logging.CRITICAL)

  • Q
Q Mar 1, 2015 • 1 min read
Geek Memos © 2022
Powered by Ghost