Welcome to BARMAGY Sign in | Join | Help

July 2007 - Posts

An Intro about Packet Sniffing

Ever wondered about what is happening on your network? Ever wondered about what is a certain piece of software is sending over you NIC? Ever wondered about some closed source code application communication protocol? Do you want to make sure if that application
posted by Fady | 9 Comments

Microsoft Global Launch Wave

http://www.wedsg.com/winclient/
posted by Fady | 0 Comments

Anti XSS AJAX

XSS have became a problem that most web developers still suffering from it tell now, simply because however you try hard to validate every user input it only takes a single line of code that prints out the user input without validation to render your
posted by Fady | 27 Comments

The Dark Side of AJAX

Hello guys, Today we are going to talk about a very interesting topic. As we are all now are accustomed with ajax and it’s new programming techniques I want you to imagine this, imagine if the ajax techniques have been combined with the common old hacking
posted by Fady | 28 Comments

alert(“XSS”)

XSS? What is XSS? Well, to cut it short XSS is the abbreviation of  Cross Site Scripting  but the C have been replaced with X because CSS already means Cascaded Style Sheets plus XSS is a much cooler name ;) so what is XSS again? Well in more
posted by Fady | 12 Comments

Let’s talk pure ajax

      Hello guys, today I’m going to talk about ajax but lets 1st explain this strange expression in this article title “pure ajax”, actually it’s an expression that I’ve came up with after very different incidents that
posted by Fady | 6 Comments