http://unhandledexpression.com/2013/01/25/5-easy-tips-to-accelerate-ssl/
(Read More..)Minggu, 27 Januari 2013
dump windows password from memory WCE v1.3beta 32bit released
WCE v1.3beta 32bit released
http://hexale.blogspot.com/2012/03/wce-v13beta-32bit-released.html
(Read More..)Rails SecureHeaders
The gem will automatically apply several headers that are related to security. This includes:
- Content Security Policy (CSP) - Helps detect/prevent XSS, mixed-content, and other classes of attack. CSP 1.1 Specification
- HTTP Strict Transport Security (HSTS) - Ensures the browser never visits the http version of a website. Protects from SSLStrip/Firesheep attacks. HSTS Specification
- X-Frame-Options (XFO) - Prevents your content from being framed and potentially clickjacked. X-Frame-Options draft
- X-XSS-Protection - Cross site scripting heuristic filter for IE/Chrome
- X-Content-Type-Options - Prevent content type sniffing
Python Shortcuts for the Python Beginner
Python Shortcuts for the Python Beginner
http://maxburstein.com/blog/python-shortcuts-for-the-python-beginner/
Kamis, 24 Januari 2013
Vaurien, the Chaos TCP Proxy
Vaurien, the Chaos TCP Proxy
Ever heard of the Chaos Monkey?It’s a project at Netflix to enhance the infrastructure tolerance. The Chaos Monkey will randomly shut down some servers or block some network connections, and the system is supposed to survive to these events. It’s a way to verify the high availability and tolerance of the system.
Besides a redundant infrastructure, if you think about reliability at the level of your web applications there are many questions that often remain unanswered:
- What happens if the MYSQL server is restarted? Are your connectors able to survive this event and continue to work properly afterwards?
- Is your web application still working in degraded mode when Membase is down?
- Are you sending back the right 503s when postgresql times out ?
But testing these scenarios while you are building your code is also a good practice, and having automated functional tests for this is preferable.
That’s where Vaurien is useful.
Vaurien is basically a Chaos Monkey for your TCP connections. Vaurien acts as a proxy between your application and any backend.
You can use it in your functional tests or even on a real deployment through the command-line.
http://vaurien.readthedocs.org/en/1.5/ (Read More..)
JavaScript Quiz Set
http://blog.bolshchikov.net/post/40917260776/javascript-quiz-set
JavaScript Quiz Set
Beginner:
http://madebyknight.com/javascript-scope/
Intermediate:
https://github.com/nathansmith/javascript-quiz
http://www.nczonline.net/blog/2010/02/16/my-javascript-quiz/
Expert:
http://dmitrysoshnikov.com/ecmascript/the-quiz/
http://perfectionkills.com/javascript-quiz/
Android Candy: WiFi Analyzer
Android Candy: WiFi Analyzer
http://www.linuxjournal.com/content/android-candy-wifi-analyzer
(Read More..)Sabtu, 19 Januari 2013
The #Tor Guide for Hidden Services And Staying #Anonymous
MySQL security tasks easily solved with common_schema
Navigator: Geographic calculation library for PHP
ngrep kill connections
ngrep -qK 1 -t 'GET ' 'dst host 75.126.153.206
and dst port 80' #Kill
GET connections requests by sending 1 RST segment pic.twitter.com/0iMVdlOI
PaaS under the hood, episode 5: Distributed routing with Hipache
http://blog.dotcloud.com/under-the-hood-dotcloud-http-routing-layer
http://blog.dotcloud.com/tag/underthehood
https://github.com/nodejitsu/node-http-proxy
https://github.com/dotcloud/hipache
https://github.com/samalba/hipache-hchecker
http://code.google.com/p/cirruxcache/
https://github.com/samalba/hipache-nginx
http://zerorpc.dotcloud.com/
Heap Layout Visualization with mona.py and WinDBG
Minggu, 13 Januari 2013
Retrieving List of MySQL Users and Grants with Perl
Sabtu, 12 Januari 2013
Solution for: MySQL 5.6 password expired, PHP can’t connect, application stops
Solution for: MySQL 5.6 password expired, PHP can’t connect, application stops
http://blog.ulf-wendel.de/2013/solution-mysql-5-6-password-expired-php-cant-connect
(Read More..)
75 Free Buttons For Online Payment Service Providers
75 Free Buttons For Online Payment Service Providers
http://pepsized.com/75-free-buttons-for-online-payment-service-providers/
(Read More..)chrome developer : DOCK to Right
Selasa, 01 Januari 2013
Nokogiri
An HTML, XML, SAX, & Reader parser with the ability to search documents via XPath or CSS3 selectors… and much more
http://nokogiri.org/
(Read More..)MessagePack : It's like JSON. but fast and small.
MessagePack is an efficient binary serialization format. It lets you
exchange data among multiple languages like JSON but it's faster and
smaller. For example, small integers (like flags or error code) are
encoded into a single byte, and typical short strings only require an
extra byte in addition to the strings themselves.
If you ever wished to use JSON for convenience (storing an
image with metadata) but could not for technical reasons (encoding,
size, speed...), MessagePack is a perfect replacement.
http://msgpack.org/
proper PHP session setup
Face Down
Description
This script was made as a POF (proof of concept) script for school project.
KEEP IN MIND THAT:
This tool/script is meant only for educational purposes on user's own computer/network or computers/networks the user has permission of owner thereof to use the tool/script on. The creator assumes no responsibility for any damage caused from misuse of the software.
Special Thanks to the web developers:
Mahran Omairy & Ibraheem Abu-kaff
This script was written by:
Noras Salman & Ali Shatrieh