All Posts filed under »Programming« Follow This Topic

March 20, 2010

0 Comments

Skipfish is an active web application security reconnaissance tool from Google. It prepares an interactive sitemap for the targeted site by carrying out a recursive crawl and dictionary-based probes. The resulting map is then annotated with the output from a number of active (but hopefully non-disruptive) security checks. The final report generated by the tool is [...]

November 5, 2009

0 Comments

Portable Document Format (PDF) is a file format created by Adobe Systems in 1993 for document exchange. PDF is used for representing two-dimensional documents in a manner independent of the application software, hardware, and operating system. PDF is a commonly accepted document format and so we might need to create PDF documents dynamically. We can create [...]