View Issue Details

IDProjectCategoryView StatusLast Update
0004395Kali LinuxNew Tool Requestspublic2017-12-18 22:08
Reporterj_jito Assigned Todookie  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version2017.3 
Summary0004395: Portspoof: This program primary goal is to enhance OS security
Description

The Portspoof program primary goal is to enhance OS security through a set of following techniques: All 65535 TCP ports are always open

Instead of informing an attacker that a particular port is in a CLOSED or FILTERED state Portspoof will return SYN+ACK for every port connection attempt/

As a result it is impractical to use stealth (SYN, ACK, etc.) port scanning against your system, since all ports are always reported as OPEN:

Steps To Reproduce

git clone https://github.com/drk1wi/portspoof.git

cd portspoof

./configure

make all && make install

portspoof -h

Activities

dookie

dookie

2017-12-18 22:08

reporter   ~0007711

Interesting idea for a utility but it doesn't do what it's supposed to and its documentation is non-existent.

Issue History

Date Modified Username Field Change
2017-12-05 20:29 j_jito New Issue
2017-12-18 22:08 dookie Assigned To => dookie
2017-12-18 22:08 dookie Status new => closed
2017-12-18 22:08 dookie Resolution open => won't fix
2017-12-18 22:08 dookie Note Added: 0007711