Saturday, January 27, 2007

Movies Online

Edit any webpage you like with Java Script

Found this javascript which enables you to edit, save and publish any webpage you browse.

Copy & Paste the following javascript to your address bar and press Enter.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Sunday, January 14, 2007

CrossLoop - Simple Secure Screen Sharing

CrossLoop - Simple Secure Screen Sharing
CrossLoop is a FREE secure screen sharing utility designed for people of all technical skill levels. CrossLoop extends the boundaries of traditional screen sharing by enabling non-technical users to get connected from anywhere on the Internet in seconds without changing any firewall or router settings. It only takes a few minutes to setup and no signup is required.
Link http://www.crossloop.com/
Added by Dancho Danchev
12.01.2007

Friday, January 12, 2007

A Multiple Substring Search Class: CIVStringSet

There are probably dozens of reasons a programmer might want to search a text string for the presence of any of several substrings simultaneously. The brute force approach taken all too often is to simply loop through a list of tokens, then search the string sequentially, beginning to end, for each one. Needless to say, this is very inefficient, and can even become outrageously long if the list of tokens is long and/or the searched string is long. I have created a class to simplify the task and perform it very efficiently. The class is offered in two versions now: one using MFC CString and CStringArray, and another using STL std::string and std::vector.

http://www.codeproject.com/string/civstringset.asp

Saturday, January 06, 2007

Fierce Domain Scan

Fierce Domain Scan
Fierce domain scan was born out of personal frustration after performing a web application security audit. It is traditionally very difficult to discover large swaths of a corporate network that is non-contiguous. It's terribly easy to run a scanner against an IP range, but if the IP ranges are nowhere near one another you can miss huge chunks of networks.
Link http://ha.ckers.org/fierce/
Added by Dancho Danchev
Homepage http://ha.ckers.org/
05.01.2007

BTCrack

BTCrack
A Bluetooth PIN Recovery tool.
Link http://www.nruns.com/security_tools.php
Added by Dancho Danchev
05.01.2007

WinAudit v2.17

WinAudit v2.17
WinAudit performs a rapid and exhaustive audit of installed software, license information, security configuration, hardware inventory, network settings.
Link http://www.pxserver.com/WinAudit.htm
Added by Dancho Danchev
05.01.2007

Thursday, January 04, 2007

23rd Chaos Communication Congress Recordings (unofficial mirror)

.htaccess Hacking - Tips and Tricks

This work in progress is some collected wisdom, stuff I've learned on the topic of .htaccess hacking, commands I've used successfully in the past, on a variety of server setups, and in most cases still do. You may have to tweak the examples some to get the desired result, though, and a reliable test server is a powerful ally, preferably one with a very similar setup to your "live" server. okay, to begin..
Link http://corz.org/serv/tricks/htaccess.php
Added by Dancho Danchev
03.01.2007 180 Hits