Ubuntu MATE 23.10 Release Notes

Ubuntu MATE 23.10 is more of what you like, stable MATE Desktop on top of current Ubuntu. This release rolls up a number of bugs fixes and updates that conti...

Read story

Latest in Tech

Showing 951-998 of 9899

Modeling Errors in GraphQL

GraphQL excels in modeling data requirements. Modeling errors as schema types in GraphQL is required for certain kinds of errors. In this post, let's analyze so...

Read story

Operation-Based SLOs

Zalando developed a new type of SLOs to monitor the critical aspects of its business which is based on Operations. This blog post describes how that framework w...

Read story

incolumitas.com – Success

Have you ever wanted to know some strategies and hints how to be more successful in your daily work? Well, here, i'll compile a list of thoughts and scenarios o...

Read story

Let's begin this...

Hey World! Before you leave! This blog and homepage is under construction. Due the fact that Im currently implementing my own little wordpress theme and the rat...

Read story

incolumitas.com – IAT hooking

What I just rummaged through my old hard disk and suddenly stumbled across some old C sources from around a year ago when I played with IAT hooking on windows 7...

Read story

The dangers of a poorly planned project

Preface Do you like to fiddle around with programming projects in your spare time? And do you sometimes start endeavors ambitiously, but you never actually fini...

Read story

Nebula Wargame walkthrough Level 0-9

In this blog post we will walk through the solutions of the levels 0 to 9 of the Nebula wargame, which is hosted on http://exploit-exercises.com. This writeup w...

Read story

Solution for wargame natas19

Hi everyone I am still trying to solve wargames on overthewire. Level 19 proofed to be very similar to level 18, where server side code looks something like the...

Read story

Cross platform Lichess Cheat

Edit: Cheat updated on 1.10.2015 Visit Lichess Bot Projects Page for the newest information for this bot! The description and code below will probably not work ...

Read story

Beautiful, beautiful python

Hey After a day of programming I went home to program a little bit, trying to find a way to implement some tests for my GoogleScraper project, which lacked focu...

Read story

Lichess.org chess bot!

22.05.2014: Updated the bot, should work better now Hi everyone! I was in a coding mood during Easter and decided to write a small chess bot with selenium and s...

Read story

Socks 5 client support for twisted

I recently forked twisted-socks to add SOCKS 5 support for my GoogleScraper in order to scraper Google pages asynchronously. Obviously I needed SOCKS5 support t...

Read story

Behavioral Analysis for Bot Detection

Behavioral analysis is an interesting approach to detect bots. It surely is not the panacea for bot detection, but it certainly is an useful extension in your b...

Read story

7 Common Mistakes in Professional Scraping

In this blog post, I am talking about my several year long experience with web scraping and common mistakes I made along the road. The more I dive into web scraping, the more I realize how easy it is to take wrong decisions when scraping a site. For that reason, I compiled a list of seven common mistakes in regard to web scraping.

Read story

Cryptographic properties of MACs and HMACs

Introduction Similarly as digital signatures, Message Authentication Codes provide message integrity and message authentication. When Alice generates a MAC and ...

Read story

Cryptographic Hash Functions

Introduction This blog post will introduce cryptographic hash functions. We are going to discuss the Merkle-Damgård construction which underlies many hash func...

Read story

Privilege Escalation Techniques

This blog post will serve as a cheatsheet to help in my future pentesting experiments and wargames when I am stuck and don't know how to proceed. I hope it will...

Read story

Create your own font the hard way!

Last major update on 23.10.2013 Preface As promised previously in my last article, I will guide you through the creation process of a rudimentary font. I will u...

Read story

Fuzzing the WPA3 Dragonfly handshake

Implementing possible fuzzing strategies with boofuzz against the WPA3 SAE Dragonfly handshake. Dragonfly is the main ingredient of WPA3 certified routers and 8...

Read story