MV.net: | inicio / home | documentos / documents | software / software | personal / personal | blog |
Software: | inicio / home | CMS4P | IEEditor | mvDocRun | OSCPMWin | OSCPM-Aspel | phpWPoison | phpSETIMon | SiTeFiLo | SleepShell |
The PHP Spam Poison is a fake-page generator that simulates long lists of fake email addresses and links to more fake generated pages. So, when spam-robots (spam spiders) try to harvest email addresses from your website, they get hundreds or thousands of fake email addresses, effectively poisoning their databases with useless data. This spam poisoner was inspired by the WPoison software from Monkeys.com (however, this is not a wposion port).
If you don't know or are not sure what is spam (or UCE, Unsolicited Commercial Email), check the spam.abuse.net website.
Features.
Demo.Check out this demostration page: Requirements.
Download.
Do not forget to download the word list needed by phpwpoison:
Questions, comments, suggestions.You can send your questions, comments or suggestions by email or post them in the web forum.
Or, if you feel more confortable, don't hesitate to contact me by email (mario@mariovaldez.org). Alternatives.
Isn't this software what you are looking for?
Browse the source files (1.2.0).Tips.Always create a robots.txt file in your site, to let search engines know that they should not visit the spam trap. Email harvesters usually ignore the robots.txt file, so they will fall into the trap anyway. For more information about the robots.txt file, visit The Web Robots pages or the Robots.txt Tutorial (from SearchEngineWorld). For example, the robots.txt file in this website looks like this (meaning that search engines should not follow the spam trap located in the users.php webpage): User-agent: * Disallow: /users.php Disallow: /users.php/ The pages generated by phpWPoison may take a few seconds to render, but it's not because they are slow. It is because phpWPoison waits a random number of seconds before finishing sending the page. The goal is slow-down the spam-spider. You can adjust this waiting time editing the variables pwp_minsleeptime and pwp_maxsleeptime. You can include the output of the phpWPoison script so it can be shown as part of a different webpage. Just build you hosting page (as PHP) as usual, but for the content use something like: include_once ("thepoisondir/emailusers.php");
Then edit the emailusers.php script and change the option pwp_scriptname to the name of the hosting script. Change the option pwp_standalone to false. Also, adjust the paths of the files set in the options pwp_word_file, pwp_cache_file and pwp_spammer_file (which are relatives to the hosting script). NOTE: if you include the script into another, the pwp_html_preheader, pwp_html_postheader and pwp_html_footer variables are ignored. Then you should provide the meta tag ROBOTS in the head of the hosting webpage (or be sure to provide a robots.txt file in your site). |
Installation.1) Get the files. 2) Unpack. 3) Change ownership.
chown -h -R nobody:nobody phpwpoison/
In Windows environments, using the Windows Explorer, check the Security tab of the Properties dialog of the directory, and set the permissions so that the user IUSR_servername has permissions to read and write on the phpwpoison directory. If you cannot set the ownership, at least be sure to enable writting permissions in the directory. 4) Rename the directory. 5) Rename the script. 6) Configure. 7) Test. 8) You are done. The following step is optional: 9) Create a spammer list (option available since version 1.1.0). Let the phpwpoison script create fake email addresses mixed with spammers addresses. Let other spammers know what spamming is all about for the receiver. Create a text file with each line containing an email address. Avoid using the default spammers.txt filename. Edit the phpwpoison script and change the variables pwp_use_spammer_list, pwp_spammer_file and pwp_spammer_ratio. License of phpwpoison.PHP Spam Poison (phpwpoison). This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA License of the wordlist.Copyright 1993, Geoff Kuenning, Granada Hills, CA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer. THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
MV.net: | inicio / home | documentos / documents | software / software | personal / personal | blog |
búsqueda / search | estadísticas / statistics | privacidad / privacy | webapps | a / f | e / l |
Copyright ©1994-2024 by Mario A. Valdez-Ramírez. |