Welcome to Eugene Taylashev's Home Site

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

Table of Content ^

Legend: Perl Script- Perl Script | Java Script- JavaScript | Win32/UNIX batch- Win32/UNIX batch script | Encryption -Encryption related |
Software Documents On-line Tools Projects
LockNT.zip Win32 batch Lock NT Domain Password Generator JavaScript Profiler
Mail_Forgery.zip Mail Forgery Local Rijndael encryption JavaScript Encryption Assess UNIX/NT
SSL_dict_attack   Local KPOBATKA conversion JavaScript Simple Linux Firewall
Assess NT passwords Win32 batch   IP Subnets Simple HIDS
Include for HTML   TCP/IP ports  
Measure host's Availability      

Software ^

Lock NT Domain Accounts ^

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 Test ^

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

Dictionary Attack against basic authentication over SSL (HTTPS) ^

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

Assess Windows NT/2000 Passwords ^

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.

C-style Include for HTML ^

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).

Measure host's Availability ^

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.

Development Projects ^

Network Profiler ^

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

Simple Firewall ^

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.

Features:

Get the latest stable version: dwn-firewall-1.0.tgz

Simple Host IDS ^

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