trust is easily compromised
Showing 1 - 25 of 102 RSS Feed

Files

IPT_PKD Iptables Port Knocking Detection 1.10
Posted Jan 23, 2012
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection with SPA (single packet authorization). This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: This release has been updated for Linux 3.x, and tested with Linux 3.2 and iptables 1.4.12.2.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | f351c9bd9d51d0d8b19e1dbd145353db
Linux IPTables Firewall 1.4.12.1
Posted Nov 15, 2011
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: Assorted bug fixes.
tags | tool, firewall
systems | linux
MD5 | b08a1195ec2c1ebeaf072db3c55fdf43
Linux IPTables Firewall 1.4.11
Posted May 27, 2011
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: Support for new features in the 2.6.39 kernel. Various bugfixes, cleanups, and documentation updates.
tags | tool, firewall
systems | linux
MD5 | 4d77c912d17364e2515fda27d398e15e
Fina Iptables Script 0.2.4
Posted Feb 15, 2011
Authored by Tobias Klausmann | Site schwarzvogel.de

Fina is a simple, robust bash script that loads iptables rules from a rules directory. As such, it isn't concerned with creating rules for you; it just helps you load them in a robust way, going back to older or safe rules when things go wrong.

tags | tool, firewall, bash
systems | linux, unix
MD5 | 8790e6640cd09779db04ded631dc1d88
Linux IPTables Firewall 1.4.10
Posted Nov 2, 2010
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: This release contains support for the new features in kernel 2.6.36, documentation updates, and bugfixes.
tags | tool, firewall
systems | linux
MD5 | f382fe693f0b59d87bd47bea65eca198
IPT_PKD Iptables Port Knocking Detection 1.8
Posted Sep 23, 2010
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection. This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: This release adds support for iptables 1.4.9 and Linux kernel 2.6.35.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | cd85e550c8ba34af16e0608a9cd4bf84
Linux IPTables Firewall 1.4.9.1
Posted Aug 7, 2010
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: This release fixes a compilation error with static linking in the 1.4.9 release.
tags | tool, firewall
systems | linux
MD5 | fbadfb0b5f2dbda49e0ad06a798898e3
Linux IPTables Firewall 1.4.9
Posted Aug 5, 2010
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: Support for new features in the 2.6.35 kernel, documentation updates, bugfixes, and small feature additions.
tags | tool, firewall
systems | linux
MD5 | db1312f7ce5a4c11dc981a2ac76b26e8
IPT_PKD Iptables Port Knocking Detection 1.7
Posted Jul 9, 2010
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection. This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: This release adds support for iptables 1.4.7 and 1.4.8 and Linux kernel 2.6.34.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | d7a2e728d77076a4d187f56b1a6d0c23
Linux IPTables Firewall 1.4.8
Posted May 21, 2010
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: Support for new features in the 2.6.34 kernel, documentation updates, and bugfixes.
tags | tool, firewall
systems | linux
MD5 | 6b407c1b2e34233cdc3882b26a8dccb3
Authfail 1.1.7
Posted May 4, 2010
Authored by Bartek Krajnik | Site bmk.bz

authfail is a tool for adding IP addresses to an ACL when entities from those addresses attempt to log into a system, but cause authentication failures in auth.log. It reads data from auth.log in real time and adds the IP into netfilter with a DROP/REJECT policy.

Changes: New rules were added to catch more denied login attempts.
tags | tool, firewall
systems | linux
MD5 | 5ed1ee572f5c5c7f92f5be454515f0a7
Linux IPTables Firewall 1.4.7
Posted Mar 2, 2010
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: This release contains support for new features in the 2.6.33 kernel, documentation updates, and bugfixes.
tags | tool, firewall
systems | linux
MD5 | 645941dd1f9e0ec1f74c61918d70d52f
pkd-1.6.tgz
Posted Feb 4, 2010
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection. This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: This version was updated for Linux 2.6.32 and iptables 1.4.6. A new knock client was added, which is written in C# and works on both Linux and Windows and encrypts configuration data. A pre-built kernel module, an iptables library for vyatta community edition 5, and a small install script for vyatta were added.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | 4432ad63c3c43746b3ee33aed3aa69c8
Linux IPTables Firewall 1.4.6
Posted Dec 10, 2009
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: This release supports all new features of the 2.6.32 kernel, contains manpage updates, and fixes multiple smaller bugs.
tags | tool, firewall
systems | linux
MD5 | c67cf30e281a924def6426be0973df56
IPT_PKD Iptables Port Knocking Detection 1.5
Posted Dec 5, 2009
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection. This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: This release adds support for iptables 1.4.4 and 1.4.5 and kernels 2.6.30 and 2.6.31.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | 4218bd5790110e326b8e61508a54b6fa
Linux IPTables Firewall 1.4.5
Posted Sep 15, 2009
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: This release includes updates for new features in kernel 2.6.31, bugfixes, and documentation updates.
tags | tool, firewall
systems | linux
MD5 | 44f13990132c20299c1994cd6f425140
Linux IPTables Firewall 1.4.4
Posted Jun 17, 2009
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: This release includes updates for new extensions in kernel 2.6.30, bugfixes, and documentation updates.
tags | tool, firewall
systems | linux
MD5 | 08cd9196881657ea0615d926334cb7e9
IPT_PKD Iptables Port Knocking Detection
Posted May 24, 2009
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection. This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: This version adds support for libxtables, iptables 1.4.3.2, and Linux kernel 2.6.29. A port config option was added on the Python knock, so you don't have to have a bunch of UDP ports open on a firewall to pass a knock through to an internal client.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | fd6b09b282210087285ef4630ab6746b
Vuurmuur Firewall Manager
Posted Apr 6, 2009
Authored by Victor Julien | Site vuurmuur.org

Vuurmuur is a middle-end and front-end for netfilter and iptables that is aimed at system administrators who need a decent firewall, but do not have netfilter specific knowledge. It converts human-readable rules into an iptables ruleset (or optional a bash script), makes netfilter logs readable, and includes an ncurses GUI.

Changes: Traffic shaping handling was improved. Source port randomization support was added. Support for PMTU MSS clamping was added. Generating and installing of translations was fixed. There were many other small fixes.
tags | tool, firewall, bash
systems | linux
MD5 | bad91aafcbea5e3a434440f88d722778
Linux IPTables Firewall 1.4.3
Posted Mar 24, 2009
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: This release includes features available in 2.6.29. The main changes are numerous documentation updates, a set of changes to move some of the iptables functionality to a shared library, IPv6 support for the recent match, TPROXY support, and SCTP/DCCP NAT support.
tags | tool, firewall
systems | linux
MD5 | 952f8df5815b658bdf34b8d58fe94c63
IPT_PKD Iptables Port Knocking Detection
Posted Feb 11, 2009
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection. This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: Added support for 2.6.28 kernels and iptables 1.4.2.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | d2782eebcdbc583ae083093c82398cb9
pkd-1.2.tgz
Posted Oct 30, 2008
Authored by eric

ipt_pkd is an iptables extension implementing port knock detection. This project provides 3 parts: the kernel module ipt_pkd, the iptables user space module libipt_pkd.so, and a user space client knock program. For the knock packet, it uses a UDP packet sent to a random port that contains a SHA-256 of a timestamp, small header, random bytes, and a shared key. ipt_pkd checks the time window of the packet and does the SHA-256 to verify the packet. The shared key is never sent.

Changes: See changelog.
tags | tool, kernel, udp, firewall
systems | linux
MD5 | 8dc3716f11ad90da9b374137c9c47488
Linux IPTables Firewall 1.4.2
Posted Oct 23, 2008
Site iptables.org

iptables is built on top of netfilter, the packet alteration framework for Linux 2.4.x and 2.6.x. It is a major rewrite of its predecessor ipchains, and is used to control packet filtering, Network Address Translation (masquerading, portforwarding, transparent proxying), and special effects such as packet mangling.

Changes: Various fixes in this release.
tags | tool, firewall
systems | linux
MD5 | a138d1c2e74321e0e4e228a9fb301c9a
Vuurmuur-0.6.tar.gz
Posted Sep 28, 2008
Authored by Victor Julien | Site vuurmuur.org

Vuurmuur is a middle-end and front-end for netfilter and iptables that is aimed at system administrators who need a decent firewall, but do not have netfilter specific knowledge. It converts human-readable rules into an iptables ruleset (or optional a bash script), makes netfilter logs readable, and includes an ncurses GUI.

Changes: Added support for the --random option for NAT targets/actions. Added support for traffic shaping. Various other switches and bug fixes are included since 0.5.73.
tags | tool, firewall, bash
systems | linux
MD5 | f34cff6d33f8e1d5845ce699b06b6674
slackfire-0.65.d-noarch-1.tgz
Posted Sep 22, 2008
Authored by Mikhail Zotov | Site slackfire.berlios.de

SlackFire is an firewall script implemented with iptables. It is completely configurable via a CLI, as all configuration is performed via configuration files. It supports all kinds of packet forwarding, including NAT, NAT with port redirection, and forwarding to machines with routable IP addresses. The configuration files are heavily commented, and messages in the log file are as informative as possible.

tags | tool, firewall
systems | linux
MD5 | f7a8b5fec157ff04bd34f148c94a9b8b
Page 1 of 5
Back12345Next

Top Authors In Last 30 Days

packet storm

© 2012 Packet Storm. All rights reserved.

close