Dear Visitor!
Glad to see you here. This web site is dedicated to be a repository of my public software and documents,
thus no fancy design and interactivity.
All information here is copyrighted under GNU
GPL. That means no implicit or explicit
warranty. Use at you own risk.
Hope you will find it useful. To contact me send an e-mail to etaylashev at
hotmail.com.
Have fun
Eugene

- Win32/UNIX batch script |
-Encryption related |


A Denial-of-Service (DoS) attack could be launch aginst NT Domain accounts with policy to lock out account forever after certain number of attempts. See a simple proof-of-concept script lockNT.zip and a small article.

Mail_Forgery.zip is a simple SMTP client written in PERL to perform Mail Forgery (Spoofing) Test. See more about Mail Forgery.

Simple PERL script ssl_dic.pl to perform a dictionary attack against basic HTTP authentication over SSL (HTTPS).

Assess_PASSWORDS.zip is simple batch script used to assess and report strength of user passwords without revealing username-password combinations. It utilizes John the Ripper tool on Win 32 to perform password cracking and GNU SED for analysis and reporting. See README.txt for details.

A PERL script prep.pl to perform C-style include into a HTML file using directive <!-- #include "include_file" --> for HTML preprocessing. Allows to separate a content from page feel and look. Mini version of Website Meta Language (WML).

Unlike the usual UNIX uptime command the PERL script uptime.pl measures actual host availability even after reboot.
It keeps up/down time information in the /etc/uptime.db file.
The script uptime_report.pl will generate an HTML availability report.


A PERL script to import information collected by tools such as NMAP, NBTSTAT, SNMPWAL, etc. to a MS Access database for better network configuration analysis.
Get the latest non-stable version: profiler-0.2.tgz

A set of IPTABLES management scripts on a RedHat 9.0 Linux router/gateway to simplify Network Access management. More efficient than RedHat build-in firewall management.
Get the latest stable version: dwn-firewall-1.0.tgz

A simple host based Intrusion Detection System (HIDS) for RedHat 9.0 Linux. Allow to detect misbehavior such as failed basic HTTP authentication attempts or repetitive attempt to access non existing documents and block source IP address using script from DWN-FIREWALL.
Supports Apache HTTPD and uses MySQL as a backend.
Get the latest version: http_ids-0.4.tgz