lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: hena at hack.fi (hena)
Subject: closing ports

Hi.

if your running linux try something like
iptables -t filter -A INPUT -p tcp -s 0.0.0.0 --syn -j REJECT
--reject-with tcp-reset

this way you get ALL the ports closed, even the local range ports and
still have a working connection, then open the ones you need to have
open. The --syn flag drops all packets that have syn bit enabled and 
ack bit not(these are the connection initiation packets).


On Fri, 2003-11-07 at 09:50, Christ-Henning Ljosheim wrote:
>  
> Hi 
> I am new in this group (from Norway)
> Do you have any tips for which ports I should close to held my network
> clean for intruders ?
> I've closed port 1214 and 6881 to 6889 . Anyone else I should close ?
>  
> Chris


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ