Category Archives: Security

Shellcode Analysis

I’ve been reading about exploit and shellcode development recently and I came across a blog post today that gave me a good opportunity to put some of my new knowledge to the test and do some shellcode analysis. The blog … Continue reading

Share
Posted in Security | Tagged , , , , | 1 Comment

Windows Hosts File Monitor

Earlier I came across a tweet by @bartblaze that mentioned a new malware attack technique called “boy in the browser“. “Once executed on the victim’s machine the exploit code makes persistent changes [...]. The exploit code is then removed from … Continue reading

Share
Posted in Security | Tagged , , , , | 2 Comments

Regular expression denial of service attack

Whilst doing some research for my final year university project on regular expression visualisation I came across an article about the performance of regular expression matching that caught my interest. In some implementations the time taken to detect whether a … Continue reading

Share
Posted in Security | Tagged , , , , , | 2 Comments