FlipV and FlipH filters can be used to flip images vertically or horizontally in IE (These filters works in IE only). the following code shows you how to control an image by using the HTML Select Tag to FlipV, FlipH or Apply both filters at the same time. Read the rest of this entry »
IT security professionals are only marginally more likely to use passwords than standard users, according to a new survey.
A concerning 35 per cent said that they just don’t get around to using a password on their business smartphones, compared to 40 per cent of the general population. Read the rest of this entry »
by Bogdan Calin
An anonymous user posted usernames and passwords of over 10,000 Windows Live Hotmail accounts to a web site called PasteBin. PasteBin is currently down for maintenance but I managed to get a copy of the list, and quickly generated some statistics from these passwords. Read the rest of this entry »
Seoul: The first Internet addresses containing non-Latin characters from start to finish will soon be online thanks to today’s approval of the new Internationalized Domain Name Fast Track Process by the Internet Corporation for Assigned Names and Numbers board. Read the rest of this entry »
This article introduces steganography and explains some of its techniques and methods supported by examples. My objective was to make this post as short as possible while covering all important information. Your comments are welcome for any possible enhancements or for future articles about steganography by me or other people.
I have also posted this to HackThisSite.org articles.
Steganography
Steganography is all the techniques used to exchange secret messages without drawing attention. It is the science of hiding information. Read the rest of this entry »
“A controversial provision in the UK’s Regulation of Investigatory Powers Act (RIPA) allows investigators to demand access to cryptographic keys or fully decrypted data. Failure to comply leads to jail time”
JavaScript codes can be injected in the address bars of web browsers to edit online forms before submitting them, bellow I am posting an example for archiving purposes.
Assuming the page has a contact form, where submitted data is sent to an email address included in a hidden HTML input tag as in the following code:
… <form name="ContactForm" action="submit.php" method="post"> <input type="hidden" name="Email" value="admin@website.com" /> … </form>
To change the email address to: myemail@hotmail.com, the following code can be injected:
Your browser’s address bar (URL bar) can be used to inject JavaScript code directly into the webpage you are visiting without reloading the page. The following codes are useful to do cookie editing:
First, visit the targeted webpage and inject the following code to view realted cookie’s fields and the values assigned to them.
javascript:alert(document.cookie);
Second, to edit a certain value use:
Read the rest of this entry »
Hubs, Bridges, Switches and Routers are used to build networks. If you are trying to design your own LAN (Local Area Network) at home, then you probably need to know what they do and the main differences between them. I will try to cover all that in addition to some networking details to cultivate the article and provide better understanding of how the internet works. After all, always remember that the internet as you know it is nothing more than a network of networks!
This article covers an important limitation of FAT32 and introduces exFAT as an alternative along with a small history of the File Allocation Table (FAT) file system.
It is the oldest file system for Windows OS and is mainly designed for removable media. It first came out as FAT12 (12 refers to the size ‘in bits’ of the FAT entries in the actual FAT structure), and by the time as the storage media size increased, more types were developed to increase the number of bits, so we got FAT16, FAT32 and finally exFAT (Extended FAT aka FAT64).
While, FAT12 was designed for small media at its time such as Floppy Disks, exFAT was introduced by Microsoft to best suit USB Flash Drives now a day.
FAT is good for removable media because it is considered to be a light-weight file system due to its simplicity (e.g. it was not designed to support security or access rights). Nevertheless, FAT can be recognized by outdated systems, for instance, FAT12 and FAT16 are recognized by all operating systems from MS-DOS forward and FAT 32 from Windows 98 forward.
FAT16, FAT32 and exFAT may be used for Hard Disks for storage purposes or even for Windows installation, but this will
Read the rest of this entry »
