premium auditor
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
Qmail Auditor 0.4
Qmail Auditor consists of a email auditing tool. more>>
Qmail Auditor consists of a email auditing tool.
QMail Auditor provides simple a method for auditing emails. It is easy to configure and uses regular expressions as rules.
The format of audit file is :
Any e-mail (outbound or inbound) have passed at this filter.
The valids "field header"(s) :
all - field from or to of e-mails
to - field to
from - field from
In case of regular expression you read the
# man re_format
# man regex
E-mail to forward is a valid mail account to redirect.
Example of this :
from nelio@walk.* auditoria@spyware.walk.com.br
to nelio@spyware.* auditoria@spyware.walk.com.br
Enhancements:
- Now the config file name has renamed.
- From audit (in /var/qmail/control for /var/qmail/control/auditor) and qmail-queue-real-audit for qmail-queue-real-auditor.
<<lessQMail Auditor provides simple a method for auditing emails. It is easy to configure and uses regular expressions as rules.
The format of audit file is :
Any e-mail (outbound or inbound) have passed at this filter.
The valids "field header"(s) :
all - field from or to of e-mails
to - field to
from - field from
In case of regular expression you read the
# man re_format
# man regex
E-mail to forward is a valid mail account to redirect.
Example of this :
from nelio@walk.* auditoria@spyware.walk.com.br
to nelio@spyware.* auditoria@spyware.walk.com.br
Enhancements:
- Now the config file name has renamed.
- From audit (in /var/qmail/control for /var/qmail/control/auditor) and qmail-queue-real-audit for qmail-queue-real-auditor.
Download (0.16MB)
Added: 2007-01-22 License: BSD License Price:
1010 downloads
Domain Auditor 0.31
Domain Auditor project was written to audit and track accounts within a domain. more>>
Domain Auditor project was written to audit and track accounts within a domain. This tool uses LDAP queries to a definable Active Directory server to find various definable classes of accounts.
Initially it will operate interactively, but capabilities may be added in the future to automate functions (i.e. generate reports on a scheduled basis). The installation script handles most installation chores, so setup is very straightforward.
The tool is beta status at this time, but is in being used to generate SOX reports for my employer.
Main features:
- Reports - This function will display a list of defined reports, when invoked it will generate a list of accounts from AD (via LDAP queries) the results returned will depend on what you have defined for the filter for any particular report class under Sysadmin
- Sys Admin - This function will allow you to changes the system settings for LDAP server and port, base DN, Bind DN, username and password, and the database settings (mySQL only at this time). You may also add the report class definitions and their matching LDAP filters within this module
- User Admin - This screen is used to define users for the system and their rights. Usernames are used as the primary value, and entered values are validated via LDAP queries
- Audit Logs - The system logs all changes to the information stored and this page will allow you to review the data from these logs
<<lessInitially it will operate interactively, but capabilities may be added in the future to automate functions (i.e. generate reports on a scheduled basis). The installation script handles most installation chores, so setup is very straightforward.
The tool is beta status at this time, but is in being used to generate SOX reports for my employer.
Main features:
- Reports - This function will display a list of defined reports, when invoked it will generate a list of accounts from AD (via LDAP queries) the results returned will depend on what you have defined for the filter for any particular report class under Sysadmin
- Sys Admin - This function will allow you to changes the system settings for LDAP server and port, base DN, Bind DN, username and password, and the database settings (mySQL only at this time). You may also add the report class definitions and their matching LDAP filters within this module
- User Admin - This screen is used to define users for the system and their rights. Usernames are used as the primary value, and entered values are validated via LDAP queries
- Audit Logs - The system logs all changes to the information stored and this page will allow you to review the data from these logs
Download (0.043MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1369 downloads
sauditor 0.3
sauditor project is a simple sample auditor. more>>
sauditor project is a simple sample auditor.
I made it because I wanted it and wanted the practice, so please dont complain that Ive made yet another sample player.
Its simple, it uses jack and it shows a pretty spectrum analyser so you can get an idea of the spectral content of your samples. I may be the only person who finds the spectrum analyser useful, but hey. The spectrum analyser is now X based. If you want to play with the text speccy analyser, get version 0.1
It was fun to get some practice back in C and C++, as well as learning to use jack a little better and fftw, libsndfile, libsamplerate and ncurses for the first time. Add xlib to that list now, too.
Installation:
No fancy autoconf/automake, although I might sort that out later.
Just use make to build it and make install (as root) to install it
Usage:
Just run it.
Enter or P plays the current sample, space toggles playing.
If the screen goes funny (which it shouldnt do anymore) use R to refresh it
F toggles the spectrum analyser window
Q quits
H shows the help and V shows version info.
Run with the -a option to show files starting with a dot.
<<lessI made it because I wanted it and wanted the practice, so please dont complain that Ive made yet another sample player.
Its simple, it uses jack and it shows a pretty spectrum analyser so you can get an idea of the spectral content of your samples. I may be the only person who finds the spectrum analyser useful, but hey. The spectrum analyser is now X based. If you want to play with the text speccy analyser, get version 0.1
It was fun to get some practice back in C and C++, as well as learning to use jack a little better and fftw, libsndfile, libsamplerate and ncurses for the first time. Add xlib to that list now, too.
Installation:
No fancy autoconf/automake, although I might sort that out later.
Just use make to build it and make install (as root) to install it
Usage:
Just run it.
Enter or P plays the current sample, space toggles playing.
If the screen goes funny (which it shouldnt do anymore) use R to refresh it
F toggles the spectrum analyser window
Q quits
H shows the help and V shows version info.
Run with the -a option to show files starting with a dot.
Download (0.016MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
glibc-audit 2.4-4
glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access check more>>
glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access checker such as valgrind, Insure++, or Purify.
glibc-audit has been audited and cleaned up so that reports from the developers use of a memory access checker are more likely to be interesting to the developer, with less "noise" from the C library itself. Typically, glibc-audit initializes all of its local variables and structs before use. Ordinary glibc uses uninitialized dummy variables that are "dont-care" to its logic but reported by the memory access checker.
Also, the r_debug.r_brk protocol has been enhanced to co-operate with a co-resident auditor. If the auditor sets .r_brk, then the runtime loader will call the auditor directly whenever a shared library event occurs.
This is much more convenient than using breakpoints. By default the old breakpoint protocol works just like before. The new protocol is binary compatible with the old on machines where a pointer to a function is the same size as an ordinary pointer. Platforms where a pointer to a function is larger (such as HP-PA RISC, Alpha processor, or PowerPC) are not binary backward compatible, and will have to increment r_debug.r_version. Exising clients (such as gdb) also will see an ignorable type mismatch error when they are built. But for now, it is worth more not to antagonize gdb at runtime on x86.
The patch modifies 91 files. Compared to glibc-2.3.2-27.9, the additional code occupies 18 more bytes of .text, and 24 fewer bytes in the .so. On a nano-scopic scale, the typical execution cost is 0 to 3 CPU cycles per affected routine; the estimated median total impact is less than 1 second per machine per day. In the case of *printf(), glibc-audit is faster than glibc because the cleaned-up source helps gcc-3.2 avoid generating atrocious code when initializing printf_spec.info for parse_one_spec() in stdio-common/printf-parse.h.
Glibc-audit was constructed by running a memory access checker on the internal testcases of glibc, then analyzing the reported errors and modifying the source. The process revealed 10 memory access bugs in glibc-2.3.2-11.9. Seven were fixed in glibc-2.3.2-27.9, two more have been fixed in CVS, and one is a design flaw that probably will not be fixed.
Predecessor patches to glibc-audit-1 were submitted to the glibc project, but those patches were ignored [user "guest", password "guest"], declined, or rejected. There is enough improvement in usability and reliability to publish glibc-audit-1 separately.
The unmodified glibc-2.3.2-27.9.src.rpm is available from RedHat mirrors. rpmbuild -ba --target i686 took about 4 hours and 2.5GB of disk space on a machine with 1.1GHz CPU, 384MB RAM, UDMA100 disk.
Enhancements:
- The patches were updated to glibc-2.4-4.
- A glibc bug that interfered with gdb stop-on-solib-events was fixed.
- On x86, x86-64, and PowerPC, the __NR_open system call was improved to avoid leaking information from the user to the kernel.
<<lessglibc-audit has been audited and cleaned up so that reports from the developers use of a memory access checker are more likely to be interesting to the developer, with less "noise" from the C library itself. Typically, glibc-audit initializes all of its local variables and structs before use. Ordinary glibc uses uninitialized dummy variables that are "dont-care" to its logic but reported by the memory access checker.
Also, the r_debug.r_brk protocol has been enhanced to co-operate with a co-resident auditor. If the auditor sets .r_brk, then the runtime loader will call the auditor directly whenever a shared library event occurs.
This is much more convenient than using breakpoints. By default the old breakpoint protocol works just like before. The new protocol is binary compatible with the old on machines where a pointer to a function is the same size as an ordinary pointer. Platforms where a pointer to a function is larger (such as HP-PA RISC, Alpha processor, or PowerPC) are not binary backward compatible, and will have to increment r_debug.r_version. Exising clients (such as gdb) also will see an ignorable type mismatch error when they are built. But for now, it is worth more not to antagonize gdb at runtime on x86.
The patch modifies 91 files. Compared to glibc-2.3.2-27.9, the additional code occupies 18 more bytes of .text, and 24 fewer bytes in the .so. On a nano-scopic scale, the typical execution cost is 0 to 3 CPU cycles per affected routine; the estimated median total impact is less than 1 second per machine per day. In the case of *printf(), glibc-audit is faster than glibc because the cleaned-up source helps gcc-3.2 avoid generating atrocious code when initializing printf_spec.info for parse_one_spec() in stdio-common/printf-parse.h.
Glibc-audit was constructed by running a memory access checker on the internal testcases of glibc, then analyzing the reported errors and modifying the source. The process revealed 10 memory access bugs in glibc-2.3.2-11.9. Seven were fixed in glibc-2.3.2-27.9, two more have been fixed in CVS, and one is a design flaw that probably will not be fixed.
Predecessor patches to glibc-audit-1 were submitted to the glibc project, but those patches were ignored [user "guest", password "guest"], declined, or rejected. There is enough improvement in usability and reliability to publish glibc-audit-1 separately.
The unmodified glibc-2.3.2-27.9.src.rpm is available from RedHat mirrors. rpmbuild -ba --target i686 took about 4 hours and 2.5GB of disk space on a machine with 1.1GHz CPU, 384MB RAM, UDMA100 disk.
Enhancements:
- The patches were updated to glibc-2.4-4.
- A glibc bug that interfered with gdb stop-on-solib-events was fixed.
- On x86, x86-64, and PowerPC, the __NR_open system call was improved to avoid leaking information from the user to the kernel.
Download (4.2MB)
Added: 2006-03-29 License: LGPL (GNU Lesser General Public License) Price:
1315 downloads
pretrace 0.4
pretrace is a preload library that allows specified (dynamically linked) applications to always be executed. more>>
pretrace is a preload library that allows specified (dynamically linked) applications to always be executed under a debugging environment.
pretrace library allows you to specify the percentage of invocations which will be traced, to help you "keep an eye" on applications without bringing the machine to its knees.
To start using pretrace, add libpretrace.so to your /etc/ld.so.preload.
root# echo /lib/libpretrace.so >> /etc/ld.so.preload
You can now specify applications to trace in /etc/pretrace.conf, the format is one application per line, if you would like to specify a debugger append a colon, then the full path to the debugger and any arguments you would like to pass. If you do not specify a debugger, you get the default, strace, which saves the output to .logfile in the current working directory.
An optional number can be appended in the format %N, eg %50, to specify what percentage of invocations should be traced.
# this is a comment
/full/path/to/application[%percent][:/full/path/to/debugger [arg1 arg2 ...]]
An example pretrace.conf is provided with this distribution.
After modifying pretrace.conf, you should execute ptgenmap to generate a new map file, this is used to quickly parse the configuration file with minimal impact on initialisation time.
libpretrace is designed as a debugging utility for developers and auditors, and should not be used in a production environment.
<<lesspretrace library allows you to specify the percentage of invocations which will be traced, to help you "keep an eye" on applications without bringing the machine to its knees.
To start using pretrace, add libpretrace.so to your /etc/ld.so.preload.
root# echo /lib/libpretrace.so >> /etc/ld.so.preload
You can now specify applications to trace in /etc/pretrace.conf, the format is one application per line, if you would like to specify a debugger append a colon, then the full path to the debugger and any arguments you would like to pass. If you do not specify a debugger, you get the default, strace, which saves the output to .logfile in the current working directory.
An optional number can be appended in the format %N, eg %50, to specify what percentage of invocations should be traced.
# this is a comment
/full/path/to/application[%percent][:/full/path/to/debugger [arg1 arg2 ...]]
An example pretrace.conf is provided with this distribution.
After modifying pretrace.conf, you should execute ptgenmap to generate a new map file, this is used to quickly parse the configuration file with minimal impact on initialisation time.
libpretrace is designed as a debugging utility for developers and auditors, and should not be used in a production environment.
Download (0.007MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1407 downloads
Linux Security Auditing Tool 0.9.6
Linux Security Auditing Tool (LSAT) is a post install security auditing tool. more>>
The Linux Security Auditing Tool (LSAT) is a post install security auditor for Linux/Unix.
Linux Security Auditing Tool checks many system configurations and local network settings on the system for common security/config errors and for packages that are not needed.
It (for now) works under Linux (x86: Gentoo, RedHat, Debian, Mandrake; Sparc: SunOS (2.x), Redhat sparc, Mandrake Sparc; Apple OS X).
Enhancements:
- The dependency on the popt library has been removed.
- This release adds extra passwd and group checks under Linux, a check for failed logins under Linux/Solaris, a check for kernel modules under Solaris, network interface stats, and routing checks. It fixes a problem in checknetforward giving false positives, and an issue where verbose output was not very consistent.
- The kernel module check under Linux has been modified.
<<lessLinux Security Auditing Tool checks many system configurations and local network settings on the system for common security/config errors and for packages that are not needed.
It (for now) works under Linux (x86: Gentoo, RedHat, Debian, Mandrake; Sparc: SunOS (2.x), Redhat sparc, Mandrake Sparc; Apple OS X).
Enhancements:
- The dependency on the popt library has been removed.
- This release adds extra passwd and group checks under Linux, a check for failed logins under Linux/Solaris, a check for kernel modules under Solaris, network interface stats, and routing checks. It fixes a problem in checknetforward giving false positives, and an issue where verbose output was not very consistent.
- The kernel module check under Linux has been modified.
Download (0.070MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
904 downloads
GoblinX Mini Edition 2.0.0
GoblinX Mini Edition is a son of GoblinX and contains only XFCE as windows manager and GTK/GTK2 based applications. more>>
GoblinX Mini Edition is a son of GoblinX and contains only XFCE as windows manager and GTK2/GTK based applications.
The edition is indicated for those users whose want to remaster the distro and also those with difficulties to download more than three hundreds of megabytes, original size of GoblinX Main distro.
The GoblinX Mini Edition will have newer versions released faster and it will be used also for tests and for system and hardware support improvements.
The Mini Edition includes GoblinX default modules such as 01.x.base.mo, 02.x.deflibs.mo, 03.x.defX.mo, 04.x.default.mo, modules included also in master edition, and 08.x.mini.mo, which adds more applications to the edition.
The ISO image is about one hundred and fifty megabytes, but the mini edition contains an excellent source of applications and its more easy to download and also to remaster because modules are already prepared to allow a fast rebuild of the ISO file.
The ISO image has less than half size of the original GoblinX.
The edition also is been used for tests and all applications not based on QT libraries will be tested first by the mini edition, and these tests will make more stable the main distro.
Try out the mini edition, make it your small Linux LiveCD and save memory, you can also use a minicd to burn it and some other devices... If you edit or remove some applications, it can fit into a 128MB pen drive...
The Mini Edition will use the same version definition of GoblinX, so the mini edition is starting using 1.2.0 as edition version.
Enhancements:
- GoblinX Mini 2.0.0 is released. The GoblinX Mini Edition is the son of GoblinX and contains only the Xfce windows manager and GTK+-based applications. This release follows Premium 2007.1 edition and starts the second generation of the distribution. All new features and upgrades prepared for the Premium edition are included, including a new functional Magic Center which works with Xfce and all graphical user interfaces.
<<lessThe edition is indicated for those users whose want to remaster the distro and also those with difficulties to download more than three hundreds of megabytes, original size of GoblinX Main distro.
The GoblinX Mini Edition will have newer versions released faster and it will be used also for tests and for system and hardware support improvements.
The Mini Edition includes GoblinX default modules such as 01.x.base.mo, 02.x.deflibs.mo, 03.x.defX.mo, 04.x.default.mo, modules included also in master edition, and 08.x.mini.mo, which adds more applications to the edition.
The ISO image is about one hundred and fifty megabytes, but the mini edition contains an excellent source of applications and its more easy to download and also to remaster because modules are already prepared to allow a fast rebuild of the ISO file.
The ISO image has less than half size of the original GoblinX.
The edition also is been used for tests and all applications not based on QT libraries will be tested first by the mini edition, and these tests will make more stable the main distro.
Try out the mini edition, make it your small Linux LiveCD and save memory, you can also use a minicd to burn it and some other devices... If you edit or remove some applications, it can fit into a 128MB pen drive...
The Mini Edition will use the same version definition of GoblinX, so the mini edition is starting using 1.2.0 as edition version.
Enhancements:
- GoblinX Mini 2.0.0 is released. The GoblinX Mini Edition is the son of GoblinX and contains only the Xfce windows manager and GTK+-based applications. This release follows Premium 2007.1 edition and starts the second generation of the distribution. All new features and upgrades prepared for the Premium edition are included, including a new functional Magic Center which works with Xfce and all graphical user interfaces.
Download (167MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
928 downloads
Auditor Security Linux 200605
The Auditor Security Linux is a live CD based on Knoppix. more>>
The Auditor security collection is a Live-System based on KNOPPIX. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.
Independent of the hardware in use, the Auditor security collection offers a standardised working environment, so that the build-up of know-how and remote support is made easier. Even during the planning and development stages, our target was to achieve an excellent user-friendliness combined with an optimal toolset.
Professional open-source programs offer you a complete toolset to analyse your safety, byte for byte. In order to become quickly proficient within the Auditor security collection, the menu structure is supported by recognised phases of a security check. (Foot-printing, analysis, scanning, wireless, brute-forcing, cracking).
By this means, you instinctively find the right tool for the appropriate task. In addition to the approx. 300 tools, the Auditor security collection contains further background information regarding the standard configuration and passwords, as well as word lists from many different areas and languages with approx. 64 million entries.
Current productivity tools such as web browser, editors and graphic tools allow you to create or edit texts and pictures for reports, directly within the Auditor security platform. Many tools were adapted, newly developed or converted from other system platforms, in order to make as many current auditing tools available as possible on one CD-ROM.
Tools like Wellenreiter and Kismet were equipped with an automatic hardware identification, thus avoiding irritating and annoying configuration of the wireless cards.
Enhancements:
New & Updated tools:
- proxychains 1-8-1 (for example scanning over proxy more easy)
- yersinia-0.5.4
- kismet-logfile-viewer klv.pl and klc.pl
- ntp fingerprinting tool
- tftp bruteforce tool
- snmp fuzzer
- cisco torch 0.4b
- unicornscan 0.4.2
- packit
- sendip
- nasl 2.2.4
- tcpick
- cryptcat
- amap version 4.8
- tcpsplit
- Ethereal version 10.11
- ettercap-ng-0.72 and modified the etter.conf
- replaced tinysnmp with snmp tools
- vnc2swf /usr/X11R6/bin/recordwin and vnc2swf
- edit_vnc2swf.py
- edit_mp3.py
- wpa-supplicatiant 0.3.8
- hostapd-utils 0.3.7
- ssldump
- fragrouter
- Metasploit 2.4 including all known updates
- airsnarf, but no menu at moment
- fakeap to /opt/auditor but no menu entry at moment, need to write a shell script
- dsniff 2.4b1-10
- nessus plugins updated
- exploit tree updated
- Snort 2.3.2-5
- Bleeding-edge rules for snort
- New aircrack
- New airsnort
- Bet i forgot some to mention.
New & updated drivers:
- rt2400 linux drivers and utils (untested)
- rtl8180 driver (8180_26_private.ko and open8180.ko and /usr/local/bin/wlanup and /usr/local/bin/wlandown) (Untested)
- hostap drivers 0.3.7
- ipw2100 & ipw2200 incl firmware, incl monitor mode
- Prism54 with injection patch
- Linux-wlan-ng with injection patch
- Madwifi with injection patch
- ACX drivers are back on cd
Addons:
- Default password list has been updated
- Added some changes to the network stack using /etc/sysctl.conf, which will be called from knoppix-autoconfig script
- New background image
Some fixes i remember:
- Kernel completely rebuilded to provide full functionality
- Isolinux now accepts bootparameters again
- USB drivers are back to /dev/sda and booting from stick works fine
- grub files have been fixed
- fixed hostname /etc/hosts
- /cdrom/index.html pointed to the old forum fixed that
- Added cardctl eject, cardctl insert into switch-to-XY scripts
- Fixed the homebutton of the konquerror when clicked first time
- Fixed the menuentry for nessus
<<lessIndependent of the hardware in use, the Auditor security collection offers a standardised working environment, so that the build-up of know-how and remote support is made easier. Even during the planning and development stages, our target was to achieve an excellent user-friendliness combined with an optimal toolset.
Professional open-source programs offer you a complete toolset to analyse your safety, byte for byte. In order to become quickly proficient within the Auditor security collection, the menu structure is supported by recognised phases of a security check. (Foot-printing, analysis, scanning, wireless, brute-forcing, cracking).
By this means, you instinctively find the right tool for the appropriate task. In addition to the approx. 300 tools, the Auditor security collection contains further background information regarding the standard configuration and passwords, as well as word lists from many different areas and languages with approx. 64 million entries.
Current productivity tools such as web browser, editors and graphic tools allow you to create or edit texts and pictures for reports, directly within the Auditor security platform. Many tools were adapted, newly developed or converted from other system platforms, in order to make as many current auditing tools available as possible on one CD-ROM.
Tools like Wellenreiter and Kismet were equipped with an automatic hardware identification, thus avoiding irritating and annoying configuration of the wireless cards.
Enhancements:
New & Updated tools:
- proxychains 1-8-1 (for example scanning over proxy more easy)
- yersinia-0.5.4
- kismet-logfile-viewer klv.pl and klc.pl
- ntp fingerprinting tool
- tftp bruteforce tool
- snmp fuzzer
- cisco torch 0.4b
- unicornscan 0.4.2
- packit
- sendip
- nasl 2.2.4
- tcpick
- cryptcat
- amap version 4.8
- tcpsplit
- Ethereal version 10.11
- ettercap-ng-0.72 and modified the etter.conf
- replaced tinysnmp with snmp tools
- vnc2swf /usr/X11R6/bin/recordwin and vnc2swf
- edit_vnc2swf.py
- edit_mp3.py
- wpa-supplicatiant 0.3.8
- hostapd-utils 0.3.7
- ssldump
- fragrouter
- Metasploit 2.4 including all known updates
- airsnarf, but no menu at moment
- fakeap to /opt/auditor but no menu entry at moment, need to write a shell script
- dsniff 2.4b1-10
- nessus plugins updated
- exploit tree updated
- Snort 2.3.2-5
- Bleeding-edge rules for snort
- New aircrack
- New airsnort
- Bet i forgot some to mention.
New & updated drivers:
- rt2400 linux drivers and utils (untested)
- rtl8180 driver (8180_26_private.ko and open8180.ko and /usr/local/bin/wlanup and /usr/local/bin/wlandown) (Untested)
- hostap drivers 0.3.7
- ipw2100 & ipw2200 incl firmware, incl monitor mode
- Prism54 with injection patch
- Linux-wlan-ng with injection patch
- Madwifi with injection patch
- ACX drivers are back on cd
Addons:
- Default password list has been updated
- Added some changes to the network stack using /etc/sysctl.conf, which will be called from knoppix-autoconfig script
- New background image
Some fixes i remember:
- Kernel completely rebuilded to provide full functionality
- Isolinux now accepts bootparameters again
- USB drivers are back to /dev/sda and booting from stick works fine
- grub files have been fixed
- fixed hostname /etc/hosts
- /cdrom/index.html pointed to the old forum fixed that
- Added cardctl eject, cardctl insert into switch-to-XY scripts
- Fixed the homebutton of the konquerror when clicked first time
- Fixed the menuentry for nessus
Download (645MB)
Added: 2005-06-22 License: GPL (GNU General Public License) Price:
1131 downloads
Ecora Auditor Lite for Unix 4.0.6157.17003
Free on-demand, detailed configuration reports for the entire IT infrastructure more>> Ecora Auditor Lite is an agentless Windows application that installs on a Windows workstation and collects hundreds of thousands of configuration settings to generate on-demand, detailed configuration reports. With a click of a button, users can document Microsoft Windows and Exchange servers, SQL Server databases, Active Directory, and workstations; HP-UX, AIX, Solaris, RedHat Linux, and Novell NetWare servers; Oracle databases, Citrix and IIS applications; Lotus Domino servers; and Cisco routers.
Systems change constantly, and each change ?whether planned or unplanned can trigger downtime or a security breach. Current IT documentation, especially in todays compliance-driven IT environments, is essential. Documentor eliminates the time-consuming and error prone manual process of data collection and ensures accurate, timely documentation of the IT infrastructure.
Ecora Auditor Lite provides consistent, standardized configuration documentation that aids in:
IT Audits Provide up-to-date, accurate documentation of the infrastructure in a format that is easy to understand.
Security Discover suspicious or sub-optimal configuration settings and close security holes.
Disaster Recovery ?Rapidly configure systems back to their pre-disaster state and minimize downtime.
?Troubleshooting ?Maximize productivity and reduce time to resolution with access to current and historical configuration data.
?Consolidations & Migrations Maintain a current snapshot of the IT infrastructure for quick assessments and server configuration comparisons.
Documentation is often generated in an hour or less and is available in html and Microsoft Word formats. An ideal configuration management solution for consultants, system administrators, security professionals, IT auditors, and DBAs.<<less
Download (54.00MB)
Added: 2009-04-29 License: Freeware Price: Free
242 downloads
Picalo 2.36
Picalo Data Analysis Software is an free and open-source application that helps data analysts. more>>
Picalo Data Analysis Software is an free and open-source application that helps data analysts.
Picalo Data Analysis Software is an open source application that helps data analysts, fraud investigators, and auditors search through data sets for anomalies, trends, and other information.
Picalo is a scripting-oriented, data analysis toolkit that is focused on forensic data analysis. It is based in the Python language, and it includes a number of modules to crunch and massage data. I use it in my fraud research, and I publish it as open source in hopes that others will find it useful, contribute additions, and better the suite.
Main features:
- Picalo is an open framework. Users can either use the built-in routines or write their own. Those who write their own can share their routines with others in the Picalo community. The goal is to create a large set of analysis routines that meet many different needs--on a scale that a single company could never do.
- The philosophy of Picalo is to bridge the gap between technically-oriented analysts and non-technical analysts. Data analysts who know basic scripting routines (for loops, for example), are more efficient and effective than those who do not--usually by several orders of magnitude. Picalo allows those who are technical to quickly write wizard-based analyses that others in an organization can use. See the user manual for more information about the plugin Detectlet architecture.
- Picalo includes advanced analysis routines not found in competing products. For example, it supports grouping by a number of days for analysis of labor and time card data. Picalo can also automatically group records to achieve a specified degree of smoothness in data.
- Picalos language is based in Python, a powerful and easy-to-learn language. Rather than creating its own language (like competing packages do), Picalo rises on the shoulders of an extremely well-done language. You can download any of thousands of Python libraries from the Internet to use in your analyses.
- Picalo runs on Windows, Mac OS X, Linux, and many other systems. Most competing data analysis applications run only on Windows.
The Picalo community believes that data analysis is best done through scripting. However, we realize that not all analysts will learn and enjoy scripting. Picalos Deteclet architecture allows those who know how to script support those who do not through customizable wizards.
Picalo is also based in open source principles. This doesnt mean the designers cant make money with Picalo, it just means that the software code is open for others to fix bugs, code review, and improve upon. Profits should be made in using the software (on the job or in consulting practice) rather than in selling the software.
<<lessPicalo Data Analysis Software is an open source application that helps data analysts, fraud investigators, and auditors search through data sets for anomalies, trends, and other information.
Picalo is a scripting-oriented, data analysis toolkit that is focused on forensic data analysis. It is based in the Python language, and it includes a number of modules to crunch and massage data. I use it in my fraud research, and I publish it as open source in hopes that others will find it useful, contribute additions, and better the suite.
Main features:
- Picalo is an open framework. Users can either use the built-in routines or write their own. Those who write their own can share their routines with others in the Picalo community. The goal is to create a large set of analysis routines that meet many different needs--on a scale that a single company could never do.
- The philosophy of Picalo is to bridge the gap between technically-oriented analysts and non-technical analysts. Data analysts who know basic scripting routines (for loops, for example), are more efficient and effective than those who do not--usually by several orders of magnitude. Picalo allows those who are technical to quickly write wizard-based analyses that others in an organization can use. See the user manual for more information about the plugin Detectlet architecture.
- Picalo includes advanced analysis routines not found in competing products. For example, it supports grouping by a number of days for analysis of labor and time card data. Picalo can also automatically group records to achieve a specified degree of smoothness in data.
- Picalos language is based in Python, a powerful and easy-to-learn language. Rather than creating its own language (like competing packages do), Picalo rises on the shoulders of an extremely well-done language. You can download any of thousands of Python libraries from the Internet to use in your analyses.
- Picalo runs on Windows, Mac OS X, Linux, and many other systems. Most competing data analysis applications run only on Windows.
The Picalo community believes that data analysis is best done through scripting. However, we realize that not all analysts will learn and enjoy scripting. Picalos Deteclet architecture allows those who know how to script support those who do not through customizable wizards.
Picalo is also based in open source principles. This doesnt mean the designers cant make money with Picalo, it just means that the software code is open for others to fix bugs, code review, and improve upon. Profits should be made in using the software (on the job or in consulting practice) rather than in selling the software.
Download (4.0MB)
Added: 2006-01-08 License: GPL (GNU General Public License) Price:
1388 downloads
KCPentrix 2.0
KCPentrix is a liveCD design to be a standalone Penetration testing toolkit for pentesters and security analysts. more>>
KCPentrix project is Live CD design to be a standalone Penetration testing toolkit for pentesters and security analysts.
KCPenTrix based on SLAX, a Slackware live cd and gentoo,auditor and whoppix.
The Powerful modularity which KCPenTrix uses, allow us easily customize our version, and include whichever modules we like from any Slax distribution.
I know there is already many liveCD that provide penetration testing and so on, but they dont suit generaly our full needs, so i created KCPentrix Hoping to be another good Pentest distribution.
Enhancements:
- Now release 2.0 is a liveDVD, It features a lot of new or up to date tools for auditing and testing a network, from scanning and discovering to exploiting vulnerabilities
- Kcpentrix is based on SLAX 5, a Slackware live Dvd
- The Powerful modularity which Kcpentrix uses, allow us to easily customize our version, and include whichever modules we need.
- KCPENTRIX 2.0 is the most inovative and promising KCPENTRIX ever. It switched to 2.6 kernel line. Zisofs compression was replaced by SquashFS, which provides better compression ratio and higher read speed.
<<lessKCPenTrix based on SLAX, a Slackware live cd and gentoo,auditor and whoppix.
The Powerful modularity which KCPenTrix uses, allow us easily customize our version, and include whichever modules we like from any Slax distribution.
I know there is already many liveCD that provide penetration testing and so on, but they dont suit generaly our full needs, so i created KCPentrix Hoping to be another good Pentest distribution.
Enhancements:
- Now release 2.0 is a liveDVD, It features a lot of new or up to date tools for auditing and testing a network, from scanning and discovering to exploiting vulnerabilities
- Kcpentrix is based on SLAX 5, a Slackware live Dvd
- The Powerful modularity which Kcpentrix uses, allow us to easily customize our version, and include whichever modules we need.
- KCPENTRIX 2.0 is the most inovative and promising KCPENTRIX ever. It switched to 2.6 kernel line. Zisofs compression was replaced by SquashFS, which provides better compression ratio and higher read speed.
Download (979.2MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
937 downloads
Xmmix 1.2
Xmmix is a premium audio mixer utility for the X window system using the Motif graphical user interface. more>>
Xmmix is a premium audio mixer utility for the X window system using the Motif graphical user interface. It operates the input and output mixer section of the sound hardware on many PCs and workstations.
Xmmix offers superior features and look-and-feel. It is designed to be attractive, feature-rich and intuitive to use. It adapts to your sound hardware configuration and displays the appropriate set of controls. It also allows control settings to be saved and retrieved.
Xmmix is supported on Linux as well as other UNIX platforms that runs X11/Motif and the Open Sound System (OSS) package from 4Front technologies. OSS supports many different platforms, including IBM AIX, BSDI BSD/OS, FreeBSD, NetBSD, Linux. Sun Solaris, SCO Open Server, SCO UnixWare and others. Also, OSS supports a very wide range of audio hardware. Visit the Open Sound System web site for details. Linux systems running the ALSA (Advanced Linux Sound Architecture) sound drivers are also supported.
Note: Open Sound System was formerly known as "Unix Sound System" and "VoxWare". OSS/Free, a free version of Open Sound System, is provided with Linux. OSS/Free is also known as a Linux Sound Driver.
Main features:
- Open Sound System API compliant
- Linux sound driver compliant
- Input Controls
- Synth
- PCM
- Alt PCM
- Line
- Mic
- CD
- Rec Mon
- Speaker
- Output Controls
- Master Volume
- Rec Level
- Miscellaneous Controls
- Bass
- Treble
- Input Gain
- Output Gain
- Enhance
- Loudness
- Mute
- Reset to startup-settings
- Selector for recording source
- All level controls can be locked for simultaneous control of left and right channels, or unlocked for individual adjustments.
- Bass and Treble "center" button to set to flat setting.
- Appropriate controls are displayed, based on sound hardware capability and configuration.
- Write mixer settings to file
- Read settings from file
- Auto-initialization upon startup
- Supports running multiple copies of xmmix
- Attractive, intuitive-to-use
- Motif user interface with 3D appearance
<<lessXmmix offers superior features and look-and-feel. It is designed to be attractive, feature-rich and intuitive to use. It adapts to your sound hardware configuration and displays the appropriate set of controls. It also allows control settings to be saved and retrieved.
Xmmix is supported on Linux as well as other UNIX platforms that runs X11/Motif and the Open Sound System (OSS) package from 4Front technologies. OSS supports many different platforms, including IBM AIX, BSDI BSD/OS, FreeBSD, NetBSD, Linux. Sun Solaris, SCO Open Server, SCO UnixWare and others. Also, OSS supports a very wide range of audio hardware. Visit the Open Sound System web site for details. Linux systems running the ALSA (Advanced Linux Sound Architecture) sound drivers are also supported.
Note: Open Sound System was formerly known as "Unix Sound System" and "VoxWare". OSS/Free, a free version of Open Sound System, is provided with Linux. OSS/Free is also known as a Linux Sound Driver.
Main features:
- Open Sound System API compliant
- Linux sound driver compliant
- Input Controls
- Synth
- PCM
- Alt PCM
- Line
- Mic
- CD
- Rec Mon
- Speaker
- Output Controls
- Master Volume
- Rec Level
- Miscellaneous Controls
- Bass
- Treble
- Input Gain
- Output Gain
- Enhance
- Loudness
- Mute
- Reset to startup-settings
- Selector for recording source
- All level controls can be locked for simultaneous control of left and right channels, or unlocked for individual adjustments.
- Bass and Treble "center" button to set to flat setting.
- Appropriate controls are displayed, based on sound hardware capability and configuration.
- Write mixer settings to file
- Read settings from file
- Auto-initialization upon startup
- Supports running multiple copies of xmmix
- Attractive, intuitive-to-use
- Motif user interface with 3D appearance
Download (0.37MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1178 downloads
PIKT 1.18.0
Unix/Linux software for system monitoring, configuration management, and more. more>> PIKT?is cross-categorical, multi-purpose software for monitoring and configuring computer systems, reporting and fixing problems, managing system security, scheduling processes, and much, much more.
PIKT is intended primarily for system monitoring, and secondarily for configuration management, but its flexibility and extendibility evoke many other uses limited only by your imagination.
Some suggested uses: system and network monitor, configuration manager, change auditor, log file analyzer, scheduling daemon, macro preprocessor, document formatter, web content management system, special-purpose script language, command-line assistant. PIKT can perform all of these duties and more.<<less
Download (1.58MB)
Added: 2009-04-04 License: Freeware Price: Free
202 downloads
Nations at War Linux Server 4.0
Nations at War a Battlefield 2 tournament mod. more>>
Nations at War a Battlefield 2 tournament mod, Presently it DOES NOT SUPPORT SINGLE PLAYER. Nations at War is being built upon the roots of a large group of friends, some of which have played together for over a year.
Nations at War is a military based gaming community that follows the rank and unit structure based off of real life armies and units. We practice hard during the week developing teamwork and skills that translate into an excellent gaming experience on the long Saturday battles that occur every week on a pre-selected map.
Our community has a large amount of tournament experience, and expects and demands nothing but excellence on the battlefield and exceptional sportsmanship and comradery off of it. Nations at War is at its heart a large community of friends who put a premium on teamwork, respect and fairness. This is after all a game and something meant to be enjoyed by all, where one comes to make friends and have fun.
<<lessNations at War is a military based gaming community that follows the rank and unit structure based off of real life armies and units. We practice hard during the week developing teamwork and skills that translate into an excellent gaming experience on the long Saturday battles that occur every week on a pre-selected map.
Our community has a large amount of tournament experience, and expects and demands nothing but excellence on the battlefield and exceptional sportsmanship and comradery off of it. Nations at War is at its heart a large community of friends who put a premium on teamwork, respect and fairness. This is after all a game and something meant to be enjoyed by all, where one comes to make friends and have fun.
Download (MB)
Added: 2006-12-15 License: Freeware Price:
1048 downloads
BackTrack 2.0
BackTrack is a Slackware and SLAX-based live CD with a collection of security and forensics tools. more>>
BackTrack is a Slackware and SLAX-based live CD with a collection of security and forensics tools.
BackTrack distribution was created by merging Auditor Security Linux with WHAX (formerly Whoppix).
Combining the best features from both distributions, and paying special attention to small details, this is probably the best version of either distributions to ever come out.
Based on SLAX (Slackware), BackTrack provides user modularity. This means the distribution can be easily customised by the user to include personal scripts, additional tools, customised kernels, etc.
Enhancements:
- After many months of work, were finally happy enough with BackTrack to call it v.2.0 Final. New exciting features in BackTrack 2: updated kernel 2.6.20 with several patches; Broadcom-based wireless card support; most wireless drivers are built to support raw packet injection; Metasploit2 and Metasploit3 framework integration; alignment to open standards and frameworks like ISSAF and OSSTMM; re-designed menu structure to assist the novice as well as the professional; Japanese input support - reading and writing in Hiragana, Katakana and Kanji.
<<lessBackTrack distribution was created by merging Auditor Security Linux with WHAX (formerly Whoppix).
Combining the best features from both distributions, and paying special attention to small details, this is probably the best version of either distributions to ever come out.
Based on SLAX (Slackware), BackTrack provides user modularity. This means the distribution can be easily customised by the user to include personal scripts, additional tools, customised kernels, etc.
Enhancements:
- After many months of work, were finally happy enough with BackTrack to call it v.2.0 Final. New exciting features in BackTrack 2: updated kernel 2.6.20 with several patches; Broadcom-based wireless card support; most wireless drivers are built to support raw packet injection; Metasploit2 and Metasploit3 framework integration; alignment to open standards and frameworks like ISSAF and OSSTMM; re-designed menu structure to assist the novice as well as the professional; Japanese input support - reading and writing in Hiragana, Katakana and Kanji.
Download (689.8MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
2279 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above premium auditor search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed