Portspoof
Go to file
2012-11-20 16:11:07 +01:00
auto fixed auto scripts 2012-08-06 14:38:25 +02:00
src travis support added 2012-11-20 15:50:43 +01:00
tools first commit 2012-08-04 13:28:52 +02:00
.travis.yml travis support added 2012-11-20 15:50:43 +01:00
aclocal.m4 first commit 2012-08-04 13:28:52 +02:00
AUTHORS 0.2 release - check the CHANGELOG for details 2012-08-11 10:20:41 +02:00
ChangeLog minor changes 2012-10-17 20:33:27 +02:00
config.h.in first commit 2012-08-04 13:28:52 +02:00
config.status first commit 2012-08-04 13:28:52 +02:00
configure minor changes 2012-10-17 20:33:27 +02:00
configure.in - Config file support 2012-09-28 21:58:08 +02:00
COPYING first commit 2012-08-04 13:28:52 +02:00
COPYRIGHT.GPL first commit 2012-08-04 13:28:52 +02:00
FAQ first commit 2012-08-04 13:28:52 +02:00
INSTALL first commit 2012-08-04 13:28:52 +02:00
Makefile.am first commit 2012-08-04 13:28:52 +02:00
Makefile.in first commit 2012-08-04 13:28:52 +02:00
NEWS first commit 2012-08-04 13:28:52 +02:00
README Improved logging mechanism 2012-08-13 16:39:43 +02:00
README.md README.md 2012-11-20 16:11:07 +01:00
TODO first commit 2012-08-04 13:28:52 +02:00

Portspoof Build Status

Effective defense against port scanners

Short description:

The portspoof program is designed to enhance OS security through emulation of legitimate service signatures on otherwise closed ports. It is meant to be a lightweight, fast, portable and secure addition to the any firewall system or security infrastructure. The general goal of the program is to make the port scanning software (Nmap/Unicornscan/etc) process slow and output very difficult to interpret, thus making the attack reconnaissance phase a challenging and bothersome task.

###General benefits of using this software are:

  • Protection against well known port scanners (all scanning results are chaotic and difficult to interpret)
  • Possibility to use your current firewall rules to decide for which hosts "port spoofing" applies
  • Port scanning detection functionality
  • Lightweight and fast

###Author: Piotr Duszynski (piotr@duszynski.eu) Follow me at @drk1wi

###License Consult the COPYING file.

###Compile instructions Consult the INSTALL file.

###Other important files

  • AUTHORS - File with Author contact info
  • Changelog - What I have implemented
  • TODO - What I am planning to implement in the upcoming versions
  • FAQ - Bug reporting and frequently asked questions