posted in Info on Sep 30th, 2012
Even after investing a lot of time and effort into the whole page the situation itself did not really change. The average visitor count per day stays on the same level after the six months. And also feedback or contributions were rather modest. I think it is time to move on and bring in changes [...]
read full post »
posted in Info on Sep 17th, 2012
The last weeks I was mainly busy with learning python. I wrote a web spider that starts at one particular page, from there on grabs all external hyper links from the index page and then grabs the main index page from these pages to recursively crawl through the web and find as many hosts as [...]
read full post »
posted in Info on Jul 19th, 2012
I added a new directive REDMAP that allows you to send a HTTP 302 message back to the client. The real request is interrupted and the client is redirected to a new destination that you define in your configuration. You can read about the new feature and download the latest version here.
read full post »
posted in Info on Jul 16th, 2012
I have finished the HTTPReverseProxy over the weekend. The next weeks I will integrate it into AyCarrumba so you can use and configure it with some mouse clicks. It still has some unwished behaviour that I am going to fix the next weeks as well. The plan is to have a smoothly running and complete [...]
read full post »
posted in Info, Tools & sources on Jul 15th, 2012
I fixed some minor bugs in the GUI itself but mainly in the plugins and their sub programs. A Log console was added what makes bug hunting easier and also worth to mention : I added Sessions handling that allows saving intercepted data on the hard disk and also loading the data back in the [...]
read full post »