Skip to content

turtles4all/TCPScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

TCPScanner

Simple and and quickly written TCP port scanner

compile with: gcc -std=c11 -Wall -o tscan tscan.c

Bash command for IP range: for x in {1..10}; do ./tscan -r 192.168.0.$x -p 1234 -e 1230; done

About

Simple and and quickly written TCP port scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages