>> i have a problem in which i have a lists of Domain names ..k, and i need to >> get there matching email address of an external site but i cant arite a shell >> script so i was wondering if anyone has any ideas or code that can help me >> with what im doing? > > Get what matching email addresses? Are you harvesting email addresses off > of websites?
If so, please scan http://insecurity.org - I want to add your finger-print to my server so I can block them. Thx! -Sx- :] PS - In case anyone was wondering, you *could* add this to your Apache httpd config: <IfModule mod_rewrite.c> RewriteEngine on RewriteLog /var/log/mod_rewrite.log RewriteLogLevel 0 # Check for moved URLs... # RewriteCond %{REQUEST_FILENAME} /(.+)?$ [OR] RewriteCond %{REQUEST_FILENAME} /perl(.+)?$ [NC,OR] RewriteCond %{REQUEST_FILENAME} /ora/(.+)?$ [NC,OR] RewriteCond %{REQUEST_FILENAME} /sneex(.+)?$ RewriteRule ^.*$ http://insecurity.org/410.shtml [L] # RewriteRule ^.*$ http://insecurity.org/sneex/Perl_v2/ [R,L] # Check for Code Red non-sense... RewriteCond %{REQUEST_FILENAME} \.ida?.+$ [NC] RewriteRule ^.*$ http://insecurity.org/403.shtml [L] # RewriteRule ^.*$ http://insecurity.org/notwindows.html [L] # Check for RewriteCond %{REQUEST_FILENAME} \.(exe|com)$ [NC] RewriteRule ^.*$ http://insecurity.org/403.shtml [L] # RewriteRule ^.*$ http://insecurity.org/notwindows.html [L] # Sx: research further... # RewriteCond %{HTTP_USER_AGENT} ^[Ll]ynx [OR] # [empty] Email Magnet # [empty] eMailReaper RewriteCond %{REQUEST_FILENAME} \.+?$ RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] RewriteCond %{HTTP_USER_AGENT} ^[Ee]mailWolf [OR] RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR] RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR] RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebWeasel [OR] RewriteCond %{HTTP_USER_AGENT} ^Web.*Mole [OR] RewriteCond %{HTTP_USER_AGENT} ^WebCollector [OR] RewriteCond %{HTTP_USER_AGENT} ^.*NEWT.*ActiveX [OR] RewriteCond %{HTTP_USER_AGENT} ^Slurp [OR] RewriteCond %{HTTP_USER_AGENT} ^.*[Bb]ot [OR] RewriteCond %{HTTP_USER_AGENT} ^Open[Ff]ind [OR] RewriteCond %{HTTP_USER_AGENT} ^Open[Bb]ot [OR] RewriteCond %{HTTP_USER_AGENT} ^[Ww]get [OR] RewriteCond %{HTTP_USER_AGENT} ^[Ll][Ww][Pp] [OR] RewriteCond %{HTTP_USER_AGENT} ^[Bb]ench[Mm]ark [OR] RewriteCond %{HTTP_USER_AGENT} ^[Pp]erl [OR] RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR] RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR] RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [OR] RewriteCond %{HTTP_USER_AGENT} ^Telesoft [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR] RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla/3.Mozilla/2.01 [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailCollector RewriteRule ^.*$ http://insecurity.org/403.shtml [L] # RewriteRule ^.*$ http://insecurity.org/nospam.html [L] # Include /usr/local/apache/nospam.conf </IfModule> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]