↧
Perl port scanner code
Tcp connect port scanner in perl A tcp connect port scanner works on the principle of establishing a full tcp connection on a port it wants to check. Therefore a port scanner is quite easy to code, as...
View ArticlePerl socket programming tutorial
Tcp/IP socket programming Sockets enable your program or application to talk to other machines over the network. When you type in google.com in your browser, it talks to google.com over the internet...
View ArticleSyn flood program in perl using raw sockets (Linux)
Syn flood program sends out a large number of syn packets to a destination host such that the destination host gets under heavy pressure to reply to all of them and hence consumes huge amount of...
View Article