hauser-wenz.de
Hauser & Wenz :: Blog
http://www.hauser-wenz.de/s9y
Hauser and Wenz : Blog. Monday, June 22. 2015. Ubuntu 14.04, Wubi, ATI, and How to . Ubuntu 14.04, Wubi, ATI, and How to Keep Sane. Spent a few hours on getting Ubuntu. 1404 LTS installed on a Windows multi-boot system using the Wubi installer, and encountered a few issues along the way. I could solve all of them, but it required some research. Hopefully, I can save some of you this time. 1 - Getting Wubi. The Ubuntu downlod page. 2 - Mounting / and /tmp. There were three options:. Change that to rw, and...
blog.securityps.com
Security PS Blog: December 2012
http://blog.securityps.com/2012_12_01_archive.html
Alternatives to Microsoft's WPL Sanitizer. Written by Nick Coblentz. Formerly the AntiXSS library) was written by Microsoft to help address cross-site scripting vulnerabilities in web applications. There are three parts to this library:. The Security Runtime Engine (SRE). Microsoft’s Sanitizer library. Library have both had vulnerabilities (or strange edge cases) in the past despite the fact that they were carefully crafted by intelligent security developers. Part of this problem is that browsers try...
sreedharvankayala.blogspot.com
Sreedhar Vankayala - Tech: April 2012
http://sreedharvankayala.blogspot.com/2012_04_01_archive.html
Sreedhar Vankayala - Tech. Thursday, April 26, 2012. Computer cleanup and todo. Page talks about frequent checks. To do on your windows pc computer. Windows 7, Vista and XP - both 32-bit and 64-bit editions. 1 Updates and Backup. Microsoft Updates: (if turned off, once a month). Anti virus updates and scan. Backups: Backup every day or week depending on your needs (or atleast once a month). 2 Piriform (I recommend and not part of this product or company). 4 PDF, Flash clean up and update. Try google for ...
codeplex.com
CodePlex - husain
http://www.codeplex.com/site/users/view/husain
Project Hosting for Open Source Software. Member Since September 13, 2006. Last Visit December 11, 2015. No personal statement has been written. No activity in the last 60 days. NET Extensions Methods Library for C# and VB.NET (ASP.NET, MVC, SL, WPF, EF). ASPNET MVC / Web API / Web Pages. EPPlus-Create advanced Excel spreadsheets on the server. Microsoft Web Protection Library. SPSS NET interop library. Who Can Help Me. Version 8.21.2015.21031.
owasp.org
XSS (Cross Site Scripting) Prevention Cheat Sheet - OWASP
https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet
XSS (Cross Site Scripting) Prevention Cheat Sheet. Last revision (mm/dd/yy): 03/27/2016. A Positive XSS Prevention Model. Why Can't I Just HTML Entity Encode Untrusted Data? You Need a Security Encoding Library. RULE #0 - Never Insert Untrusted Data Except in Allowed Locations. RULE #1 - HTML Escape Before Inserting Untrusted Data into HTML Element Content. RULE #2 - Attribute Escape Before Inserting Untrusted Data into HTML Common Attributes. RULE #7 - Prevent DOM-based XSS. XSS Prevention Rules Summary.
certsandprogs.com
A general blog about specific things: May 2012
http://www.certsandprogs.com/2012_05_01_archive.html
A general blog about specific things. Topics that I like . ASP.NET, DevSec, Weird security stuff. Tuesday, 29 May 2012. DDDSW Roundup and Resources. This was my fourth DDD event as I have been lucky enough to present at DDD Scotland twice and DDD North. This time at DDDSW, I got the pre-lunch slot, so to be fair to the attendees, I usually speed up a bit so that they can get out for lunch a wee bit earlier and skip the queues. Thanks again to those who made it to my session and as promised, here is a lis...
nastyhabit.wordpress.com
The Man | Nasty Habit
https://nastyhabit.wordpress.com/author/moseeds
Politics, Religion, Tech. Not in that order. Skip to primary content. Skip to secondary content. Author Archives: The Man. Enabling APCu on a Bitnami Cloud Server. June 2, 2016. So you decide you need a more robust server for your WordPress site. If you have a PHP based website you can’t go too far wrong with the ‘ Bitnami. 8216; produced images. Just remember, Bitnami puts everything into the /opt/bitnami. Folders on a linux unbuntu installation. Anyway, I digress. On the terminal you want to:. Sudo apt...
q5.nl
Website Hacken Demo - XSS | Q5 Internetbureau
https://www.q5.nl/website-beveiliging-blog/website-hacken-demo-xss
Webdesign, webdevelopment, beveiliging en marketing. Website Hacken Demo – XSS. Website Hacken Demo – XSS. In deze eerste korte demo Website Hacken laat ik zien hoe gemakkelijk het soms kan zijn om een website te hacken. Deze demo is gedaan op een echte / bestaande website met toestemming van de website eigenaar. Wel laten we uit veiligheidsoverwegingen en andere belangen de domeinnaam / merknaam weg uit deze demo. Http:/ www.vulnerablewebsite.nl/search? Dit maakt de zoekmachine al potentieel gevaarlijk&...
peschuster.de
ASP.NET – peschuster
http://www.peschuster.de/tag/asp-net
Technology, .NET and Web. How to configure ConnectionStrings in web.config per developer/user. December 9, 2012. One thing Martin Fowler states in his article about Evolutionary Database Design. Is that every developer needs to have its own database instance. For NET Windows client projects you can simply change the. File from source control and edit it. This itself is not such a problem, but you always have to watch out to not check the changed. File into source control. 1 Split the configuration. Exist...