Tag Archives: programming

10+ things you should know about rootkits

By Michael Kassner, Techrepublic Malware-based rootkits fuel a multibillion dollar spyware industry by stealing individual or corporate financial information. If that weren’t bad enough, rootkit-based botnets generate untold amounts of spam. Here’s a look at what rootkits are and what to do about them. Rootkits are complex and ever changing, which makes it difficult to… Read More »

MetaSploit an Exploits Framework Build on Ruby [on Rails]

Ruby and Metasploit, you propably already notice one of that or maybe both of them. Ruby on Rails is one of Web Application Framework build on Ruby Language Programming which have MVC (Model-View-Controller) as it’s framework concept. How about Ruby?! Ruby is another kind of language programming, announce by ” ” in , Ruby is… Read More »

Working with SubVersion

Working with SubVersion SVN a.k.a Subversion is a version control system allows users to keep track of changes made to any type of electronic data, typically source code, web pages or design documents. =>  http://en.wikipedia.org/wiki/Subversion_(software) SVN URI : is an url address where u can access repository, with SVN there many protocol supported besides it’s… Read More »

Ruby on Rails

Something weird with this kind of programming… in this programming language we can’t read the code partially, we must know how the code flow. in Rails we will find concept of MVC (Models,Views n Controller) something like ASP.NET have.. in this concept we just create the model, decide how it will displayed on web browser… Read More »