Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 544 Bytes

tcp_port_scanner

Basic tcp based port scanner with sockets and threading Made with python

usage

python3 tcp_scanner.py -p < port > -ip <ipaddress > -o output_file.txt

usage : tcp_scanner.py -p 0-3000 -o <output file_name> -ip <ip address>

-p - port to scan [ Default : 1 - 1024 ] [ optional ]

  -o - output file name with extention [optional ] [ Eg : out.txt]

  -ip - ip address to scan via Tcp [ Required ]

About port config

This file contains the port configuration this is referred from linux port map [ Info ]