Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 1.1.4 Released
This discussion has been closed.
Comments
/ajax/sortcategories.php /ajax/sortroles.php /languages/English/definitions.php /themes/settings_category_list.php /themes/settings_role_list.php
If you want to use the minify and lighter js file replace /js/*.
The other files are related to the version numbers.
define('FRAMEWORK_VERSION', '1.1.4');
So it should be APPLICATION_VERSION
to identify vulnerable sites using google (search for pages containing the 'dork' code).
Of course there are other 'identifiers' on a page to use as a 'Dork', but a GRAPHICAL version indicator that is not so easily indexed by search engines can be useful.
If only because FAILED attacks will result in more warnings for the rest of the community.
Remove it if you want, (it won't break anything) but security by obscurity is not really security at all. In my experience, exploits like this are just run by dumb bots that will try exploits years old for software that isn't even running on your site, if you do so much as appear in a search for the 'dork' keywords.
At one time, my Linux/Apache server got the same Microsoft/IIS exploit run against it every day for a full month. I still get one about every week. Something as simple as checking the headers would make it clear that they're wasting their time, but it's just a dumb script running against links in a search results page.
body, div, input, textarea, select { font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size: 12px; color: #062971; } input { font-family: arial; }
Trebuchet MS needs quotes; the way vanilla.css does it is below. Capital "Arial" is just a nitpick. ...
body, div, input, textarea, select { font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif; font-size: 12px; color: #062971; } input { font-family: Arial; }
are there any database or otherwise necessary changes in that process?
If possible, I'd like to go straight to 1.1.4