Html

OverTheWire Natas Level 5

Now that we’re about 1/3 through to the end of the OverTheWire Natas wargame, I’m hoping that they start to get a little more tricky. Level 5 unfortunately is still pretty easy.

It starts by simply telling you that you’re not logged in.

Logins often hand out cookies, so I viewed …

OverTheWire Natas Level 3

Continuing on with Level 3 of OverTheWire’s Natas wargame, I found the first page, like previous levels, saying that there was nothing on the page.

I viewed the source and saw the strange comment about “Not even Google will find it”.

After thinking about that for a minute, it …

OverTheWire Natas Level 2

Level 2 of OverTheWire’s Natas wargame is a little more fun than the previous two. It’s also pretty simple, though.

You start out on a page that tells you that there is nothing on it.

Like previous levels, I then viewed the source to see what was in the code.

It appears that …

OverTheWire Natas Level 1

In continuing with the Natas wargame from OverTheWire, I tried my hand at level 1. It too was pretty easy. It was just like the level 0, except that right-clicking was disabled via javascript.

You start out by being told that the password can be found on the page that you’re on, just like the …

OverTheWire Natas Level 0

I recently read that OverTheWire had released a new wargame, so I decided to play for fun.

The first level is extremely easy. You are presented with a page that tells you that you are able to find the password on this page.

If you then view the source, you can see the password to the next level …

Cucumber testing woes - …

So I’m working along, writing my tests, and I run into an issue where my Cucumber test is failing. I go to check it out, and see why. This is what I see:

I’ve slightly outlined the relevant data in yellow. I went back, and copy/pasted the data from the creation from my factories, to …