Halaman

Minggu, 29 Desember 2013

A chain is only as strong as its weakest link – DNS Hijack Monitoring

. Minggu, 29 Desember 2013 .

https://www.corelan.be/index.php/2013/12/29/a-chain-is-only-as-strong-as-its-weakest-link-dns-hijack-monitoring/
https://github.com/corelan/dnshjmon

(Read More..)

.har viewer

.

http://www.softwareishard.com/har/viewer/

(Read More..)

Font Awesome

.

http://fontawesome.io/

(Read More..)

NetExport : NetExport is a Firebug extension that allows exporting all collected and computed data from the Net panel. The structure of the created file uses HTTP Archive (HAR) format (based on JSON).

.

NetExport is a Firebug extension that allows exporting all collected and computed data from the Net panel. The structure of the created file uses HTTP Archive (HAR) format (based on JSON).

http://www.softwareishard.com/blog/netexport/

(Read More..)

Immutability, MVCC, and garbage collection

.

http://www.xaprb.com/blog/2013/12/28/immutability-mvcc-and-garbage-collection
http://blogs.msdn.com/b/pathelland/archive/2007/06/14/accountants-don-t-use-erasers.aspx

(Read More..)

Sabtu, 28 Desember 2013

bNarly :bNarly (browser narly) is a browser exploitation/exploration tool. bNarly is essentially a windbg <--> javascript bridge.

. Sabtu, 28 Desember 2013 .

bNarly (browser narly) is a browser exploitation/exploration tool. bNarly is essentially a windbg <--> javascript bridge.
https://github.com/d0c-s4vage/bnarly

(Read More..)

3 Months of Meterpreter

.

http://buffered.io/posts/3-months-of-meterpreter/

(Read More..)

Working With IndexedDB - Part 3

.

http://dev.tutsplus.com/tutorials/working-with-indexeddb-part-3--net-36220

(Read More..)

Optimizing NGINX TLS Time To First Byte (TTTFB)

.

http://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/

(Read More..)

Exploit Protection for Microsoft Windows

.

http://www.welivesecurity.com/2013/12/13/exploit-protection-for-microsoft-windows/

(Read More..)

Multi-Core Compression tools

.

http://askubuntu.com/questions/258202/multi-core-compression-tools

(Read More..)

Rabu, 25 Desember 2013

Grunt for People Who Think Things Like Grunt are Weird and Hard

. Rabu, 25 Desember 2013 .

http://24ways.org/2013/grunt-is-not-weird-and-hard/

(Read More..)

Exploring canvas drawing techniques

.

http://perfectionkills.com/exploring-canvas-drawing-techniques/

(Read More..)

Renaming database schema in MySQL

.

http://www.mysqlperformanceblog.com/2013/12/24/renaming-database-schema-mysql/

(Read More..)

Intro to Shadow DOM

.

http://dev.tutsplus.com/tutorials/intro-to-shadow-dom--net-34966

(Read More..)

How to Hack the Developer Console to be Needlessly Interactive

.

https://konklone.com/post/how-to-hack-the-developer-console-to-be-needlessly-interactive

(Read More..)

Protect Your Ports with a Reverse Proxy

.

(Read More..)

Live Build a Custom Kali ISO

.

http://docs.kali.org/downloading/live-build-a-custom-kali-iso

(Read More..)

oracle_fdw : A Foreign Data Wrapper for Oracle

.

Description
Provides a Foreign Data Wrapper for easy and efficient access to Oracle databases, including pushdown of WHERE conditions as well as comprehensive EXPLAIN and ANALYZE support.
 
http://pgxn.org/dist/oracle_fdw/

(Read More..)

Sabtu, 21 Desember 2013

Crazy POWERFUL Bash Prompt

. Sabtu, 21 Desember 2013 .

http://www.askapache.com/linux/bash-power-prompt.html

(Read More..)

What is CMatrix? =-)

.


CMatrix is a program I wrote one evening because I didn't want to have to run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie.  If you haven't seen this movie and you are a fan of computers or sci-fi in general, go see this movie!!!  I have seen it twice, and I'm pondering seeing it again before it comes out on VHS.
Cmatrix is written in ncurses under Linux, and should compile on other OSes with few modifications.  I  am always interested to hear from people who use this program and any modifications they make to it! CMatrix is distributed via the GNU GPL, please see the COPYING file or  the GNU Project homepage  for more information.


http://www.asty.org/cmatrix/

(Read More..)

# Play alarm.wav once site is back.

.

while ! curl -m 10 http://www.example\.com/ ; do echo still down ; sleep 10 ; done ; play alarm.wav # Play alarm.wav once site is back.

(Read More..)

Optimizer Enhancements in MySQL 5.7

.

http://www.tocker.ca/2013/10/18/optimizer-enhancements-in-mysql-5.7.html

(Read More..)

Linux performance tuning tips for MySQL

.

http://www.mysqlperformanceblog.com/2013/12/07/linux-performance-tuning-tips-mysql/

(Read More..)

ARP poisoning with Python

.

http://danmcinerney.org/arp-poisoning-with-python-2/

(Read More..)

10 Free eBooks For Linux Beginners!

.

http://efytimes.com/e1/fullnews.asp?edid=120708

(Read More..)

50 Free eBooks On Python!

.

http://efytimes.com/e1/fullnews.asp?edid=117094

(Read More..)

Bypassing Adobe Reader Sandbox with Methods Used In The Wild

.

https://community.rapid7.com/community/metasploit/blog/2013/12/20/bypassing-the-reader-sandbox-like-in-the-wild

(Read More..)

Jumat, 20 Desember 2013

simple css spinner

. Jumat, 20 Desember 2013 .

http://tobiasahlin.com/spinkit/

(Read More..)

Mengecek Signal Strength (Kuat Sinyal) Operator dengan AT Command dan Delphi

.

http://saptaji.com/2013/01/20/mengecek-signal-strength-kuat-sinyal-operator-dengan-at-command-dan-delphi/

(Read More..)

Analysis of PayPal’s Node-vs-Java benchmarks :

.

https://vividcortex.com/blog/2013/12/09/analysis-of-paypals-node-vs-java-benchmarks/

(Read More..)

The Universal Scalability Law (USL) : How to Quantify Scalability

.

http://www.perfdynamics.com/Manifesto/USLscalability.html

(Read More..)

Efficient String Concatenation in Python

.

http://www.skymind.com/~ocrow/python_string/

(Read More..)

AbsurdJS or Why I Wrote My Own CSS Preprocessor

.

http://dev.tutsplus.com/tutorials/absurdjs-or-why-i-wrote-my-own-css-preprocessor--net-36003

(Read More..)

Understanding the Real-World Performance of your Web Application Across IE11 and Other Browsers

.

http://blogs.msdn.com/b/ie/archive/2013/12/12/understanding-the-real-world-performance-of-your-web-application-across-ie11-and-other-browsers.aspx

(Read More..)

DOSBox for Google Chrome™

.

https://chrome.google.com/webstore/detail/dosbox-for-google-chrome/jhceknlmaggijlkkcemdaghpniimajhd

(Read More..)

Data Structure Visualizations

.

http://www.cs.usfca.edu/~galles/visualization/Algorithms.html

(Read More..)

CocoaSPDY: SPDY for iOS / OS X

.

https://blog.twitter.com/2013/cocoaspdy-spdy-for-ios-os-x

(Read More..)

Koa next generation web framework for node.js

.

http://koajs.com/

(Read More..)

Sabtu, 14 Desember 2013

optimizing network performance

. Sabtu, 14 Desember 2013 .

https://docs.google.com/presentation/d/1omz7uv3CLR4fE1kRbVl1_t55XLcVXtW1pAV0-HoW6xQ/present#slide=id.p19

(Read More..)

websocketd

.

websocketd



Like inetd, but for WebSockets. Turn any application that uses STDIO/STDOUT into a WebSocket server.

(Read More..)

What You May Not Know About the Z-Index Property

.

http://dev.tutsplus.com/articles/what-you-may-not-know-about-the-z-index-property--webdesign-16892

(Read More..)

Default HTTPS linked in

.

http://engineering.linkedin.com/https/default-https

(Read More..)

300ms tap delay, gone away

.

http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away

(Read More..)

Detecting and Exploiting XSS with Xenotix XSS Exploit Framework

.

http://www.exploit-db.com/wp-content/themes/exploit/docs/21223.pdf

(Read More..)

toolsmith: Hey Lynis, Audit This

.

http://holisticinfosec.blogspot.com/2013/12/toolsmith-hey-lynis-audit-this.html

(Read More..)

The Art of Keylogging with Metasploit & Javascript

.

https://community.rapid7.com/community/metasploit/blog/2012/02/21/metasploit-javascript-keylogger

(Read More..)

SSL/TLS IN A POST-PRISM ERA

.

https://wiki.thc.org/ssl#BrowserManufactureFailedUs

(Read More..)

Mona 101: a Global Samsung DLL

.

http://jbremer.org/mona-101-a-global-samsung-dll/

(Read More..)

What if you could use Chrome DevTools with Mozilla Firefox?

.

http://kenneth.io/blog/2013/12/09/what-if-you-could-use-chrome-devtools-with-firefox/

(Read More..)

Minggu, 08 Desember 2013

mona.py – the manual

. Minggu, 08 Desember 2013 .

https://www.corelan.be/index.php/2011/07/14/mona-py-the-manual/

(Read More..)

Sabtu, 07 Desember 2013

htaccess to nginx converter

. Sabtu, 07 Desember 2013 .

http://winginx.com/htaccess

(Read More..)

Getting to the Content You Want, Faster in IE11

.

http://blogs.msdn.com/b/ie/archive/2013/12/04/getting-to-the-content-you-want-faster-in-ie11.aspx

(Read More..)

An introduction to SVG animation

.

http://bigbitecreative.com/introduction-svg-animation/

(Read More..)

Module ngx_http_split_clients_module

.

huh, turns out Nginx has a native module for doing split (A/B) testing: http://t.co/RfSkhwKH5P - handy.
http://nginx.org/en/docs/http/ngx_http_split_clients_module.html

(Read More..)

Bypassing Internet Explorer’s Anti-Cross Site Scripting Filter

.

https://blog.whitehatsec.com/internet-explorer-xss-filter/

(Read More..)

Linux: Prevent From Using Or Reuse Same Old Passwords

.

http://www.cyberciti.biz/tips/how-to-linux-prevent-the-reuse-of-old-passwords.html

(Read More..)

Lawnchair

.

http://brian.io/lawnchair/

(Read More..)

Super simple websockets client/server using Python. Compatible with the draft 76 challenge/response.

.

https://gist.github.com/geoffb/616117

(Read More..)

Multiprocess Firefox

.

http://billmccloskey.wordpress.com/2013/12/05/multiprocess-firefox/

(Read More..)

Differences Between UEFI and BIOS

.

http://www.maketecheasier.com/differences-between-uefi-and-bios

(Read More..)

Cloud9 IDE

.


You can clone with HTTPS, or Subversion.
Cloud9 IDE - The modern IDE built on Node, JavaScript and HTML5. This is the OSS component of the broader service option at c9.io

(Read More..)

Jumat, 06 Desember 2013

dispatch-proxy

. Jumat, 06 Desember 2013 .

Combine multiple internet connections, increase your overall download speed
 
 

(Read More..)

Instant Inkjet Circuits with Silver Nanoparticle Ink

.

http://hackaday.com/2013/12/05/instant-inkjet-circuits-with-silver-nanoparticle-ink/

(Read More..)

Announcing a prettier noping [ping]

.

http://anarcat.koumbit.org/2013-12-03-announcing-prettier-noping

(Read More..)

Award BIOS Patching

.

https://sites.google.com/site/pinczakko/award-bios-patching

(Read More..)

Dr Sergei Skorobogatov [hardware hacking]

.

http://www.cl.cam.ac.uk/~sps32/

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com