Section: .. / UNIX / misc /
| /// File Name: |
httptunnel-1.102.tar.gz |
Description:
|
httptunnel v1.102 can create a two-way data path through an HTTP proxy, from your isolated computer forced to use an HTTP proxy, to a system on the Internet you have access to. Even more bugfixes and code improvements.
| | Author: | Lars Brinhoff | | File Size: | 207410 | | Last Modified: | Aug 16 20:06:51 1999 |
| MD5 Checksum: | 6ea9839fafd2bc5090122c66d11a7b12 |
|
| /// File Name: |
httptunnel-1.101.tar.gz |
Description:
|
httptunnel v1.101 can create a two-way data path through an HTTP proxy, from your isolated computer forced to use an HTTP proxy, to a system on the Internet you have access to. Tons of bugfixes and code optimizations in this release.
| | Author: | Lars Brinhoff | | File Size: | 207039 | | Last Modified: | Aug 16 20:06:51 1999 |
| MD5 Checksum: | 677492076db6f2fc362be4b4b80bb0cb |
|
| /// File Name: |
httptunnel-1.98.tar.gz |
Description:
|
httptunnel v1.98 can create a two-way data path through an HTTP proxy, from your isolated computer forced to use an HTTP proxy, to a system on the Internet you have access to. Lots fo bugfixes in this release.
| | Author: | Lars Brinhoff | | File Size: | 206974 | | Last Modified: | Aug 16 20:06:52 1999 |
| MD5 Checksum: | 4ec19a324705a85e5d32dec48248e2e0 |
|
| /// File Name: |
httptunnel-1.97.tar.gz |
Description:
|
httptunnel v1.97 can create a two-way data path through an HTTP proxy, from your isolated computer forced to use an HTTP proxy, to a system on the Internet you have access to.
| | Author: | Lars Brinhoff | | Changes: | This version has a major incompatibility change in the protocol and is generally more robust. This is a beta release in anticipation of 2.0. | | File Size: | 206014 | | Last Modified: | Aug 16 20:06:52 1999 |
| MD5 Checksum: | d0ba793cc827306f17ef6aa88512157b |
|
| /// File Name: |
userv.tar.gz |
Description:
|
userv is a Unix system facility to allow one program to invoke another when only limited trust exists between them. It is a tool for system administrators, who often find themselves with a program running as one user which needs to be able to do certain things as another user.
| | File Size: | 204983 | | Last Modified: | Aug 16 20:01:38 1999 |
| MD5 Checksum: | 025794e1629474105130f18a29415aa9 |
|
| /// File Name: |
httptunnel-1.96.tar.gz |
Description:
|
See description above.
| | File Size: | 203915 | | Last Modified: | Aug 16 20:06:51 1999 |
| MD5 Checksum: | 32476fcf50158e01c3a668bb796533f2 |
|
| /// File Name: |
dltrace-0.5.tar.bz2 |
Description:
|
iDEFENSE Labs is pleased to announce the release of dltrace, a portable dynamic library call tracer. dltrace attempts to remain portable to all x86 platforms which support the execution of ELF binaries and expose a debugging interface via procfs or the ptrace() system call. The shared library call tracing is done at a level which allows all calls to all exported symbols in loaded libraries to be traced. In addition, dltrace does not rely on specific rtld exports to retrieve library and symbol information and is capable of determining function arguments dynamically via run-time disassembly.
| | Homepage: | http://labs.idefense.com/ | | File Size: | 198330 | | Last Modified: | Jun 24 03:07:40 2005 |
| MD5 Checksum: | ceb8465b010a871ffe5685d003eabaaa |
|
| /// File Name: |
DMitry-1.2a.tar.gz |
Description:
|
DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU)Linux Command Line Application coded in C. DMitry has the ability to gather as much information as possible about a host. Base functionality is able to gather possible subdomains, email addresses, uptime information, tcp port scan, whois lookups, and more.
| | Author: | James Greig | | Homepage: | http://www.mor-pah.net | | File Size: | 197156 | | Last Modified: | Jan 18 01:35:24 2005 |
| MD5 Checksum: | 5917242266383be3aa7e0e618ae0c015 |
|
| /// File Name: |
irpas_0.10.tar.gz |
Description:
|
IRPAS is a suite of routing protocol attack tools which sends custom routing protocol packets from the unix command line. It is very useful for searching for new routing protocol vulnerabilities. The primary tool is ASS, a scanner for routing protocol activity (active and passive). Included is a tool for sending Cisco Discovery Protocol (CDP) messages, one for injecting IGRP routes, and a scanner for IGRP autonomous systems. Also supports CDP, IRDP, EIGRP, RIPv1, RIPv2, OSPF, and HSRP. Includes a TCP traceroute tool and an IP protocol scanner. Documentation available here. GRE attack paper available here.
| | Author: | FX | | Homepage: | http://www.phenoelit.de | | Changes: | Improved ASS, DHCP attack tool, ICMP redirect tool. | | File Size: | 190677 | | Last Modified: | Jan 11 01:00:07 2002 |
| MD5 Checksum: | 314670e9d239694cdd4e1f529b63959b |
|
| /// File Name: |
g2s-0.4.1.tar.gz |
Description:
|
G2S is a smart, all-in-one frontend between client and server applications. It features portability, a robust super-server (inetd) replacement, TCP-wrappers integrated with paranoid DNS checks and support for broken or fake name servers, handy but detailed log files, support for various protocols (raw IP, ICMP, GGP, TCP, EGP, PUP, UDP, RDP), IPv6 compliance, IPv6 to IPv4 gatewaying, and support for RBL maps for automatic spam filtering.
| | Homepage: | http://www.jedi.claranet.fr | | File Size: | 180104 | | Last Modified: | Dec 15 16:07:52 2000 |
| MD5 Checksum: | 3666acb9813482d123d3e360fa06f4f6 |
|
| /// File Name: |
strace-3.1.0.1.tar.gz |
Description:
|
System call tracer for SunOS 4.x, Linux, System V release 4, Solaris 2.x and Irix 5.x. strace is a useful diagnositic, instructional, and debugging tool. System adminstrators, diagnosticians and troubleshooters will find it invaluable for solving problems with programs for which the source is not readily available since they do not need to be recompiled in order to trace them. Students, hackers and the overly-curious will find that a great deal can be learned about a system and its system calls by tracing even ordinary programs. And programmers will find that since system calls and signals are events that happen at the user/kernel interface, a close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.
| | Author: | Rick Sladkey | | File Size: | 176453 | | Last Modified: | Aug 16 20:06:53 1999 |
| MD5 Checksum: | 48727b0c36bc27e07342d89db6b2711d |
|
| /// File Name: |
strace-3.1.tar.gz |
Description:
|
System call tracer for SunOS 4.x, Linux, System V release 4, Solaris 2.x and Irix 5.x. strace is a useful diagnositic, instructional, and debugging tool. System adminstrators, diagnosticians and troubleshooters will find it invaluable for solving problems with programs for which the source is not readily available since they do not need to be recompiled in order to trace them. Students, hackers and the overly-curious will find that a great deal can be learned about a system and its system calls by tracing even ordinary programs. And programmers will find that since system calls and signals are events that happen at the user/kernel interface, a close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.
| | Author: | Rick Sladkey | | File Size: | 176354 | | Last Modified: | Aug 16 20:06:53 1999 |
| MD5 Checksum: | 3888ea070935c32b03bd5af4afbafe30 |
|
| /// File Name: |
passwdd-0.10.tar.gz |
Description:
|
passwdd is a client/server packages which allows basic synchronization of password files among different machines. There are Linux server and Linux console clients. With Visual C/C++ you can compile the Windows version of the clients. Perl CGIs are included as well.
| | Author: | Alexander Feldman | | Homepage: | http://www.varna.net/~alex/passwdd/ | | Changes: | SunOS compatibility. | | File Size: | 155566 | | Last Modified: | Dec 6 22:21:00 1999 |
| MD5 Checksum: | 546667aeb175437b9b34ca5738ec7b83 |
|
| /// File Name: |
rfdump-1.6.tar.gz |
Description:
|
RFDump is a tool to detect RFID-Tags and show their meta information: Tag ID, Tag Type, manufacturer etc. The user data memory of a tag can be displayed and modified using either a Hex or an ASCII editor. Tag contents can be stored and loaded using a specific XML format. This effectively allows the copy of data from one tag to another. In addition, the integrated cookie feature demonstrates how easy it is for a company to abuse RFID technology to spy on their customers. RFDump works with the ACG Multi-Tag Reader or similar card reader hardware. The tags that are supported for reading, writing, and editing are ISO 15693, ISO 14443 A, ISO 14443 B, SR176(1,2), Tag-it®, and I-Code®.
| | Author: | lgrunwald | | Homepage: | http://www.rfdump.org/ | | File Size: | 151954 | | Last Modified: | Jun 20 15:06:40 2008 |
| MD5 Checksum: | 9db8053b5e2268234f516daed2731db8 |
|
| /// File Name: |
travesty-1.0.tar.gz |
Description:
|
Travesty is an interactive program for managing the hardware addresses of ethernet devices on your computer. It supports manually changing the MAC, generating random addresses, and applying different vendor prefixes to the current address. It also allows the user to import their own lists of hardware addresses and descriptions that can be navigated from within the Travesty interface. Travesty is written in Python, and is very simple to add functionality to, or modify.
| | Author: | Robert Wesley McGrew | | Homepage: | http://cse.msstate.edu/~rwm8/ | | File Size: | 147042 | | Last Modified: | Feb 1 02:10:10 2005 |
| MD5 Checksum: | 2e613548670ab582c55c0ea333711be8 |
|
| /// File Name: |
passwdd-0.02-patch1.tar.gz |
Description:
|
passwdd 0.02-patch1 - passwdd is a client/server package which allows basic synchronization of password files among different machines. There are Linux server and Linux console clients. With Visual C/C++ you can compile the Windows version of the clients. Perl CGIs are included as well.
| | Author: | Alexander Feldman | | Changes: | Several minor bugfixes. | | File Size: | 143609 | | Last Modified: | Aug 16 20:07:00 1999 |
| MD5 Checksum: | 34ac3f970855d6ed6f345577520e5aba |
|
| /// File Name: |
passwdd-0.02.tar.gz |
Description:
|
passwdd 0.02 - passwdd is a client/server packages which allows basic synchronization of password files among different machines. There are Linux server and Linux console clients. With Visual C/C++ you can compile the Windows version of the clients. Perl CGIs are included as well.
| | Author: | Alexander Feldman | | Changes: | Now you can add and delete users, the entire code is rewritten in C++, autoconf is used to make configure script, a lot of new features are added and the suite is now tested with RedHat Linux, not only with Slackware. | | File Size: | 141400 | | Last Modified: | Aug 16 20:07:00 1999 |
| MD5 Checksum: | f11f50939c0d83a3c94cc09b85917da3 |
|
| /// File Name: |
tempest-AM-1.0.tar.gz |
Description:
|
It is a well known fact that electrical devices and, in this case, specifically computers generate electromagnetic radiation which causes the device to interfere with radio reception. Tempest-AM generates AM radio signal on your monitor in the form of patterns. This pattern causes high resolution monitors to transmit the AM signal. This signal can be picked up by simple handheld radio from a distance. Tempest-AM can be set to transmit on any carrier, but not on high frequencies like FM. Tempest-AM is not a useful utility but merely an example for anyone who is interested in Tempest and is able to test the program.
| | Homepage: | http://poseidon.pspt.fi/~priikone/english/programs.shtml | | Changes: | New Makefile and configure scripts. | | File Size: | 136746 | | Last Modified: | Apr 27 16:47:08 2001 |
| MD5 Checksum: | 22f5d82b546105216b6869790e4262d7 |
|
| /// File Name: |
tripp_test.1c.tar.gz |
Description:
|
TRIPP is a utility to rewrite outgoing IP packets. Since it can rewrite both header and payload data, it combines functionality found in iptables as well as netsed. This can be useful for performing replay attacks, altering your own OS fingerprint, or for bypassing remote firewalls.
| | Author: | poplix | | Homepage: | http://tripp.dynalias.org/ | | File Size: | 135390 | | Last Modified: | May 7 12:00:54 2005 |
| MD5 Checksum: | 46a025bada982f424d31560a4ee3c0f2 |
|
| /// File Name: |
iip1.1-rc1.tgz |
Description:
|
The IIP (The Invisible Irc Project) is a Three-tier distributed network designed with security and anonymity as the first and foremost goal. Uses Diffie-Hellman & Blowfish encryption as well as traffic padding, chaffe data, and constantly rotating session keys.
| | Author: | Guns | | Homepage: | http://www.invisiblenet.net/iip | | File Size: | 135028 | | Last Modified: | Jun 7 22:01:56 2002 |
| MD5 Checksum: | 8ec71040898ff83f09e2686b04aec7d9 |
|
| /// File Name: |
DMitry-1.3a.tar.gz |
Description:
|
DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU)Linux Command Line Application coded in C. DMitry has the ability to gather as much information as possible about a host. Base functionality is able to gather possible subdomains, email addresses, uptime information, tcp port scan, whois lookups, and more.
| | Author: | James Greig | | Homepage: | http://www.mor-pah.net | | Changes: | two malloc issues addressed, fixed the netcraft function output, dmitrybot removed. | | File Size: | 130691 | | Last Modified: | May 17 18:05:48 2006 |
| MD5 Checksum: | 8d578ba16de34b5cbebf6b767181b00d |
|
| /// File Name: |
linux.zip |
Description:
|
Linux rootkit.
| | File Size: | 128329 | | Last Modified: | Aug 16 20:06:53 1999 |
| MD5 Checksum: | cda0e55390eb47890b0838f9a32d2d17 |
|
| /// File Name: |
smbrelay.cpp |
Description:
|
Smbrelay.cpp is a TCP NetBT level SMB man-in-the-middle relay attack for Windows in c++ which uses Winsock.
| | Author: | Sir Dystic | | Homepage: | http://www.cultdeadcow.com | | File Size: | 117413 | | Last Modified: | Dec 21 04:56:26 2002 |
| MD5 Checksum: | ca6e04c9586c304dc0d032de8e68cbc0 |
|
| /// File Name: |
libbtrace-0.1.tar.gz |
Description:
|
Libtrace is a library for Linux which helps debug in circumstances where it is not possible to run gdb, such as multithreaded programs. The library provides functionality to print function backtrace information, similar to that obtained with the bt command in gdb.
| | Author: | Juan M. Bello Rivas | | Homepage: | http://www.synnergy.net | | File Size: | 114542 | | Last Modified: | Nov 15 22:05:53 2000 |
| MD5 Checksum: | 2b9e87c0ff77608b3da5bcab00b05e8a |
|
| /// File Name: |
rfdump-1.3.tar.gz |
Description:
|
RFDump is a tool to detect RFID-Tags and show their meta information: Tag ID, Tag Type, manufacturer etc. The user data memory of a tag can be displayed and modified using either a Hex or an ASCII editor. Tag contents can be stored and loaded using a specific XML format. This effectively allows the copy of data from one tag to another. In addition, the integrated cookie feature demonstrates how easy it is for a company to abuse RFID technology to spy on their customers. RFDump works with the ACG Multi-Tag Reader or similar card reader hardware. The tags that are supported for reading, writing, and editing are ISO 15693, ISO 14443 A, ISO 14443 B, SR176(1,2), Tag-it®, and I-Code®.
| | Author: | lgrunwald | | Homepage: | http://www.rfdump.org/ | | File Size: | 106835 | | Last Modified: | Oct 30 19:37:49 2005 |
| MD5 Checksum: | db370428fe51b0f62e42e20156418e46 |
|
|
|
|
|