2

I want to test my iptables and prove that it only allows traffic for given Protocol / Port - combinations. How I can use as a target for a port scan?

peterh
  • 4,953
  • 13
  • 30
  • 44
vinzBad
  • 133
  • 8

1 Answers1

3

Portspoof is a tool which will allow you to emulate a lot of services listening on a large number of ports. Its primary use is to confuse port scan attempts, but it may also fill your needs.

WhiteWinterWolf
  • 268
  • 5
  • 14