-
Hacking With python: Information Gathering 1
In hacking with python series, this is the first script for information gathering. A Simple python script which actively scans a port to check if it is open and Grab the service running on that port. About the script: Socket library in python is used to make connection [ TCP or UDP ]. Function proghelp…